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

tinyreq

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tinyreq - npm Package Compare versions

Comparing version 3.2.4 to 3.2.5

8

lib/index.js

@@ -10,3 +10,4 @@ "use strict";

EventEmitter = events.EventEmitter,
assured = require("assured");
assured = require("assured"),
noop = require("noop6");

@@ -104,5 +105,8 @@ /**

request.end();
str.then = opt_callback._.then.bind(opt_callback._);
str.then = function (fn) {
callback = callback || noop;
return opt_callback._.then(fn);
};
str.catch = opt_callback._.catch.bind(opt_callback._);
return str;
};
{
"name": "tinyreq",
"version": "3.2.4",
"version": "3.2.5",
"description": "Tiny library for making http(s) requests.",

@@ -32,2 +32,3 @@ "main": "lib/index.js",

"follow-redirects": "^0.2.0",
"noop6": "^1.0.6",
"ul": "^5.0.0"

@@ -34,0 +35,0 @@ },

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