check-more-types
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "check-more-types", | ||
"main": "check-more-types.js", | ||
"version": "2.2.0", | ||
"version": "0.0.0", | ||
"homepage": "https://github.com/kensho/check-more-types", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -1,2 +0,2 @@ | ||
/*! check-more-types - v2.2.0 | ||
/*! check-more-types - v0.0.0 | ||
homepage: https://github.com/kensho/check-more-types | ||
@@ -3,0 +3,0 @@ Copyright @ 2014 Kensho license: MIT */ |
{ | ||
"name": "check-more-types", | ||
"description": "Large collection of predicates", | ||
"version": "2.2.0", | ||
"description": "Large collection of predicates.", | ||
"version": "2.3.0", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -9,22 +9,31 @@ "bugs": { | ||
}, | ||
"files": [ | ||
"bower.json", | ||
"check-more-types.js", | ||
"check-more-types.min.js" | ||
], | ||
"config": { | ||
"pre-git": { | ||
"commit-msg": "validate-commit-msg", | ||
"pre-commit": [ | ||
"npm test" | ||
], | ||
"pre-push": [ | ||
"npm run size" | ||
], | ||
"post-commit": [ | ||
"git status" | ||
], | ||
"post-merge": [] | ||
} | ||
}, | ||
"contributors": [], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"benv": "1.1.0", | ||
"coveralls": "2.11.4", | ||
"git-issues": "1.2.0", | ||
"grunt-cli": "0.1.13", | ||
"grunt-contrib-jshint": "0.11.2", | ||
"grunt-contrib-uglify": "0.9.2", | ||
"grunt-contrib-jshint": "0.11.3", | ||
"grunt-contrib-uglify": "0.11.0", | ||
"grunt-contrib-watch": "0.6.1", | ||
"grunt-deps-ok": "0.8.0", | ||
"grunt-deps-ok": "0.9.0", | ||
"grunt-gt": "0.1.6", | ||
"grunt-jshint-solid": "0.1.1", | ||
"grunt-mocha-test": "0.12.7", | ||
"grunt-nice-package": "0.9.3", | ||
"grunt-nice-package": "0.9.6", | ||
"grunt-npm2bower-sync": "0.9.1", | ||
@@ -34,10 +43,12 @@ "grunt-readme": "0.4.5", | ||
"grunt-xplain": "0.2.7", | ||
"lazy-ass": "0.6.0", | ||
"jshint-summary": "0.4.0", | ||
"lazy-ass": "1.1.0", | ||
"lazy-ass-helpful": "0.6.1", | ||
"lcov-filter": "0.0.3", | ||
"lcov-filter": "0.1.1", | ||
"lodash": "3.10.1", | ||
"matchdep": "0.3.0", | ||
"matchdep": "1.0.0", | ||
"mocha": "2.3.4", | ||
"pkgfiles": "2.3.0", | ||
"pre-git": "1.3.0" | ||
"pre-git": "1.4.0", | ||
"semantic-release": "6.0.3" | ||
}, | ||
@@ -47,2 +58,7 @@ "engines": { | ||
}, | ||
"files": [ | ||
"bower.json", | ||
"check-more-types.js", | ||
"check-more-types.min.js" | ||
], | ||
"homepage": "https://github.com/kensho/check-more-types", | ||
@@ -58,34 +74,24 @@ "keywords": [ | ||
"main": "check-more-types.js", | ||
"release": { | ||
"verifyConditions": { | ||
"path": "./test/publish-from-specific-node", | ||
"node": "4.2.2" | ||
} | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@github.com:kensho/check-more-types.git" | ||
"url": "https://github.com/kensho/check-more-types.git" | ||
}, | ||
"scripts": { | ||
"build": "grunt", | ||
"coveralls": "node node_modules/lcov-filter/index.js cover/lcov.info test | ./node_modules/coveralls/bin/coveralls.js", | ||
"commit": "git-issues && commit-wizard", | ||
"coveralls": "lcov-filter cover/lcov.info test | ./node_modules/coveralls/bin/coveralls.js", | ||
"issues": "git-issues", | ||
"node-test": "node test/load-under-node-test.js", | ||
"pkgfiles": "pkgfiles", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"size": "tarball=\"$(npm pack .)\"; wc -c \"${tarball}\"; tar tvf \"${tarball}\"; rm \"${tarball}\";", | ||
"test": "grunt && npm run node-test && grunt mochaTest:syntheticBrowser", | ||
"watch": "grunt watch", | ||
"issues": "git-issues", | ||
"commit": "git-issues && commit-wizard", | ||
"pkgfiles": "pkgfiles", | ||
"size": "tarball=\"$(npm pack .)\"; wc -c \"${tarball}\"; tar tvf \"${tarball}\"; rm \"${tarball}\";" | ||
}, | ||
"config": { | ||
"pre-git": { | ||
"commit-msg": "validate-commit-msg", | ||
"pre-commit": [ | ||
"npm test", | ||
"npm version" | ||
], | ||
"pre-push": [ | ||
"npm run size", | ||
"npm run pkgfiles" | ||
], | ||
"post-commit": [ | ||
"git status" | ||
], | ||
"post-merge": [] | ||
} | ||
"watch": "grunt watch" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# check-more-types v2.2.0 | ||
# check-more-types | ||
@@ -7,8 +7,11 @@ > Large collection of predicates, inspired by [check-types.js](https://github.com/philbooth/check-types.js) | ||
[![manpm](https://img.shields.io/badge/manpm-%E2%9C%93-3399ff.svg)](https://github.com/bahmutov/manpm) | ||
[![Build status][check-more-types-ci-image] ][check-more-types-ci-url] | ||
[![dependencies][check-more-types-dependencies-image] ][check-more-types-dependencies-url] | ||
[![devdependencies][check-more-types-devdependencies-image] ][check-more-types-devdependencies-url] | ||
[![semantic-release][semantic-image] ][semantic-url] | ||
[![Coverage Status][check-more-types-coverage-image] ][check-more-types-coverage-url] | ||
[![Codacy Badge][check-more-types-codacy-image] ][check-more-types-codacy-url] | ||
[![Code Climate][check-more-types-code-climate-image] ][check-more-types-code-climate-url] | ||
[![dependencies][check-more-types-dependencies-image] ][check-more-types-dependencies-url] | ||
[![devdependencies][check-more-types-devdependencies-image] ][check-more-types-devdependencies-url] | ||
![issue](http://issuestats.com/github/kensho/check-more-types/badge/issue) | ||
@@ -30,2 +33,4 @@ | ||
[check-more-types-code-climate-url]: https://codeclimate.com/github/kensho/check-more-types | ||
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg | ||
[semantic-url]: https://github.com/semantic-release/semantic-release | ||
@@ -32,0 +37,0 @@ |
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
49123
763
0
25