Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-7z-archive

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-7z-archive - npm Package Compare versions

Comparing version 1.0.4 to 1.0.6

0

cli/7zip.js

@@ -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';

18

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc