@most/prelude
Advanced tools
Comparing version 1.5.2 to 1.6.0
{ | ||
"name": "@most/prelude", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "prelude", | ||
@@ -14,8 +14,10 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "rollup -c", | ||
"build": "npm run build:dist && npm run build:flow", | ||
"build:dist": "rollup -c", | ||
"build:flow": "cpy src/index.js.flow dist && cpy src/index.js.flow dist --rename=index.es.js.flow", | ||
"prepublish": "npm run build", | ||
"preversion": "npm run build", | ||
"unit-test": "istanbul cover _mocha -- -r buba/register", | ||
"lint": "jsinspect src && jsinspect -t 45 test && eslint src test", | ||
"test": "npm run lint && npm run unit-test" | ||
"test": "npm run test:lint && npm run test:unit && npm run test:flow", | ||
"test:lint": "jsinspect src && jsinspect -t 45 test && eslint src test", | ||
"test:unit": "nyc mocha -r buba/register", | ||
"test:flow": "flow check" | ||
}, | ||
@@ -36,2 +38,3 @@ "repository": { | ||
"buba": "^2.0.1", | ||
"cpy-cli": "^1.0.1", | ||
"eslint": "^3.2.2", | ||
@@ -41,5 +44,6 @@ "eslint-config-standard": "^5.3.5", | ||
"eslint-plugin-standard": "^2.0.0", | ||
"istanbul": "^1.1.0-alpha.1", | ||
"flow-bin": "^0.43.1", | ||
"jsinspect": "^0.8.0", | ||
"mocha": "^3.0.2", | ||
"nyc": "^10.2.0", | ||
"power-assert": "^1.4.1", | ||
@@ -46,0 +50,0 @@ "rollup": "^0.34.7", |
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
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
41721
10
0
15