Socket
Socket
Sign inDemoInstall

fresh

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.1.0

2

index.js

@@ -39,3 +39,3 @@

// if-none-match
if (noneMatch) etagMatches = ~noneMatch.indexOf(etag);
if (noneMatch) etagMatches = ~noneMatch.indexOf(etag) || '*' == noneMatch[0];

@@ -42,0 +42,0 @@ // if-modified-since

@@ -5,3 +5,3 @@ {

"description": "HTTP response freshness testing",
"version": "0.0.1",
"version": "0.1.0",
"main": "index.js",

@@ -8,0 +8,0 @@ "dependencies": {},

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