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

flux-commons-store

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flux-commons-store - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

4

dist/store.js

@@ -138,4 +138,4 @@ "use strict";

if (matcher && matcher(payload)) {
return true;
if (matcher) {
return matcher(payload);
} else {

@@ -142,0 +142,0 @@ return actionListener.action === payload || actionListener.action === payload[actionListener.actionKey];

{
"name": "flux-commons-store",
"version": "0.0.8",
"version": "0.0.9",
"description": "Base Store class to use with Flux/Dispatcher",

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

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