Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "gex", | ||
"description": "Glob expressions for JavaScript", | ||
"keywords": ["glob","star","question","mark","expression","regular"], | ||
"version": "0.1.1", | ||
"keywords": [ | ||
"glob", | ||
"star", | ||
"question", | ||
"mark", | ||
"expression", | ||
"regular" | ||
], | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/rjrodger/gex", | ||
"author": "Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)", | ||
"contributors": [ | ||
"Richard Rodger <richard@ricebridge.com> (http://richardrodger.com/)" | ||
"author": "Richard Rodger (http://richardrodger.com/)", | ||
"contributors": [ | ||
"Richard Rodger (http://richardrodger.com/)" | ||
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"underscore": "~1.4.4" | ||
"underscore": "~1.5.2" | ||
}, | ||
"main": "lib/gex", | ||
"directories": { | ||
"lib": "lib" | ||
"main": "gex.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/rjrodger/gex.git" | ||
}, | ||
"repository": { "type" : "git", "url" : "https://github.com/rjrodger/gex.git" }, | ||
"engines": { | ||
"node": "*" | ||
}, | ||
"files":[ | ||
"files": [ | ||
"README.md", | ||
"LICENSE.txt", | ||
"lib/gex.js" | ||
] | ||
} | ||
"gex.js" | ||
], | ||
"scripts": { | ||
"test": "./node_modules/.bin/jasmine-node ./test", | ||
"browser": "phantomjs test/run-jasmine.js test/jasmine.html", | ||
"build": "uglifyjs gex.js -c \"evaluate=false\" --comments \"/ Copyright .*/\" -m --source-map gex-min.map -o gex-min.js" | ||
}, | ||
"devDependencies": { | ||
"jasmine-node": "~1.11.0" | ||
} | ||
} |
@@ -5,7 +5,10 @@ # gex | ||
Current Version: 0.1.1 | ||
This module works on both Node.js and browsers. | ||
Tested on: node 0.8 | ||
Current Version: 0.1.2 | ||
Tested on: Node.js 0.10.19, Chrome 29, Firefox 23, Safari 5.1, Opera 12.11 | ||
## Glob expressions for JavaScript | ||
@@ -12,0 +15,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
9319
160
93
1
1
+ Addedunderscore@1.5.2(transitive)
- Removedunderscore@1.4.4(transitive)
Updatedunderscore@~1.5.2