Comparing version 1.3.7 to 1.3.8
{ | ||
"name": "expired", | ||
"version": "1.3.7", | ||
"version": "1.3.8", | ||
"description": "Calculate when HTTP responses expire from the cache headers", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -0,1 +1,3 @@ | ||
'use strict'; | ||
const isBefore = require('date-fns/is_before'); | ||
@@ -2,0 +4,0 @@ const differenceInMilliseconds = require('date-fns/difference_in_milliseconds'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13157
248