@nuxtjs/pwa
Advanced tools
Comparing version 3.2.2 to 3.3.0
@@ -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 @@ |
{ | ||
"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" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
19
9
100804
8
15
1351
2
+ Addedserve-static@^1.14.1
+ Addeddebug@2.6.9(transitive)
+ Addeddepd@2.0.0(transitive)
+ Addeddestroy@1.2.0(transitive)
+ Addedee-first@1.1.1(transitive)
+ Addedencodeurl@1.0.22.0.0(transitive)
+ Addedescape-html@1.0.3(transitive)
+ Addedetag@1.8.1(transitive)
+ Addedfresh@0.5.2(transitive)
+ Addedhttp-errors@2.0.0(transitive)
+ Addedinherits@2.0.4(transitive)
+ Addedmime@1.6.0(transitive)
+ Addedms@2.0.02.1.3(transitive)
+ Addedon-finished@2.4.1(transitive)
+ Addedparseurl@1.3.3(transitive)
+ Addedrange-parser@1.2.1(transitive)
+ Addedsend@0.19.0(transitive)
+ Addedserve-static@1.16.2(transitive)
+ Addedsetprototypeof@1.2.0(transitive)
+ Addedstatuses@2.0.1(transitive)
+ Addedtoidentifier@1.0.1(transitive)
Updateddefu@^3.2.2
Updatedexeca@^4.1.0
Updatedworkbox-cdn@^5.1.4