Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "globs", | ||
"version": "0.1.0", | ||
"author": { | ||
"name": "Stephen Mathieson", | ||
"email": "me@stephenmathieson.com" | ||
}, | ||
"version": "0.1.1", | ||
"author": "Stephen Mathieson <me@stephenmathieson.com>", | ||
"repository": { | ||
@@ -17,6 +14,17 @@ "type": "git", | ||
"devDependencies": { | ||
"vows": "latest", | ||
"jshint": "latest", | ||
"sandboxed-module": "latest" | ||
} | ||
"vows": "~0.7.0", | ||
"jshint": "~2.1.4", | ||
"sandboxed-module": "~0.2.1" | ||
}, | ||
"description": "An extension of glob, allowing you to provide one or more patterns to match.", | ||
"bugs": { | ||
"url": "https://github.com/stephenmathieson/node-globs/issues" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"license": "MIT" | ||
} |
@@ -35,2 +35,6 @@ # globs | ||
### 0.1.1 | ||
- Added MIT license | ||
### 0.1.0 | ||
@@ -45,2 +49,28 @@ | ||
## License | ||
(The MIT License) | ||
Copyright (c) 2013 Stephen Mathieson <me@stephenmathieson.com> | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
'Software'), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. | ||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY | ||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, | ||
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
[glob]: https://github.com/isaacs/node-glob |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
4608
1
74
0