shared-store
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -0,1 +1,7 @@ | ||
### 2.0.1 | ||
* fix: survive invalid json tmpfile on init() - **[@dbushong](https://github.com/dbushong)** [#26](https://github.com/groupon/shared-store/pull/26) | ||
- [`7d5c9cc`](https://github.com/groupon/shared-store/commit/7d5c9ccae0b8f4d3ab3fed80ad29fdb90ff8c915) **fix:** survive invalid json tmpfile on init() | ||
### 2.0.0 | ||
@@ -2,0 +8,0 @@ |
@@ -149,2 +149,5 @@ // Generated by CoffeeScript 1.9.0 | ||
return Observable.empty(); | ||
} else if (error instanceof SyntaxError) { | ||
debug("Invalid cache file found: " + error.message); | ||
return Observable.empty(); | ||
} else { | ||
@@ -151,0 +154,0 @@ return Observable["throw"](error); |
{ | ||
"name": "shared-store", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Keeping config data in sync", | ||
@@ -5,0 +5,0 @@ "main": "lib/shared-store.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
52205
1014
1