workbox-cacheable-response
Advanced tools
Comparing version 7.1.0 to 7.3.0
"use strict"; | ||
// @ts-ignore | ||
try { | ||
self['workbox:cacheable-response:7.0.0'] && _(); | ||
self['workbox:cacheable-response:7.2.0'] && _(); | ||
} | ||
catch (e) { } |
@@ -7,3 +7,3 @@ this.workbox = this.workbox || {}; | ||
try { | ||
self['workbox:cacheable-response:7.0.0'] && _(); | ||
self['workbox:cacheable-response:7.2.0'] && _(); | ||
} catch (e) {} | ||
@@ -10,0 +10,0 @@ |
@@ -1,2 +0,2 @@ | ||
this.workbox=this.workbox||{},this.workbox.cacheableResponse=function(s){"use strict";try{self["workbox:cacheable-response:7.0.0"]&&_()}catch(s){}class t{constructor(s={}){this._=s.statuses,this.G=s.headers}isResponseCacheable(s){let t=!0;return this._&&(t=this._.includes(s.status)),this.G&&t&&(t=Object.keys(this.G).some((t=>s.headers.get(t)===this.G[t]))),t}}return s.CacheableResponse=t,s.CacheableResponsePlugin=class{constructor(s){this.cacheWillUpdate=async({response:s})=>this.H.isResponseCacheable(s)?s:null,this.H=new t(s)}},s}({}); | ||
this.workbox=this.workbox||{},this.workbox.cacheableResponse=function(s){"use strict";try{self["workbox:cacheable-response:7.2.0"]&&_()}catch(s){}class t{constructor(s={}){this._=s.statuses,this.G=s.headers}isResponseCacheable(s){let t=!0;return this._&&(t=this._.includes(s.status)),this.G&&t&&(t=Object.keys(this.G).some((t=>s.headers.get(t)===this.G[t]))),t}}return s.CacheableResponse=t,s.CacheableResponsePlugin=class{constructor(s){this.cacheWillUpdate=async({response:s})=>this.H.isResponseCacheable(s)?s:null,this.H=new t(s)}},s}({}); | ||
//# sourceMappingURL=workbox-cacheable-response.prod.js.map |
{ | ||
"name": "workbox-cacheable-response", | ||
"version": "7.1.0", | ||
"version": "7.3.0", | ||
"license": "MIT", | ||
"author": "Google's Web DevRel Team", | ||
"author": "Google's Web DevRel Team and Google's Aurora Team", | ||
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.", | ||
"repository": "googlechrome/workbox", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/googlechrome/workbox.git" | ||
}, | ||
"bugs": "https://github.com/googlechrome/workbox/issues", | ||
@@ -25,5 +28,5 @@ "homepage": "https://github.com/GoogleChrome/workbox", | ||
"dependencies": { | ||
"workbox-core": "7.1.0" | ||
"workbox-core": "7.3.0" | ||
}, | ||
"gitHead": "9e69c4269c35e2db9fbba4d13e4e6206c7b66d2a" | ||
"gitHead": "c77dceb54d4af1749db95316710d6430e82b0c48" | ||
} |
// @ts-ignore | ||
try{self['workbox:cacheable-response:7.1.0']&&_()}catch(e){} | ||
try{self['workbox:cacheable-response:7.3.0']&&_()}catch(e){} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Unstable ownership
Supply chain riskA new collaborator has begun publishing package versions. Package stability and security risk may be elevated.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3
78110
1
1
+ Addedworkbox-core@7.3.0(transitive)
- Removedworkbox-core@7.1.0(transitive)
Updatedworkbox-core@7.3.0