node-7z-archive
Advanced tools
Comparing version 1.0.4 to 1.0.6
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "node-7z-archive", | ||
"version": "1.0.4", | ||
"version": "1.0.6", | ||
"description": "ESM front-end to 7-Zip, featuring alternative full 7z CLI tools, binaries for Linux, Windows, Mac OSX, seamlessly create 7zip SFX self extracting archives targeting different platforms.", | ||
@@ -76,13 +76,13 @@ "type": "module", | ||
"dependencies": { | ||
"node-unar": "^1.0.6", | ||
"node-sys": "^1.1.3", | ||
"fs-extra": "^9.0.1", | ||
"node-wget-fetch": "^1.1.0", | ||
"when": "^3.7.8", | ||
"minimist": "1.2.5" | ||
"fs-extra": "^9.1.0", | ||
"minimist": "1.2.5", | ||
"node-sys": "^1.1.6", | ||
"node-unar": "^1.0.7", | ||
"node-wget-fetch": "^1.1.2", | ||
"when": "^3.7.8" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.2.0", | ||
"mocha": "^8.2.1" | ||
"chai": "^4.3.6", | ||
"mocha": "^8.4.0" | ||
} | ||
} |
@@ -22,3 +22,3 @@ node-7z-archive | ||
console.log('Some files are extracted: %s', files); | ||
}); | ||
}) | ||
@@ -28,3 +28,3 @@ // When all is done | ||
console.log('Extracting done!'); | ||
}); | ||
}) | ||
@@ -31,0 +31,0 @@ // On error |
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
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
89621
Updatedfs-extra@^9.1.0
Updatednode-sys@^1.1.6
Updatednode-unar@^1.0.7
Updatednode-wget-fetch@^1.1.2