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

@serwist/sw

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/sw - npm Package Compare versions

Comparing version 9.0.0-preview.14 to 9.0.0-preview.15

dist/index.plugins.d.ts

48

package.json
{
"name": "@serwist/sw",
"version": "9.0.0-preview.14",
"version": "9.0.0-preview.15",
"type": "module",

@@ -23,2 +23,12 @@ "description": "A module that makes it easy to get started with the Serwist service worker libraries.",

"types": "./dist/index.d.ts",
"typesVersions": {
"*": {
"plugins": [
"./dist/index.plugins.d.ts"
],
"strategies": [
"./dist/index.strategies.d.ts"
]
}
},
"exports": {

@@ -29,22 +39,30 @@ ".": {

},
"./plugins": {
"types": "./dist/index.plugins.d.ts",
"default": "./dist/index.plugins.js"
},
"./strategies": {
"types": "./dist/index.strategies.d.ts",
"default": "./dist/index.strategies.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"@serwist/background-sync": "9.0.0-preview.14",
"@serwist/broadcast-update": "9.0.0-preview.14",
"@serwist/cacheable-response": "9.0.0-preview.14",
"@serwist/core": "9.0.0-preview.14",
"@serwist/expiration": "9.0.0-preview.14",
"@serwist/google-analytics": "9.0.0-preview.14",
"@serwist/navigation-preload": "9.0.0-preview.14",
"@serwist/precaching": "9.0.0-preview.14",
"@serwist/range-requests": "9.0.0-preview.14",
"@serwist/routing": "9.0.0-preview.14",
"@serwist/strategies": "9.0.0-preview.14"
"@serwist/background-sync": "9.0.0-preview.15",
"@serwist/broadcast-update": "9.0.0-preview.15",
"@serwist/cacheable-response": "9.0.0-preview.15",
"@serwist/core": "9.0.0-preview.15",
"@serwist/expiration": "9.0.0-preview.15",
"@serwist/google-analytics": "9.0.0-preview.15",
"@serwist/navigation-preload": "9.0.0-preview.15",
"@serwist/precaching": "9.0.0-preview.15",
"@serwist/range-requests": "9.0.0-preview.15",
"@serwist/routing": "9.0.0-preview.15",
"@serwist/strategies": "9.0.0-preview.15"
},
"devDependencies": {
"rollup": "4.13.0",
"typescript": "5.5.0-dev.20240312",
"@serwist/constants": "9.0.0-preview.14",
"@serwist/utils": "9.0.0-preview.14"
"typescript": "5.5.0-dev.20240323",
"@serwist/constants": "9.0.0-preview.15",
"@serwist/utils": "9.0.0-preview.15"
},

@@ -51,0 +69,0 @@ "peerDependencies": {

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