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

cerebral

Package Overview
Dependencies
Maintainers
2
Versions
638
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cerebral - npm Package Compare versions

Comparing version 0.32.0 to 0.32.1

27

package.json
{
"name": "cerebral",
"version": "0.32.0",
"version": "0.32.1",
"description": "A state controller with its own debugger",
"main": "src/index.js",
"scripts": {
"demo": "webpack-dev-server --progress --colors --content-base demo --config demo/webpack.config.js",
"deploydemo": "webpack --config demo/webpack.config.js",
"devtest": "nodeunit-watcher",
"test": "nodeunit tests"
},
"author": "Christian Alfoni",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-loader": "^5.3.2",
"cerebral-model-baobab": "^0.4.5",
"cerebral-module-recorder": "^0.4.1",
"cerebral-view-react": "^0.10.0",
"cerebral-module-router": "^0.10.1",
"classnames": "^2.1.1",
"css-loader": "^0.9.1",
"es6-promise": "^2.1.1",
"event-emitter": "^0.3.3",
"jshint": "^2.6.0",
"jshint-loader": "^0.8.2",
"nodeunit": "^0.9.0",
"nodeunit-watcher": "0.0.3",
"path-to-regexp": "^1.2.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"style-loader": "^0.8.3",
"todomvc-app-css": "^1.0.1",
"todomvc-common": "^1.0.1",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0"
"nodeunit-watcher": "0.0.3"
}
}

1

src/CreateSignalFactory.js

@@ -85,2 +85,3 @@ var utils = require('./utils.js');

isSync: runSync,
isRouted: options.isRouted || false,
isExecuting: true,

@@ -87,0 +88,0 @@ branches: branches,

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