Socket
Socket
Sign inDemoInstall

net-listen

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

.idea/vagrant.xml

2

index.js

@@ -30,3 +30,3 @@ var fs = require('fs');

// change socket permissions
fs.chmod(config.path, config.pathMode || 0o777);
fs.chmod(config.path, config.pathMode || 0777);
}

@@ -33,0 +33,0 @@ callback(null);

{
"name": "net-listen",
"version": "0.1.0",
"version": "0.1.1",
"description": "Listen helper for net module helping with socket listening",

@@ -23,3 +23,9 @@ "main": "index.js",

},
"license": "MIT"
}
"license": "MIT",
"devDependencies": {
"jasmine": "^2.4.1"
},
"scripts": {
"test": "jasmine"
}
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc