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

haraka-net-utils

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

haraka-net-utils - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

4

Changes.md
1.0.10 - 2017-07-27
- added vs-stun as optional dep (from Haraka)
1.0.9 - 2017-06-16

@@ -3,0 +7,0 @@

13

package.json
{
"name": "haraka-net-utils",
"version": "1.0.9",
"version": "1.0.10",
"description": "haraka network utilities",
"main": "index.js",
"scripts": {
"test": "./run_tests",
"lint": "./node_modules/.bin/eslint *.js test",
"lintfix": "./node_modules/.bin/eslint --fix *.js test",
"cover": "./node_modules/.bin/istanbul cover ./run_tests"
"test": "node run_tests",
"lint": "node node_modules/.bin/eslint *.js test",
"lintfix": "node node_modules/.bin/eslint --fix *.js test",
"cover": "node node_modules/.bin/istanbul cover ./run_tests"
},

@@ -40,3 +40,6 @@ "repository": {

"sprintf-js": "^1.0.3"
},
"optionalDependencies": {
"vs-stun" : "~0.0.7"
}
}

@@ -996,11 +996,10 @@

outbound: {
ciphers: 'ECDHE-RSA-AES256-GCM-SHA384',
rejectUnauthorized: false,
requestCert: false,
honorCipherOrder: false,
enableOCSPStapling: false,
enableSNI: false,
}
ciphers: 'ECDHE-RSA-AES256-GCM-SHA384',
rejectUnauthorized: false,
requestCert: false,
honorCipherOrder: false,
enableOCSPStapling: false,
enableSNI: false,
}
);
});
test.done();

@@ -1007,0 +1006,0 @@ },

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