New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nuxtjs/workbox

Package Overview
Dependencies
Maintainers
3
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/workbox - npm Package Compare versions

Comparing version 0.4.0 to 1.0.0

4

package.json
{
"name": "@nuxtjs/workbox",
"version": "0.4.0",
"version": "1.0.0",
"license": "MIT",

@@ -12,4 +12,4 @@ "main": "index.js",

"dependencies": {
"workbox-webpack-plugin": "^1.0.1"
"workbox-webpack-plugin": "^1.1.0"
}
}
# Workbox
[![npm](https://img.shields.io/npm/dt/@nuxtjs/workbox.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/workbox)
[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/workbox/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/workbox)
> Workbox is a collection of JavaScript libraries for Progressive Web Apps. ([Learn more](https://github.com/GoogleChrome/workbox))
> Workbox is a collection of JavaScript libraries for Progressive Web Apps.
([Learn more](https://github.com/GoogleChrome/workbox))

@@ -8,17 +11,13 @@ This module adds full offline support using workbox.

## Setup
- Add `@nuxtjs/workbox` dependency using yarn or npm to your project
- Add `@nuxtjs/workbox` module to `nuxt.config.js`:
- Add `@nuxtjs/workbox` to `modules` section of `nuxt.config.js`
```js
modules: [
{
src: '@nuxtjs/workbox',
options: {
// options
}
}
]
// Simple usage
'@nuxtjs/workbox',
// With options
['@nuxtjs/workbox', { /* options */ }],
]
```
- Add generated assets to `.gitignore` file:

@@ -29,1 +28,5 @@ ```

```
## Options
For list of available options
see [generateSW](https://workboxjs.org/reference-docs/latest/module-workbox-build.html#.generateSW).
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