Socket
Socket
Sign inDemoInstall

workbox-sw

Package Overview
Dependencies
Maintainers
3
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workbox-sw - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

build/importScripts/workbox-sw.dev.v0.0.3.js

6

package.json
{
"name": "workbox-sw",
"version": "0.0.2",
"version": "0.0.3",
"description": "A service worker library to make managing fetch requests and caching as easy as possible.",

@@ -24,4 +24,4 @@ "keywords": [

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

@@ -1,18 +0,29 @@

<!-- DO NOT EDIT. This page is autogenerated. -->
<!-- To make changes, edit templates/Project-README.hbs, not this file. -->
# workbox-sw
A service worker library to make managing fetch requests and caching as easy as possible.
A service worker library to make managing fetch requests and caching as easy as
possible. It provides a high-level wrapper on top of a number of individual
modules, giving you a consistent, powerful interface.
## Installation
`npm install --save-dev workbox-sw`
```sh
npm install --save-dev workbox-sw
```
## Demo
## Documentation
Browse sample source code in the [demo directory](https://github.com/GoogleChrome/workbox/tree/master/packages/workbox-sw/demo).
Read more at this module's [documentation page](https://workboxjs.org/reference-docs/latest/module-workbox-sw.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-sw.html#main).
View the
[live example](https://workboxjs.org/examples/workbox-sw/)
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