method-override
Advanced tools
Comparing version 2.1.3 to 2.2.0
{ | ||
"name": "method-override", | ||
"description": "Override HTTP verbs", | ||
"version": "2.1.3", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
"version": "2.2.0", | ||
"contributors": [ | ||
"Douglas Christopher Wilson <doug@somethingdoug.com>" | ||
"Douglas Christopher Wilson <doug@somethingdoug.com>", | ||
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" | ||
], | ||
@@ -12,3 +12,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"debug": "1.0.4", | ||
"debug": "~2.0.0", | ||
"methods": "1.1.0", | ||
@@ -23,2 +23,7 @@ "parseurl": "~1.3.0", | ||
}, | ||
"files": [ | ||
"LICENSE", | ||
"HISTORY.md", | ||
"index.js" | ||
], | ||
"engines": { | ||
@@ -25,0 +30,0 @@ "node": ">= 0.8.0" |
# method-override | ||
[![NPM version](https://badge.fury.io/js/method-override.svg)](http://badge.fury.io/js/method-override) | ||
[![Build Status](https://travis-ci.org/expressjs/method-override.svg?branch=master)](https://travis-ci.org/expressjs/method-override) | ||
[![Coverage Status](https://img.shields.io/coveralls/expressjs/method-override.svg?branch=master)](https://coveralls.io/r/expressjs/method-override) | ||
[![NPM Version][npm-image]][npm-url] | ||
[![NPM Downloads][downloads-image]][downloads-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Test Coverage][coveralls-image]][coveralls-url] | ||
[![Gratipay][gratipay-image]][gratipay-url] | ||
@@ -160,22 +162,13 @@ Lets you use HTTP verbs such as PUT or DELETE in places where the client doesn't support it. | ||
The MIT License (MIT) | ||
[MIT](LICENSE) | ||
Copyright (c) 2014 Jonathan Ong me@jongleberry.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. | ||
[npm-image]: https://img.shields.io/npm/v/method-override.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/method-override | ||
[travis-image]: https://img.shields.io/travis/expressjs/method-override.svg?style=flat | ||
[travis-url]: https://travis-ci.org/expressjs/method-override | ||
[coveralls-image]: https://img.shields.io/coveralls/expressjs/method-override.svg?style=flat | ||
[coveralls-url]: https://coveralls.io/r/expressjs/method-override?branch=master | ||
[downloads-image]: http://img.shields.io/npm/dm/method-override.svg?style=flat | ||
[downloads-url]: https://npmjs.org/package/method-override | ||
[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg?style=flat | ||
[gratipay-url]: https://www.gratipay.com/dougwilson/ |
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
12958
174
+ Addeddebug@2.0.0(transitive)
- Removeddebug@1.0.4(transitive)
Updateddebug@~2.0.0