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

globalcache

Package Overview
Dependencies
Maintainers
1
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.3.0 to 2.4.0

6

index.js

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

};
this.disconnect = this.end = this.destroy = function (callback) {
if (this.socket)
this.socket.end();
messageQueue.clear();
callbacks.clear();
}
this.send = function (input, done) {

@@ -180,0 +186,0 @@ if (!input) throw new Error('Missing input');

2

package.json

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

},
"version": "2.3.0"
"version": "2.4.0"
}
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