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

shared-store

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shared-store - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

6

CHANGELOG.md

@@ -0,1 +1,7 @@

### 4.0.2 - 2020-05-06
* fix: set internal vars ahead of time - **[@aaarichter](https://github.com/aaarichter)** [#43](https://github.com/groupon/shared-store/pull/43)
- [`5f7008d`](https://github.com/groupon/shared-store/commit/5f7008d214be98a2c64320973e7200beb74c863a) **fix:** set internal vars ahead of time
### 4.0.1 - 2020-04-30

@@ -2,0 +8,0 @@

6

lib/shared-store.js

@@ -75,2 +75,5 @@ /*

this._active = active != null ? active : cluster.isMaster;
this._cache = null;
this._writeCacheFiles = !!this._active;
this._retryTimeout = TEN_SECONDS;
this._temp = path.resolve(temp);

@@ -86,5 +89,2 @@

this.on('meta', this._handleMetaUpdate);
this._cache = null;
this._writeCacheFiles = !!this._active;
this._retryTimeout = TEN_SECONDS;
}

@@ -91,0 +91,0 @@

{
"name": "shared-store",
"version": "4.0.1",
"version": "4.0.2",
"description": "Keeping config data in sync",

@@ -5,0 +5,0 @@ "license": "BSD-3-Clause",

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