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.1 to 9.0.2

8

package.json
{
"name": "@serwist/background-sync",
"version": "9.0.1",
"version": "9.0.2",
"type": "module",

@@ -33,3 +33,3 @@ "description": "A module that queues failed requests and uses the Background Synchronization API to replay them when the network is available.",

"dependencies": {
"serwist": "9.0.0"
"serwist": "9.0.2"
},

@@ -40,3 +40,3 @@ "devDependencies": {

"typescript": "5.5.0-dev.20240415",
"@serwist/configs": "9.0.1"
"@serwist/configs": "9.0.2"
},

@@ -52,3 +52,3 @@ "peerDependencies": {

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

@@ -55,0 +55,0 @@ "typecheck": "tsc"

@@ -1,1 +0,1 @@

This module's documentation can be found at https://serwist.pages.dev/docs/background-sync
This module has been deprecated. Use [`serwist`](https://www.npmjs.com/package/serwist) instead.
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