New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flux-crud-store

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flux-crud-store - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/crud_store.js

@@ -71,3 +71,3 @@ 'use strict';

get: function (id) {
if (this._isFetching[id]) {
if (this._isFetchingAll || this._isFetching[id]) {
return this._loadingResponse;

@@ -74,0 +74,0 @@ }

@@ -6,3 +6,3 @@ {

"author": "Holman Gao <holman@golmansax.com>",
"version": "0.0.6",
"version": "0.0.7",
"main": "lib/index.js",

@@ -9,0 +9,0 @@ "repository": {

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