New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

globalcache

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

globalcache - npm Package Compare versions

Comparing version 2.11.0 to 2.11.1

6

index.js

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

var parts = data.split(','),
status = parts[0],//TODO: why it was parts[1]?
status = parts[0],
id = parts[2];

@@ -177,3 +177,5 @@

} else if (status.match(/^ERR/)) {
var tmpArr = parts[1].split('IR');
var tmpArr = (parts[1] || parts[0]).split('IR');
if(tmpArr.length===1)
tmpArr = tmpArr[0].split(' ');
var errCode = tmpArr.length >= 2 ? tmpArr[1] : tmpArr[0];

@@ -180,0 +182,0 @@ var err = ERRORCODES[errCode];

@@ -43,3 +43,3 @@ {

},
"version": "2.11.0"
"version": "2.11.1"
}
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