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.3.3 to 0.3.4

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

<a name="0.3.4"></a>
## [0.3.4](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.3...@nuxtjs/workbox@0.3.4) (2017-06-05)
### Bug Fixes
* **workbox:** incorrect swURL when routerBase is / ([efbd90e](https://github.com/nuxt/modules/commit/efbd90e))
<a name="0.3.3"></a>

@@ -8,0 +19,0 @@ ## [0.3.3](https://github.com/nuxt/modules/compare/@nuxtjs/workbox@0.3.2...@nuxtjs/workbox@0.3.3) (2017-06-04)

4

index.js

@@ -9,3 +9,3 @@ const path = require('path')

module.exports = function nuxtWorkbox(options) {
module.exports = function nuxtWorkbox (options) {
if (this.options.dev) {

@@ -54,3 +54,3 @@ return

options: {
swURL: routerBase + swFileName,
swURL: fixUrl(`${routerBase}/${swFileName}`),
swScope: fixUrl(`${routerBase}/`)

@@ -57,0 +57,0 @@ }

{
"name": "@nuxtjs/workbox",
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "index.js",

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