Socket
Socket
Sign inDemoInstall

effector

Package Overview
Dependencies
24
Maintainers
1
Versions
271
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

.babelrc

58

package.json
{
"name": "effector",
"version": "0.0.1",
"description": "~/ - /~",
"main": "index.js",
"version": "0.1.0",
"description": "Redux effects",
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest --config=jest.json",
"prepublish": "npm run build",
"build": "npm run build:cjs && npm run build:es",
"build:cjs": "cross-env BABEL_ENV=commonjs babel src/ --ignore src/__test__ -d lib -s --delete-dir-on-start",
"build:es": "cross-env BABEL_ENV=es babel src/ --ignore src/__test__ -d es -s --delete-dir-on-start",
"test:ff": "jest --config=jest-fastflow.json --watch",
"test:watch": "jest --config=jest.json --watch",
"flow": "pm2 start flow-effector.sh",
"flow:status": "flow status",
"flow:stop": "pm2 stop flow-effector"
},
"author": "Zero Bias",
"license": "MIT"
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.39",
"@babel/core": "^7.0.0-beta.39",
"@babel/node": "^7.0.0-beta.39",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.39",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.39",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.39",
"@babel/plugin-transform-block-scoping": "^7.0.0-beta.39",
"@babel/plugin-transform-flow-strip-types": "^7.0.0-beta.39",
"@babel/plugin-transform-for-of": "^7.0.0-beta.39",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.39",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"cross-env": "^5.1.3",
"eslint": "^4.17.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-jest": "^21.7.0",
"redux-act": "^1.6.0",
"flow-bin": "^0.65.0",
"flow-typed": "^2.3.0",
"fs-extra": "^5.0.0",
"jest": "^22.1.4",
"js-yaml": "^3.10.0",
"pm2": "^2.9.3",
"prettier": "^1.10.2",
"prettier-eslint": "^8.8.1",
"prettier-eslint-cli": "^4.7.0",
"rimraf": "^2.6.2"
},
"dependencies": {
"immutable": "^4.0.0-rc.9",
"most": "^1.7.3",
"most-subject": "5.3.0",
"redux": "^3.7.2",
"symbol-observable": "^1.2.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc