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

@nuxtjs/pwa-utils

Package Overview
Dependencies
Maintainers
5
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/pwa-utils - npm Package Compare versions

Comparing version 3.0.0-beta.2 to 3.0.0-beta.3

11

CHANGELOG.md

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

# [3.0.0-beta.3](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.2...v3.0.0-beta.3) (2019-02-07)
### Bug Fixes
* **pwa-utils:** ensure joinUrl not modifying scheme part ([09a465a](https://github.com/nuxt-community/pwa-module/commit/09a465a))
# [3.0.0-beta.2](https://github.com/nuxt-community/pwa-module/compare/v3.0.0-beta.1...v3.0.0-beta.2) (2019-02-07)

@@ -8,0 +19,0 @@

2

index.js

@@ -12,3 +12,3 @@ import { posix as path } from 'path'

function joinUrl (...args) {
return path.join(...args)
return path.join(...args).replace(':/', '://')
}

@@ -15,0 +15,0 @@

{
"name": "@nuxtjs/pwa-utils",
"version": "3.0.0-beta.2",
"version": "3.0.0-beta.3",
"license": "MIT",

@@ -10,3 +10,3 @@ "main": "index.js",

},
"gitHead": "9f34d27170e899aeeb6f5932ad74f006671ceffc"
"gitHead": "2c57cc39eaa8a428208c77dd3d613eacf41c4923"
}
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