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

needle

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

needle - npm Package Compare versions

Comparing version 2.2.2 to 2.2.3

note.xml

5

lib/needle.js

@@ -700,2 +700,7 @@ //////////////////////////////////////////

// make sure timer is cleared if request is aborted (issue #257)
request.once('abort', function() {
if (timer) clearTimeout(timer);
})
// handle socket 'end' event to ensure we don't get delayed EPIPE errors.

@@ -702,0 +707,0 @@ request.once('socket', function(socket) {

12

package.json
{
"name": "needle",
"version": "2.2.2",
"version": "2.2.3",
"description": "The leanest and most handsome HTTP client in the Nodelands.",

@@ -48,9 +48,9 @@ "keywords": [

"devDependencies": {
"JSONStream": "",
"jschardet": "",
"mocha": "",
"sinon": "",
"should": "",
"xml2js": "",
"JSONStream": "",
"q": "",
"jschardet": ""
"should": "^13.2.3",
"sinon": "^2.3.0",
"xml2js": ""
},

@@ -57,0 +57,0 @@ "scripts": {

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