Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tusbar/cache-control

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tusbar/cache-control - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

README.md

1

index.js

@@ -172,2 +172,3 @@ const HEADER_REGEXP = /([a-zA-Z][a-zA-Z_-]*)\s*(?:=(?:"([^"]*)"|([^ \t",;]*)))?/g

}
return cc.format()

@@ -174,0 +175,0 @@ }

11

package.json
{
"name": "@tusbar/cache-control",
"public": true,
"version": "0.3.0",
"version": "0.3.1",
"description": "Format and parse HTTP Cache-Control header",

@@ -15,2 +15,5 @@ "main": "index.js",

],
"files": [
"index.js"
],
"repository": "https://github.com/tusbar/cache-control",

@@ -20,7 +23,7 @@ "author": "Bertrand Marron <bertrand.marron@gmail.com>",

"devDependencies": {
"ava": "^0.25.0",
"ava": "^1.0.1",
"codecov": "^3.0.0",
"lerna-changelog": "0.8.0",
"lerna-changelog": "0.8.2",
"nyc": "^13.1.0",
"xo": "^0.23.0"
"xo": "^0.24.0"
},

@@ -27,0 +30,0 @@ "nyc": {

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