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

minreq

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minreq - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

6

index.js

@@ -71,3 +71,5 @@ var http = require("http"),

}
else pipe.call(this, dest, opts);
pipe.call(this, dest, opts);
return dest;
};

@@ -95,3 +97,3 @@

scope._ended = true;
scope._cb(null, scope.response, scope._body);
if(scope._cb) scope._cb(null, scope.response, scope._body);
});

@@ -98,0 +100,0 @@

{
"name": "minreq",
"version": "0.1.1",
"version": "0.1.2",
"description": "minimalistic request library",

@@ -5,0 +5,0 @@ "author": "Felix Boehm <me@feedic.com>",

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