Socket
Socket
Sign inDemoInstall

lru-cache-for-clusters-as-promised

Package Overview
Dependencies
9
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.14 to 1.5.15

test/.eslintrc

5

CHANGELOG.md

@@ -0,1 +1,6 @@

1.5.15 / 2017-10-14
==================
* Update dependencies
1.5.14 / 2017-09-11

@@ -2,0 +7,0 @@ ==================

34

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

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

"dependencies": {
"cron": "^1.2.1",
"debug": "^3.0.1",
"lru-cache": "^4.1.1",
"uuid": "^3.1.0"
"cron": "1.3.0",
"debug": "3.1.0",
"lru-cache": "4.1.1",
"uuid": "3.1.0"
},
"devDependencies": {
"depcheck": "^0.6.7",
"eslint": "^4.6.1",
"eslint-config-google": "^0.9.1",
"eslint-plugin-mocha": "^4.11.0",
"express": "^4.15.4",
"istanbul": "^0.4.5",
"depcheck": "0.6.8",
"eslint": "4.9.0",
"eslint-config-google": "0.9.1",
"eslint-plugin-mocha": "4.11.0",
"express": "4.16.2",
"istanbul": "0.4.5",
"istanbul-cobertura-badger": "https://github.com/doublesharp/istanbul-cobertura-badger.git",
"mocha": "^3.5.2",
"should": "^13.0.1",
"sloc": "^0.2.0",
"spec-xunit-file": "^0.0.1-3",
"supertest": "^3.0.0"
"mocha": "4.0.1",
"should": "13.1.2",
"sloc": "0.2.0",
"spec-xunit-file": "0.0.1-3",
"supertest": "3.0.0"
},

@@ -55,0 +55,0 @@ "pre-commit": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc