request-ssl
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -224,2 +224,6 @@ /** | ||
fingerprint = fingerprint.replace(/^SHA1\sFingerprint=(.*)/,'$1'); | ||
if (name in global.requestSSLFingerprints) { | ||
debug('addFingerprint (already found, not adding) %s=%s',name,fingerprint); | ||
return; | ||
} | ||
debug('addFingerprint %s=%s',name,fingerprint); | ||
@@ -226,0 +230,0 @@ global.requestSSLFingerprints[name] = fingerprint; |
{ | ||
"name": "request-ssl", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Pinned SSL version of the Request library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
34348
495