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

curlrequest

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curlrequest - npm Package Compare versions

Comparing version 0.1.9 to 0.2.0

5

index.js

@@ -262,5 +262,6 @@ var child = require('child_process')

if (arguments.length === 3) {
var len = input.length, pos = 0;
for (var i = 0; i < concurrency; i++) {
(function exec() {
fn(input.shift(), function () {
fn(pos >= len ? null : input[pos++], function () {
process.nextTick(exec);

@@ -271,2 +272,4 @@ });

} else {
fn = concurrency;
concurrency = input;
for (var i = 0; i < concurrency; i++) {

@@ -273,0 +276,0 @@ (function exec() {

2

package.json
{ "name" : "curlrequest",
"description" : "A curl wrapper for node",
"version" : "0.1.9",
"version" : "0.2.0",
"homepage" : "https://github.com/chriso/curlrequest",

@@ -5,0 +5,0 @@ "author" : "Chris O'Hara <cohara87@gmail.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