Comparing version 0.1.0 to 1.0.0
0.1.0 / 2013-10-28 | ||
1.0.0 / 2014-05-08 | ||
================== | ||
* add PURGE. Closes #9 | ||
0.1.0 / 2013-10-28 | ||
================== | ||
* add http.METHODS support |
@@ -24,2 +24,3 @@ | ||
'move', | ||
'purge', | ||
'propfind', | ||
@@ -26,0 +27,0 @@ 'proppatch', |
{ | ||
"name": "methods", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"description": "HTTP methods that node supports", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "./node_modules/mocha/bin/mocha" | ||
}, | ||
@@ -17,3 +17,9 @@ "keywords": [ | ||
"license": "MIT", | ||
"repository": { "type": "git", "url": "git://github.com/visionmedia/node-methods.git" } | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/visionmedia/node-methods.git" | ||
}, | ||
"devDependencies": { | ||
"mocha": "1.17.x" | ||
} | ||
} |
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 tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3093
7
59
1
1