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

bluecache

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluecache - npm Package Compare versions

Comparing version 0.1.3 to 0.1.5

5

package.json
{
"name": "bluecache",
"description": "lru-cache via bluebird",
"version": "0.1.3",
"description": "In-memory, Promises/A+ lru-cache via bluebird",
"version": "0.1.5",
"author": "AgileMD <hello@agilemd.com>",

@@ -12,2 +12,3 @@ "contributors": [

"cache",
"in-memory",
"deferred",

@@ -14,0 +15,0 @@ "promise",

4

README.md

@@ -8,3 +8,3 @@ <a href="http://promisesaplus.com/">

[lru-cache](https://github.com/isaacs/node-lru-cache/issues) via [bluebird](https://github.com/petkaantonov/bluebird)
In-memory, Promises/A+ [lru-cache](https://github.com/isaacs/node-lru-cache/issues) via [bluebird](https://github.com/petkaantonov/bluebird)

@@ -151,2 +151,4 @@

});
// => "rejection is on, so the missing key is = jaeger"
```

@@ -153,0 +155,0 @@

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