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

@nuxtjs/pwa

Package Overview
Dependencies
Maintainers
5
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/pwa - npm Package Compare versions

Comparing version 3.2.2 to 3.3.0

dist/pwa.d.ts

13

CHANGELOG.md

@@ -5,2 +5,15 @@ # Changelog

## [3.3.0](https://github.com/nuxt-community/pwa-module/compare/v3.2.2...v3.3.0) (2020-11-28)
### Features
* **manifest:** add revision to start_url ([ad26827](https://github.com/nuxt-community/pwa-module/commit/ad26827a9d76b6a4f1123f8a06fd0c946b90b5dd))
### Bug Fixes
* **manifest:** invalidate start_url cache ([240d4a1](https://github.com/nuxt-community/pwa-module/commit/240d4a14868fe46ab98bb79ba3a22c7973875d45))
* precached files are not updated ([#386](https://github.com/nuxt-community/pwa-module/issues/386)) ([872dce1](https://github.com/nuxt-community/pwa-module/commit/872dce1ec2df58cbf6efcfe4a080f632510ea32b))
### [3.2.2](https://github.com/nuxt-community/pwa-module/compare/v3.2.1...v3.2.2) (2020-10-13)

@@ -7,0 +20,0 @@

44

package.json
{
"name": "@nuxtjs/pwa",
"version": "3.2.2",
"version": "3.3.0",
"description": "Zero config PWA solution for Nuxt.js",
"repository": "nuxt-community/pwa-module",
"license": "MIT",
"main": "lib/module.js",
"main": "dist/pwa.js",
"types": "./dist/pwa.d.ts",
"files": [
"lib",
"types"
"dist",
"templates"
],
"types": "./types/index.d.ts",
"scripts": {
"dev": "nuxt test/fixture",
"lint": "eslint --ext .js,.vue .",
"release": "yarn test && standard-version && git push --follow-tags && npm publish",
"build": "siroc build",
"dev": "nuxt-ts test/fixture",
"lint": "eslint --ext .js,.vue,.ts .",
"release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
"test": "yarn lint && jest"
},
"dependencies": {
"defu": "^3.1.0",
"execa": "^4.0.3",
"defu": "^3.2.2",
"execa": "^4.1.0",
"fs-extra": "^9.0.1",

@@ -26,28 +28,26 @@ "hasha": "^5.2.2",

"lodash.template": "^4.5.0",
"workbox-cdn": "^5.1.3"
"serve-static": "^1.14.1",
"workbox-cdn": "^5.1.4"
},
"devDependencies": {
"@nuxt/types": "^2.14.6",
"@babel/preset-typescript": "^7.12.7",
"@nuxt/test-utils": "^0.0.1",
"@nuxt/types": "^2.14.7",
"@nuxt/typescript-build": "^2.0.3",
"@nuxt/typescript-runtime": "^2.0.0",
"@nuxtjs/eslint-config": "latest",
"@nuxtjs/eslint-config-typescript": "^5.0.0",
"@nuxtjs/module-test-utils": "latest",
"@types/workbox-sw": "^4.3.1",
"axios": "latest",
"babel-eslint": "latest",
"codecov": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-html": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"jest": "latest",
"jsdom": "latest",
"klaw-sync": "latest",
"lerna": "latest",
"node-fetch": "latest",
"nuxt-edge": "latest",
"standard-version": "latest"
"siroc": "^0.4.3",
"standard-version": "latest",
"typescript": "^4.1.2"
}
}
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