New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

expired

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expired - npm Package Compare versions

Comparing version 1.3.11 to 1.3.12

4

package.json
{
"name": "expired",
"version": "1.3.11",
"version": "1.3.12",
"description": "Calculate when HTTP responses expire from the cache headers",

@@ -33,3 +33,3 @@ "main": "src/index.js",

"dependencies": {
"date-fns": "1.28.4",
"date-fns": "1.28.5",
"parse-headers": "2.0.1"

@@ -36,0 +36,0 @@ },

@@ -43,3 +43,3 @@ 'use strict';

// Calculate expirey date
// Calculate expiry date
expiredOn = addSeconds(expiredOn, maxAge);

@@ -52,3 +52,3 @@

// Return expirey date
// Return expiry date
return expiredOn;

@@ -55,0 +55,0 @@ };

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