occamsrazor
Advanced tools
Comparing version
Changelog | ||
5.0.0 (2016/03/13) | ||
================== | ||
- using mocha instead of qunit | ||
- trigger method is async now | ||
- updated documentation using markdown | ||
- moved validators in a different package (occamsrazor-validator) | ||
- undefined as validator matches everything. Null matches null only | ||
4.6.0 (2016/03/09) | ||
@@ -4,0 +13,0 @@ ================== |
{ | ||
"name": "occamsrazor", | ||
"version": "4.6.0", | ||
"version": "5.0.0", | ||
"description": "A plugin system for Javascript", | ||
"main": "occamsrazor.js", | ||
"directories": { | ||
"test": "tests" | ||
}, | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "grunt test" | ||
"test": "mocha tests/**/*.js", | ||
"watch": "npm run test -- -w", | ||
"lint": "./node_modules/.bin/eslint --ext .js ./src ./tests", | ||
"release:major": "./node_modules/.bin/npm-release major", | ||
"release:minor": "./node_modules/.bin/npm-release minor", | ||
"release:patch": "./node_modules/.bin/npm-release patch", | ||
"precommit": "npm run lint", | ||
"prepush": "npm run test" | ||
}, | ||
@@ -23,10 +27,14 @@ "repository": { | ||
"author": "Maurizio Lupo <maurizio.lupo@gmail.com>", | ||
"license": "gpl-mit", | ||
"readmeFilename": "README.rst", | ||
"gitHead": "38821d9d552829b8aeef15fd6adeae86189c18db", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-qunit": "^0.5.2", | ||
"grunt-release": "^0.12.0" | ||
"chai": "^1.10.0", | ||
"eslint": "^1.10.3", | ||
"husky": "^0.10.2", | ||
"mocha": "^2.1.0", | ||
"npm-release": "^1.0.0" | ||
}, | ||
"dependencies": { | ||
"occamsrazor-validator": "^5.1.0", | ||
"setimmediate": "^1.0.4" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
17
30.77%0
-100%0
-100%100
42.86%43239
-64.71%2
Infinity%5
66.67%665
-73.51%447
-36.6%1
Infinity%+ Added
+ Added
+ Added
+ Added