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.21 to 9.0.0-preview.24

4

dist/index.d.ts

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

export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "@serwist/sw/plugins";
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "@serwist/sw/plugins";
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "serwist/plugins";
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "serwist/plugins";
//# sourceMappingURL=index.d.ts.map

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

export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from '@serwist/sw/plugins';
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from 'serwist/plugins';
{
"name": "@serwist/background-sync",
"version": "9.0.0-preview.21",
"version": "9.0.0-preview.24",
"type": "module",

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

"dependencies": {
"@serwist/sw": "9.0.0-preview.21"
"serwist": "9.0.0-preview.24"
},
"devDependencies": {
"cross-env": "7.0.3",
"rollup": "4.13.0",
"typescript": "5.5.0-dev.20240323",
"@serwist/constants": "9.0.0-preview.21"
"rollup": "4.14.0",
"typescript": "5.5.0-dev.20240404",
"@serwist/constants": "9.0.0-preview.24"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

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

export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "@serwist/sw/plugins";
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "@serwist/sw/plugins";
export { BackgroundSyncPlugin, BackgroundSyncQueue as Queue, BackgroundSyncQueueStore as QueueStore, StorableRequest } from "serwist/plugins";
export type { BackgroundSyncQueueOptions as QueueOptions, BackgroundSyncQueueEntry as QueueEntry } from "serwist/plugins";

Sorry, the diff of this file is not supported yet

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