Socket
Socket
Sign inDemoInstall

lru-cache-for-clusters-as-promised

Package Overview
Dependencies
8
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.12 to 1.5.13

5

CHANGELOG.md

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

1.5.13 / 2017-08-04
==================
* Update dependencies
1.5.12 / 2017-07-06

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

8

package.json
{
"name": "lru-cache-for-clusters-as-promised",
"version": "1.5.12",
"version": "1.5.13",
"description": "LRU Cache that is safe for clusters",

@@ -42,4 +42,4 @@ "main": "./lru-cache-for-clusters-as-promised.js",

"depcheck": "^0.6.7",
"eslint": "^4.1.1",
"eslint-config-google": "^0.8.0",
"eslint": "^4.3.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-mocha": "^4.11.0",

@@ -49,3 +49,3 @@ "express": "^4.15.3",

"istanbul-cobertura-badger": "https://github.com/doublesharp/istanbul-cobertura-badger.git",
"mocha": "^3.4.2",
"mocha": "^3.5.0",
"should": "^11.2.1",

@@ -52,0 +52,0 @@ "sloc": "^0.2.0",

@@ -24,2 +24,6 @@ # lru-cache-for-clusters-as-promised

```shell
yarn add lru-cache-for-clusters-as-promised
```
# options

@@ -92,2 +96,3 @@

# example usage
**Master**
```javascript

@@ -100,2 +105,3 @@ // require the module in your master thread that creates workers to initialize

**Worker**
```javascript

@@ -102,0 +108,0 @@ // worker code

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