check-more-types
Advanced tools
Comparing version 2.15.0 to 2.16.0
{ | ||
"name": "check-more-types", | ||
"main": "check-more-types.js", | ||
"main": "dist/check-more-types.js", | ||
"version": "0.0.0", | ||
@@ -25,3 +25,3 @@ "homepage": "https://github.com/kensho/check-more-types", | ||
], | ||
"description": "Additional type checks for https://github.com/philbooth/check-types.js", | ||
"description": "Collection of predicates and type checks", | ||
"authors": [ | ||
@@ -28,0 +28,0 @@ "Gleb Bahmutov <gleb.bahmutov@gmail.com>" |
{ | ||
"name": "check-more-types", | ||
"description": "Large collection of predicates.", | ||
"version": "2.15.0", | ||
"version": "2.16.0", | ||
"author": { | ||
@@ -50,2 +50,3 @@ "name": "Gleb Bahmutov", | ||
"grunt-readme": "0.4.5", | ||
"grunt-string-replace": "1.2.1", | ||
"grunt-toc": "0.1.0", | ||
@@ -62,3 +63,6 @@ "grunt-xplain": "0.2.7", | ||
"pre-git": "3.4.1", | ||
"semantic-release": "6.2.0" | ||
"semantic-release": "6.2.0", | ||
"standard": "6.0.8", | ||
"standard-format": "2.1.1", | ||
"webpack": "1.12.14" | ||
}, | ||
@@ -70,4 +74,4 @@ "engines": { | ||
"bower.json", | ||
"check-more-types.js", | ||
"check-more-types.min.js" | ||
"dist/check-more-types.js", | ||
"dist/check-more-types.min.js" | ||
], | ||
@@ -83,3 +87,3 @@ "homepage": "https://github.com/kensho/check-more-types", | ||
"license": "MIT", | ||
"main": "check-more-types.js", | ||
"main": "dist/check-more-types.js", | ||
"release": { | ||
@@ -101,14 +105,16 @@ "verifyConditions": [ | ||
"scripts": { | ||
"build": "grunt", | ||
"build": "npm run pack && grunt", | ||
"commit": "git-issues && commit-wizard", | ||
"coveralls": "lcov-filter cover/lcov.info test | ./node_modules/coveralls/bin/coveralls.js", | ||
"format": "standard-format -w src/*.js", | ||
"issues": "git-issues", | ||
"lint": "standard --verbose src/*.js", | ||
"mocha": "mocha test/check-more-types-spec.js", | ||
"mocha:synthetic": "grunt mochaTest:syntheticBrowser", | ||
"node-test": "node test/load-under-node-test.js", | ||
"pack": "webpack", | ||
"pkgfiles": "pkgfiles", | ||
"pretest": "grunt", | ||
"pretest": "npm run format && npm run lint", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"size": "tarball=\"$(npm pack .)\"; wc -c \"${tarball}\"; tar tvf \"${tarball}\"; rm \"${tarball}\";", | ||
"test": "npm run node-test && npm run mocha:synthetic && npm run mocha", | ||
"test": "npm run node-test && npm run mocha", | ||
"unit": "npm run mocha", | ||
@@ -115,0 +121,0 @@ "watch": "grunt watch" |
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
57296
829
31
1