Socket
Socket
Sign inDemoInstall

fresh

Package Overview
Dependencies
0
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

31

package.json

@@ -5,17 +5,24 @@ {

"description": "HTTP response freshness testing",
"version": "0.2.2",
"main": "index.js",
"repository": { "type": "git", "url": "https://github.com/visionmedia/node-fresh.git"},
"dependencies": {},
"repository": { "type": "git", "url": "https://github.com/visionmedia/node-fresh.git" },
"version": "0.2.3",
"repository": "jshttp/fresh",
"devDependencies": {
"mocha": "*",
"should": "*"
"istanbul": "0",
"mocha": "1",
"should": "3"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/visionmedia/node-fresh/blob/master/Readme.md#license"
}
"license": "MIT",
"scripts": {
"test": "mocha --reporter spec --require should",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
},
"keywords": [
"fresh",
"http",
"conditional",
"cache"
],
"files": [
"index.js"
]
}
# node-fresh
# fresh
[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Dependency Status][david-image]][david-url]
[![License][license-image]][license-url]
[![Downloads][downloads-image]][downloads-url]
HTTP response freshness testing

@@ -34,25 +41,17 @@

## License
(The MIT License)
Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>
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/fresh.svg?style=flat-square
[npm-url]: https://npmjs.org/package/fresh
[github-tag]: http://img.shields.io/github/tag/jshttp/fresh.svg?style=flat-square
[github-url]: https://github.com/jshttp/fresh/tags
[travis-image]: https://img.shields.io/travis/jshttp/fresh.svg?style=flat-square
[travis-url]: https://travis-ci.org/jshttp/fresh
[coveralls-image]: https://img.shields.io/coveralls/jshttp/fresh.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/jshttp/fresh?branch=master
[david-image]: http://img.shields.io/david/jshttp/fresh.svg?style=flat-square
[david-url]: https://david-dm.org/jshttp/fresh
[license-image]: http://img.shields.io/npm/l/fresh.svg?style=flat-square
[license-url]: LICENSE
[downloads-image]: http://img.shields.io/npm/dm/fresh.svg?style=flat-square
[downloads-url]: https://npmjs.org/package/fresh
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat-square
[gittip-url]: https://www.gittip.com/jonathanong/
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc