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

request-ssl

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

request-ssl - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

4

lib/index.js

@@ -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;

2

package.json
{
"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",

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