Socket
Socket
Sign inDemoInstall

workbox-cacheable-response

Package Overview
Dependencies
Maintainers
3
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workbox-cacheable-response - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

build/importScripts/workbox-cacheable-response.dev.v0.0.3.js

8

package.json
{
"name": "workbox-cacheable-response",
"version": "0.0.2",
"description": "This library takes a Response object and determines whether it's cacheable, based on a specific configuration.",
"version": "0.0.3",
"description": "This library takes a Response object and determines whether it's cacheable based on a specific configuration.",
"keywords": [

@@ -24,4 +24,4 @@ "workbox",

"homepage": "https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cacheable-response",
"main": "build/importScripts/workbox-cacheable-response.prod.v0.0.2.js",
"module": "build/modules/workbox-cacheable-response.prod.v0.0.2.mjs"
"main": "build/importScripts/workbox-cacheable-response.prod.v0.0.3.js",
"module": "build/modules/workbox-cacheable-response.prod.v0.0.3.mjs"
}

@@ -1,18 +0,27 @@

<!-- DO NOT EDIT. This page is autogenerated. -->
<!-- To make changes, edit templates/Project-README.hbs, not this file. -->
# workbox-cacheable-response
This library takes a Response object and determines whether it&#x27;s cacheable, based on a specific configuration.
This library takes a Response object and determines whether it's cacheable
based on a specific configuration.
## Installation
`npm install --save-dev workbox-cacheable-response`
```sh
npm install --save-dev workbox-cacheable-response
```
## Demo
## Documentation
Browse sample source code in the [demo directory](https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cacheable-response/demo).
Read more at this module's [documentation page](https://workboxjs.org/reference-docs/latest/module-workbox-cacheable-response.html).
## Reference Docs
## Sample Code and Examples
You can find [documentation for this module here](https://googlechrome.github.io/workbox/reference-docs/stable/latest/module-workbox-cacheable-response.html#main).
View the
[sample code](https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-cacheable-response/demo)
to see this module put to use.
# What's Workbox?
This module is a part of Workbox, which is a collection of JavaScript libraries
for [Progressive Web Apps](https://developers.google.com/web/progressive-web-apps/).
Visit https://workboxjs.org/ to learn more about what Workbox can do for you.

Sorry, the diff of this file is not supported yet

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