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.8 to 0.0.9

build/cjs/Dispatcher.js

6

package.json
{
"name": "reshow-flux-base",
"version": "0.0.8",
"version": "0.0.9",
"description": "Pure flux dispatch mechanism",
"main": "./build/src/index.js",
"main": "./build/cjs/index.js",
"module": "./build/es/index.js",

@@ -27,3 +27,3 @@ "repository": "react-atomic/reshow",

"build": "npm run clean && npm run build:cjs && npm run build:es",
"build:cjs": "BABEL_ENV=build babel src -d build/src",
"build:cjs": "BABEL_ENV=build babel src -d build/cjs",
"build:es": "BABEL_ENV=es babel src -d build/es",

@@ -30,0 +30,0 @@ "prepublishOnly": "npm run test && npm run build",

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