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

lru-cache-for-clusters-as-promised

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lru-cache-for-clusters-as-promised - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

7

CHANGELOG.md

@@ -1,4 +0,9 @@

1.5.3 / 2016-11-17
1.5.3 / 2016-11-19
==================
* Update `uuid` and `developer-tools`
1.5.2 / 2016-11-17
==================
* Improved debug logging

@@ -5,0 +10,0 @@

8

package.json
{
"name": "lru-cache-for-clusters-as-promised",
"version": "1.5.2",
"version": "1.5.3",
"description": "LRU Cache that is safe for clusters",
"main": "./lru-cache-for-clusters-as-promised.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./test",
"test": "./node_modules/.bin/mocha ./test -s 0",
"coverage-report": "./node_modules/.bin/istanbul-coverage-report",

@@ -34,6 +34,6 @@ "coverage": "npm run coverage-report && open ./coverage/lcov-report/index.html",

"lru-cache": "^4.0.1",
"uuid": "^2.0.3"
"uuid": "^3.0.0"
},
"devDependencies": {
"developer-tools": "0.0.4",
"developer-tools": "0.0.6",
"eslint-config-airbnb": "^13.0.0",

@@ -40,0 +40,0 @@ "eslint-plugin-import": "^2.2.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