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

reshow-flux-base

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow-flux-base - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

build/cjs/Store.js

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

_this.nextEmits.forEach(function (emit) {
return _this.emit(CHANGE);
return _this.emit(emit);
});

@@ -67,0 +67,0 @@ _this.nextEmits = [];

@@ -41,3 +41,3 @@ import _classCallCheck from 'reshow-runtime/es/helpers/classCallCheck';

_this.nextEmits.forEach(function (emit) {
return _this.emit(CHANGE);
return _this.emit(emit);
});

@@ -44,0 +44,0 @@ _this.nextEmits = [];

{
"name": "reshow-flux-base",
"version": "0.0.11",
"version": "0.0.12",
"description": "Pure flux dispatch mechanism",

@@ -20,5 +20,4 @@ "main": "./build/cjs/index.js",

"chai": "*",
"jsdom": "*",
"jsdom-global": "*",
"mocha": "*"
"mocha": "*",
"sinon": "*"
},

@@ -32,3 +31,3 @@ "scripts": {

"build:test": "BABEL_ENV=build babel tests -d build/tests",
"test": "npm run build && npm run build:test && mocha 'build/tests/**/*.js' -r jsdom-global/register"
"test": "npm run build && npm run build:test && mocha 'build/tests/**/*.js'"
},

@@ -35,0 +34,0 @@ "files": [

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