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

cerebral-forms

Package Overview
Dependencies
Maintainers
2
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cerebral-forms - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0-0-alpha.dca89161

.babelrc

36

package.json
{
"name": "cerebral-forms",
"version": "0.1.0",
"version": "1.0.0-0-alpha.dca89161",
"description": "Signals, actions and state factories to create forms",
"main": "index.js",
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "../../node_modules/.bin/mocha --compilers js:../../node_modules/babel-register 'src/**/*.test.js'",
"test:watch": "npm run test -- --watch",
"prebuild": "npm run test",
"build": "BABEL_ENV=production ../../node_modules/.bin/babel src/ --out-dir=lib/ -s",
"coverage": "../../node_modules/.bin/nyc --reporter=lcov --reporter=json npm run test",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cerebral/cerebral-forms.git"
"url": "git+https://github.com/cerebral/cerebral.git"
},

@@ -16,9 +22,23 @@ "keywords": [

],
"author": "Christian Alfoni <christianalfoni@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cerebral/cerebral-forms/issues"
"url": "https://github.com/cerebral/cerebral/issues"
},
"homepage": "https://github.com/cerebral/cerebral-forms#readme",
"homepage": "https://github.com/cerebral/cerebral/tree/master/packages/cerebral-forms#readme",
"peerDependencies": {
"cerebral": "^2.0.0-alpha.2"
"cerebral": "^2.0.0-0-alpha.dca89161"
},
"devDependencies": {
"cerebral": "^2.0.0-0-alpha.dca89161"
},
"nyc": {
"exclude": [
"node_modules",
"lib",
"tests",
"**/*.test.js",
"**/testHelper.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