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.1.2 to 0.1.3

2

build/cjs/mitt.js

@@ -24,3 +24,3 @@ "use strict";

emit: function emit(t, params) {
all(t).slice().map(function (handler) {
all(t).slice().forEach(function (handler) {
return handler(params);

@@ -27,0 +27,0 @@ });

@@ -17,3 +17,3 @@ var type = function type(all) {

emit: function emit(t, params) {
all(t).slice().map(function (handler) {
all(t).slice().forEach(function (handler) {
return handler(params);

@@ -20,0 +20,0 @@ });

{
"name": "reshow-flux-base",
"version": "0.1.2",
"version": "0.1.3",
"description": "Pure flux dispatch mechanism",

@@ -5,0 +5,0 @@ "main": "./build/cjs/index.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