Socket
Socket
Sign inDemoInstall

fresh

Package Overview
Dependencies
Maintainers
4
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fresh - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

HISTORY.md

31

package.json
{
"name": "fresh",
"description": "HTTP response freshness testing",
"version": "0.2.4",
"author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",
"description": "HTTP response freshness testing",
"version": "0.2.3",
"license": "MIT",
"keywords": [
"fresh",
"http",
"conditional",
"cache"
],
"repository": "jshttp/fresh",

@@ -12,3 +19,10 @@ "devDependencies": {

},
"license": "MIT",
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {

@@ -18,12 +32,3 @@ "test": "mocha --reporter spec --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"
]
}
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc