Socket
Socket
Sign inDemoInstall

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.5.6 to 0.5.7

8

package.json
{ "name" : "curlrequest",
"description" : "A curl wrapper for node",
"version" : "0.5.6",
"homepage" : "https://github.com/chriso/curlrequest",
"version" : "0.5.7",
"homepage" : "https://github.com/node-js-libs/curlrequest",
"author" : "Chris O'Hara <cohara87@gmail.com>",

@@ -9,3 +9,3 @@ "main" : "index",

"type": "git",
"url": "http://github.com/chriso/curlrequest.git"
"url": "http://github.com/node-js-libs/curlrequest.git"
},

@@ -15,4 +15,4 @@ "engines": { "node": ">= 0.4.0" },

"type": "MIT",
"url": "http://github.com/chriso/curlrequest/raw/master/LICENSE"
"url": "http://github.com/node-js-libs/curlrequest/raw/master/LICENSE"
}]
}

@@ -28,2 +28,4 @@ **curlrequest** is a node wrapper for the command line **curl(1)**

```javascript
var curl = require('curlrequest');
curl.request(options, callback);

@@ -180,3 +182,3 @@ ```

Copyright (c) 2012 Chris O'Hara <cohara87@gmail.com>
Copyright (c) 2016 Chris O'Hara <cohara87@gmail.com>

@@ -183,0 +185,0 @@ Permission is hereby granted, free of charge, to any person obtaining

Sorry, the diff of this file is not supported yet

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