New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.4 to 1.1.5

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

2

lib/utility.js

@@ -62,3 +62,3 @@ 'use strict';

let commands = command.match(regexpCommands) || [];
for (command of commands) {
for (let command of commands) {
const arg = command.replace(/(\/|\\)/g, sep);

@@ -65,0 +65,0 @@ args.push(normalize(arg));

{
"name": "node-7z-archive",
"version": "1.1.4",
"version": "1.1.5",
"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.",

@@ -46,3 +46,4 @@ "type": "module",

"Oskar Larsson Högfeldt <g@oskar-lh.name>",
"Amin Yahyaabadi <aminyahyaabadi74@gmail.com>"
"Amin Yahyaabadi <aminyahyaabadi74@gmail.com>",
"sergxerj"
],

@@ -49,0 +50,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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