File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 "@types/jest" : " ^29.0.0" ,
4242 "@types/minimist" : " ^1.2.0" ,
4343 "@types/sax" : " ^1.0.1" ,
44- "arrayify-stream" : " ^2 .0.0" ,
44+ "arrayify-stream" : " ^3 .0.0" ,
4545 "coveralls" : " ^3.0.0" ,
4646 "jest" : " ^29.0.0" ,
4747 "jest-rdf" : " ^2.0.0" ,
4848 "manual-git-changelog" : " ^1.0.0" ,
4949 "pre-commit" : " ^1.2.2" ,
5050 "rdf-quad" : " ^2.0.0" ,
5151 "rdf-test-suite" : " ^2.1.4" ,
52- "streamify-array" : " ^1 .0.0" ,
52+ "streamify-array" : " ^2 .0.0" ,
5353 "streamify-string" : " ^1.0.1" ,
5454 "ts-jest" : " ^29.0.0" ,
5555 "ts-loader" : " ^9.3.1" ,
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ import {PassThrough} from "stream";
55import { RdfXmlParser } from "../lib/RdfXmlParser" ;
66import { DataFactory } from "rdf-data-factory" ;
77const streamifyString = require ( 'streamify-string' ) ;
8- const streamifyArray = require ( 'streamify-array' ) ;
9- import arrayifyStream from 'arrayify-stream' ;
8+ import { streamifyArray } from 'streamify-array' ;
9+ import { arrayifyStream } from 'arrayify-stream' ;
1010import { IriValidationStrategy } from "validate-iri" ;
1111const quad = require ( 'rdf-quad' ) ;
1212const DF = new DataFactory ( ) ;
Original file line number Diff line number Diff line change @@ -1007,6 +1007,11 @@ arrayify-stream@^2.0.0:
10071007 resolved "https://registry.yarnpkg.com/arrayify-stream/-/arrayify-stream-2.0.1.tgz#1981e419a7aa7ddc6b6a7b46ef86e10785425f81"
10081008 integrity sha512-z8fB6PtmnewQpFB53piS2d1KlUi3BPMICH2h7leCOUXpQcwvZ4GbHHSpdKoUrgLMR6b4Qan/uDe1St3Ao3yIHg==
10091009
1010+ arrayify-stream@^3.0.0 :
1011+ version "3.0.0"
1012+ resolved "https://registry.yarnpkg.com/arrayify-stream/-/arrayify-stream-3.0.0.tgz#b65eef30ab1d34d45b23d4897d310d1431a82d44"
1013+ integrity sha512-h2/Pb4+zcBZkRvzlhSVQf+Vo2oDaPCPYp6nyYlabAtP7YudhmUtOMROdCKFGbVQX+Bpwfdrm7fP4vqBGT6qrDA==
1014+
10101015arrify@^1.0.1 :
10111016 version "1.0.1"
10121017 resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
@@ -3654,11 +3659,16 @@ stream-to-string@^1.1.0:
36543659 dependencies :
36553660 promise-polyfill "^1.1.6"
36563661
3657- streamify-array@^1.0.0, streamify-array@^1.0. 1 :
3662+ streamify-array@^1.0.1 :
36583663 version "1.0.1"
36593664 resolved "https://registry.yarnpkg.com/streamify-array/-/streamify-array-1.0.1.tgz#741cd1e7eaf1d451a0da484e5dc986a76dfa479c"
36603665 integrity sha512-ZnswaBcC6B1bhPLSQOlC6CdaDUSzU0wr2lvvHpbHNms8V7+DLd8uEAzDAWpsjxbFkijBHhuObFO/qqu52DZUMA==
36613666
3667+ streamify-array@^2.0.0 :
3668+ version "2.0.0"
3669+ resolved "https://registry.yarnpkg.com/streamify-array/-/streamify-array-2.0.0.tgz#8eeaa1e4d19541231f4a253d1704fd6c175ccfda"
3670+ integrity sha512-KzJjLpbiJxH0tv1HuO5GQSsgNMfi0utPVzHmoMFKMK6PeQ1IziGT7KqCMIT1iLaxpLMXyWbd0ct6GpoUd9KvzQ==
3671+
36623672streamify-string@^1.0.1 :
36633673 version "1.0.1"
36643674 resolved "https://registry.yarnpkg.com/streamify-string/-/streamify-string-1.0.1.tgz#9e220de33e1c475dd30e0206f5b1815cc6c9525b"
You can’t perform that action at this time.
0 commit comments