Socket
Socket
Sign inDemoInstall

flax

Package Overview
Dependencies
19
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

28

package.json
{
"name": "flax",
"version": "0.1.0",
"version": "0.1.1",
"description": "A flux implementation",
"main": "./lib/index.js",
"scripts": {
"start": "parallelshell \"npm run babel:src:watch\" \"npm run babel:index:watch\"",
"babel:src": "babel --ignore *-test.js src --out-dir lib/src",
"babel:src:watch": "babel --ignore *-test.js src --watch --out-dir lib/src",
"babel:index": "babel index.js --out-file lib/index.js",
"babel:index:watch": "babel index.js --watch --out-file lib/index.js",
"prebuild": "rimraf lib",
"build": "babel --ignore *-test.js src --out-dir lib/src && babel index.js --out-file lib/index.js",
"build": "npm run babel:src && npm run babel:index",
"prepublish": "npm run build",

@@ -27,2 +32,3 @@ "test": "jest"

"devDependencies": {
"babel-cli": "^6.5.1",
"babel-jest": "^6.0.1",

@@ -35,2 +41,3 @@ "babel-plugin-transform-object-assign": "^6.3.13",

"jest-cli": "^0.8.2",
"parallelshell": "^2.0.0",
"rimraf": "^2.5.2"

@@ -45,20 +52,3 @@ },

]
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-object-assign"
]
}
],
"envify"
]
}
}
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