filelist-utils
Advanced tools
Comparing version 0.7.1 to 0.8.0
export * from './fileListFromPath'; | ||
export * from './fileListFromZip'; | ||
export * from './fileListFromWS'; | ||
export * from './fileListUnzip'; | ||
@@ -4,0 +5,0 @@ export * from './fileListUngzip'; |
export * from './fileListFromPath'; | ||
export * from './fileListFromZip'; | ||
export * from './fileListFromWS'; | ||
export * from './fileListUnzip'; | ||
@@ -4,0 +5,0 @@ export * from './fileListUngzip'; |
export * from './fileListFromPath'; | ||
export * from './fileListFromZip'; | ||
export * from './fileListFromWS'; | ||
export * from './fileListUnzip'; | ||
@@ -4,0 +5,0 @@ export * from './fileListUngzip'; |
@@ -19,2 +19,3 @@ "use strict"; | ||
__exportStar(require("./fileListFromZip"), exports); | ||
__exportStar(require("./fileListFromWS"), exports); | ||
__exportStar(require("./fileListUnzip"), exports); | ||
@@ -21,0 +22,0 @@ __exportStar(require("./fileListUngzip"), exports); |
{ | ||
"name": "filelist-utils", | ||
"version": "0.7.1", | ||
"version": "0.8.0", | ||
"description": "Create a FileList from a path or a zip file", | ||
@@ -45,16 +45,19 @@ "main": "./lib/index.js", | ||
"devDependencies": { | ||
"@types/jest": "^27.5.1", | ||
"@babel/plugin-transform-modules-commonjs": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@types/jest": "^29.0.0", | ||
"@types/pako": "^2.0.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-cheminfo-typescript": "^10.4.0", | ||
"jest": "^28.1.0", | ||
"prettier": "^2.6.2", | ||
"eslint": "^8.23.0", | ||
"eslint-config-cheminfo-typescript": "^11.0.1", | ||
"jest": "^29.0.1", | ||
"msw": "^0.47.3", | ||
"prettier": "^2.7.1", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^28.0.3", | ||
"typescript": "^4.7.2" | ||
"typescript": "^4.8.2" | ||
}, | ||
"dependencies": { | ||
"jszip": "^3.10.0", | ||
"cross-fetch": "^3.1.5", | ||
"jszip": "^3.10.1", | ||
"pako": "^2.0.4" | ||
} | ||
} |
export * from './fileListFromPath'; | ||
export * from './fileListFromZip'; | ||
export * from './fileListFromWS'; | ||
export * from './fileListUnzip'; | ||
@@ -4,0 +5,0 @@ export * from './fileListUngzip'; |
import { ungzip } from 'pako'; | ||
import { PartialFile } from './PartialFile'; | ||
@@ -3,0 +4,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
78588
102
1293
3
11
3
+ Addedcross-fetch@^3.1.5
+ Addedcross-fetch@3.1.8(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
Updatedjszip@^3.10.1