New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

occamsrazor

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

occamsrazor - npm Package Compare versions

Comparing version

to
5.0.0

.eslintrc

9

history.txt
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 @@ ==================

32

package.json
{
"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