cerebral-forms
Advanced tools
Comparing version 0.1.0 to 1.0.0-0-alpha.212f71f4
{ | ||
"name": "cerebral-forms", | ||
"version": "0.1.0", | ||
"version": "1.0.0-0-alpha.212f71f4", | ||
"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": "next" | ||
}, | ||
"devDependencies": { | ||
"cerebral": "next" | ||
}, | ||
"nyc": { | ||
"exclude": [ | ||
"node_modules", | ||
"lib", | ||
"tests", | ||
"**/*.test.js", | ||
"**/testHelper.js" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
341870
91
2608
1
1
335
1
1