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 8.1.1 to 8.2.0

dist/index.cjs

16

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

@@ -23,5 +23,5 @@ "description": "Queues failed requests and uses the Background Sync API to replay them when the network is available",

"bugs": "https://github.com/serwist/serwist/issues",
"homepage": "https://ducanh-next-pwa.vercel.app",
"homepage": "https://serwist.vercel.app",
"module": "./dist/index.js",
"main": "./dist/index.old.cjs",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",

@@ -35,4 +35,4 @@ "exports": {

"require": {
"types": "./dist/index.old.d.cts",
"default": "./dist/index.old.cjs"
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}

@@ -43,3 +43,3 @@ }

"idb": "8.0.0",
"@serwist/core": "8.1.1"
"@serwist/core": "8.2.0"
},

@@ -49,4 +49,4 @@ "devDependencies": {

"rollup": "4.9.1",
"typescript": "5.4.0-dev.20231220",
"@serwist/constants": "8.1.1"
"typescript": "5.4.0-dev.20231226",
"@serwist/constants": "8.2.0"
},

@@ -53,0 +53,0 @@ "scripts": {

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