Socket
Socket
Sign inDemoInstall

http-cache-semantics

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.8.0 to 3.8.1

8

package.json
{
"name": "http-cache-semantics",
"version": "3.8.0",
"version": "3.8.1",
"description": "Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies",

@@ -13,5 +13,3 @@ "repository": "https://github.com/pornel/http-cache-semantics.git",

"files": [
"node4/index.js",
"index.js",
"test"
"node4/index.js"
],

@@ -22,5 +20,5 @@ "author": "Kornel Lesiński <kornel@geekhood.net> (https://kornel.ski/)",

"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2",
"babel-preset-env": "^1.6.1",
"mocha": "^3.4.2"
}
}

@@ -158,2 +158,6 @@ # Can I cache this? [![Build Status](https://travis-ci.org/pornel/http-cache-semantics.svg?branch=master)](https://travis-ci.org/pornel/http-cache-semantics)

## Used by
* [ImageOptim API](https://imageoptim.com/api), [make-fetch-happen](https://github.com/zkat/make-fetch-happen), [cacheable-request](https://www.npmjs.com/package/cacheable-request), [npm/registry-fetch](https://github.com/npm/registry-fetch), [etc.](https://github.com/pornel/http-cache-semantics/network/dependents)
## Implemented

@@ -173,3 +177,3 @@

* Range requests, If-Range
* Merging of range requests, If-Range (but correctly supports them as non-cacheable)
* Revalidation of multiple representations
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