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

adm-zip-test

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adm-zip-test - npm Package Compare versions

Comparing version 0.4.12 to 0.4.13

2

package.json
{
"name": "adm-zip-test",
"version": "0.4.12",
"version": "0.4.13",
"description": "A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk",

@@ -5,0 +5,0 @@ "keywords": [

var fs = require("fs"),
pth = require('path'),
cp = require('child_process'),
package = require('../package.json');

@@ -109,3 +110,2 @@

} catch(e) {
console.log('package', package);
console.log(e, path);

@@ -116,2 +116,9 @@ var items = fs.readdirSync(folder);

}
cp.exec('ls -l ' + folder, function(e, stdout, stderr) {
if(!e) {
console.log(stdout);
console.log(stderr);
// process the resulting string and check for permission
}
});
fs.chmodSync(path, 438);

@@ -118,0 +125,0 @@ fd = fs.openSync(path, 'w', 438);

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