Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "lazy-ass", | ||
"main": "index.js", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/bahmutov/lazy-ass", | ||
@@ -18,9 +18,9 @@ "license": "MIT", | ||
"keywords": [ | ||
"lazy", | ||
"assertion", | ||
"assertions", | ||
"browser", | ||
"debugging", | ||
"defensive", | ||
"node", | ||
"browser" | ||
"lazy", | ||
"node" | ||
], | ||
@@ -27,0 +27,0 @@ "authors": [ |
{ | ||
"name": "lazy-ass", | ||
"description": "Lazy assertions without performance penalty", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", | ||
@@ -16,3 +16,6 @@ "bugs": { | ||
], | ||
"pre-push": [], | ||
"pre-push": [ | ||
"npm run size", | ||
"npm run pkgfiles" | ||
], | ||
"post-commit": [], | ||
@@ -23,34 +26,33 @@ "post-merge": [] | ||
"contributors": [], | ||
"czConfig": { | ||
"path": "node_modules/pre-git/node_modules/cz-conventional-changelog" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"bad-line": "0.1.1", | ||
"coveralls": "2.11.2", | ||
"coveralls": "2.11.4", | ||
"expect.js": "0.3.1", | ||
"git-issues": "1.2.0", | ||
"grunt": "0.4.5", | ||
"grunt-banner": "0.3.1", | ||
"grunt-banner": "0.6.0", | ||
"grunt-clean-console": "0.1.1", | ||
"grunt-contrib-concat": "0.5.1", | ||
"grunt-contrib-copy": "0.8.0", | ||
"grunt-contrib-jshint": "0.11.2", | ||
"grunt-contrib-uglify": "0.9.1", | ||
"grunt-contrib-copy": "0.8.2", | ||
"grunt-contrib-jshint": "0.11.3", | ||
"grunt-contrib-uglify": "0.10.1", | ||
"grunt-contrib-watch": "0.6.1", | ||
"grunt-deps-ok": "0.7.1", | ||
"grunt-gh-pages": "0.10.0", | ||
"grunt-deps-ok": "0.8.0", | ||
"grunt-gh-pages": "1.0.0", | ||
"grunt-karma": "0.10.1", | ||
"grunt-mocha-test": "0.12.7", | ||
"grunt-nice-package": "0.9.2", | ||
"grunt-npm2bower-sync": "0.8.1", | ||
"jshint-stylish": "1.0.2", | ||
"grunt-nice-package": "0.9.4", | ||
"grunt-npm2bower-sync": "0.9.1", | ||
"jshint-stylish": "2.1.0", | ||
"karma": "0.12.32", | ||
"karma-chrome-launcher": "0.1.8", | ||
"karma-coverage": "0.3.1", | ||
"karma-mocha": "0.1.10", | ||
"karma-phantomjs-launcher": "0.1.4", | ||
"matchdep": "0.3.0", | ||
"mocha": "2.3.3", | ||
"pre-git": "1.2.4", | ||
"time-grunt": "1.1.1" | ||
"karma-chrome-launcher": "0.2.1", | ||
"karma-coverage": "0.5.3", | ||
"karma-mocha": "0.2.1", | ||
"karma-phantomjs-launcher": "0.2.1", | ||
"matchdep": "1.0.0", | ||
"mocha": "2.3.4", | ||
"pkgfiles": "2.3.0", | ||
"pre-git": "1.3.0", | ||
"time-grunt": "1.2.2" | ||
}, | ||
@@ -60,11 +62,17 @@ "engines": { | ||
}, | ||
"files": [ | ||
"index.js", | ||
"index.html", | ||
"bower.json", | ||
"test/demo.js" | ||
], | ||
"homepage": "https://github.com/bahmutov/lazy-ass", | ||
"keywords": [ | ||
"lazy", | ||
"assertion", | ||
"assertions", | ||
"browser", | ||
"debugging", | ||
"defensive", | ||
"node", | ||
"browser" | ||
"lazy", | ||
"node" | ||
], | ||
@@ -78,9 +86,13 @@ "license": "MIT", | ||
"scripts": { | ||
"test": "grunt test", | ||
"mocha": "mocha test/*.spec.js", | ||
"watch": "grunt watch", | ||
"commit": "git-issues && commit-wizard", | ||
"coveralls": "cat coverage/PhantomJS*/lcov.info | ./node_modules/coveralls/bin/coveralls.js", | ||
"demo": "grunt gh-pages", | ||
"commit": "commit-wizard" | ||
"dont-break": "dont-break --timeout 30", | ||
"issues": "git-issues", | ||
"mocha": "mocha test/*.spec.js", | ||
"pkgfiles": "pkgfiles", | ||
"size": "tarball=\"$(npm pack .)\"; wc -c \"${tarball}\"; tar tvf \"${tarball}\"; rm \"${tarball}\";", | ||
"test": "grunt test", | ||
"watch": "grunt watch" | ||
} | ||
} |
@@ -16,2 +16,8 @@ # lazy-ass | ||
Is the current code breaking dependencies if released? | ||
[![Dont-break][circle-ci-image] ][circle-ci-url] - checks using | ||
[dont-break](https://github.com/bahmutov/dont-break) | ||
[circle-ci-image]: https://circleci.com/gh/bahmutov/lazy-ass.svg?style=svg | ||
[circle-ci-url]: https://circleci.com/gh/bahmutov/lazy-ass | ||
## Example | ||
@@ -18,0 +24,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
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
213
15392
29
6
154
1