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

shared-store

Package Overview
Dependencies
Maintainers
3
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 1.0.11 to 1.0.12

.envrc

4

CHANGELOG.md

@@ -0,1 +1,5 @@

1.0.12
------
* fix to resolve store.init if cache = loaded data - @chkhoo #22
1.0.11

@@ -2,0 +6,0 @@ ------

@@ -114,2 +114,5 @@ // Generated by CoffeeScript 1.9.0

var handleData, handleErr;
if (_this._cache != null) {
return resolve(_this._cache.data);
}
handleData = function(data) {

@@ -116,0 +119,0 @@ _this.removeListener('err', handleErr);

2

package.json
{
"name": "shared-store",
"version": "1.0.11",
"version": "1.0.12",
"description": "Keeping config data in sync",

@@ -5,0 +5,0 @@ "main": "lib/shared-store.js",

Sorry, the diff of this file is not supported yet

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