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.6 to 1.0.7

4

CHANGELOG.md

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

1.0.7
-----
* fix fetching data from cache with init - @chkhoo #12
1.0.6

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

@@ -101,2 +101,7 @@ // Generated by CoffeeScript 1.9.0

return function(resolve, reject) {
var current;
current = _this.getCurrent();
if (current != null) {
return resolve(current);
}
return _this.stream.take(1).map(property('data')).subscribe(resolve, reject);

@@ -103,0 +108,0 @@ };

2

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

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

@@ -85,2 +85,5 @@ # shared-store

Note that cached data could be returned in the callback/promise if it already
exists.
`SharedStore` does not interpret `options` in any way,

@@ -87,0 +90,0 @@ it is just forwarded to the loader.

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