haraka-net-utils
Advanced tools
Comparing version 1.0.9 to 1.0.10
1.0.10 - 2017-07-27 | ||
- added vs-stun as optional dep (from Haraka) | ||
1.0.9 - 2017-06-16 | ||
@@ -3,0 +7,0 @@ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
71483
3
7
1507