Comparing version 2.1.2 to 3.0.0
{ | ||
"name": "upcast", | ||
"version": "2.1.2", | ||
"version": "3.0.0", | ||
"description": "Upcast is a low-level JavaScript type checking and casting library", | ||
@@ -25,13 +25,17 @@ "keywords": [ | ||
"devDependencies": { | ||
"ava": "^0.22.0", | ||
"codecov": "^2.3.1", | ||
"lint-staged": "^4.2.3", | ||
"nyc": "^11.2.1", | ||
"sinon": "~4.0.1", | ||
"xo": "^0.18.2" | ||
"ava": "^0.25.0", | ||
"bili": "^2.2.7", | ||
"codecov": "^3.0.0", | ||
"lint-staged": "^6.1.1", | ||
"nyc": "^11.4.1", | ||
"sinon": "~4.3.0", | ||
"xo": "^0.20.2" | ||
}, | ||
"main": "./index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", | ||
"lint": "xo", | ||
"build": "bili --format cjs,es,umd,umd-min", | ||
"precommit": "lint-staged && yarn test", | ||
@@ -55,4 +59,4 @@ "test": "yarn lint && yarn test-coverage", | ||
"dependencies": { | ||
"cross-env": "^5.1.0" | ||
"cross-env": "^5.1.3" | ||
} | ||
} |
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
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
310
26685
7
9
1
Updatedcross-env@^5.1.3