Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@serwist/background-sync

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serwist/background-sync - npm Package Compare versions

Comparing version 9.0.0-preview.18 to 9.0.0-preview.19

15

package.json
{
"name": "@serwist/background-sync",
"version": "9.0.0-preview.18",
"version": "9.0.0-preview.19",
"type": "module",
"description": "A module that queues failed requests and uses the Background Synchronization API to replay them when the network is available",
"description": "A module that queues failed requests and uses the Background Synchronization API to replay them when the network is available.",
"files": [

@@ -21,4 +21,4 @@ "src",

"license": "MIT",
"repository": "serwist/serwist",
"bugs": "https://github.com/serwist/serwist/issues",
"repository": "https://gitlab.com/serwist/serwist",
"bugs": "https://gitlab.com/serwist/serwist/issues",
"homepage": "https://serwist.pages.dev",

@@ -34,5 +34,3 @@ "main": "./dist/index.js",

"dependencies": {
"idb": "8.0.0",
"@serwist/core": "9.0.0-preview.18",
"@serwist/sw": "9.0.0-preview.18"
"@serwist/sw": "9.0.0-preview.19"
},

@@ -43,3 +41,3 @@ "devDependencies": {

"typescript": "5.5.0-dev.20240323",
"@serwist/constants": "9.0.0-preview.18"
"@serwist/constants": "9.0.0-preview.19"
},

@@ -56,3 +54,2 @@ "peerDependencies": {

"build": "rimraf dist && cross-env NODE_ENV=production rollup --config rollup.config.js",
"dev": "rollup --config rollup.config.js --watch",
"lint": "biome lint ./src",

@@ -59,0 +56,0 @@ "typecheck": "tsc"

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