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

@serwist/cacheable-response

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/cacheable-response - npm Package Compare versions

Comparing version 9.0.1 to 9.0.2

8

package.json
{
"name": "@serwist/cacheable-response",
"version": "9.0.1",
"version": "9.0.2",
"type": "module",

@@ -32,3 +32,3 @@ "description": "A module that takes a Response object and determines whether it's cacheable based on a specific configuration.",

"dependencies": {
"serwist": "9.0.0"
"serwist": "9.0.2"
},

@@ -38,3 +38,3 @@ "devDependencies": {

"typescript": "5.5.0-dev.20240415",
"@serwist/configs": "9.0.1"
"@serwist/configs": "9.0.2"
},

@@ -50,3 +50,3 @@ "peerDependencies": {

"scripts": {
"build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js",
"build": "rimraf dist && NODE_ENV=production rollup --config rollup.config.js",
"lint": "biome lint ./src",

@@ -53,0 +53,0 @@ "typecheck": "tsc"

@@ -1,1 +0,1 @@

This module's documentation can be found at https://developers.google.com/web/tools/workbox/modules/workbox-cacheable-response
This module has been deprecated. Use [`serwist`](https://www.npmjs.com/package/serwist) instead.
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