Socket
Socket
Sign inDemoInstall

curlrequest

Package Overview
Dependencies
0
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

2

index.js

@@ -389,3 +389,3 @@ var util = require('util')

if (typeof obj[i] === 'object') {
copy[i] = copy[i] ? exports.copy(obj[i]) : null;
copy[i] = obj[i] ? exports.copy(obj[i]) : null;
} else {

@@ -392,0 +392,0 @@ copy[i] = obj[i];

{ "name" : "curlrequest",
"description" : "A curl wrapper for node",
"version" : "0.4.0",
"version" : "0.4.1",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc