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.0.0 to 8.0.1

1

dist/BackgroundSyncPlugin.d.ts

@@ -23,2 +23,1 @@ import type { SerwistPlugin } from "@serwist/core";

export { BackgroundSyncPlugin };
//# sourceMappingURL=BackgroundSyncPlugin.d.ts.map

@@ -24,2 +24,1 @@ import { BackgroundSyncPlugin } from "./BackgroundSyncPlugin.js";

export type { QueueOptions };
//# sourceMappingURL=index.d.ts.map

@@ -170,2 +170,1 @@ interface OnSyncCallbackOptions {

export { Queue };
//# sourceMappingURL=Queue.d.ts.map

@@ -90,2 +90,1 @@ import type { RequestData } from "./StorableRequest.js";

}
//# sourceMappingURL=QueueDb.d.ts.map

@@ -75,2 +75,1 @@ import type { QueueStoreEntry, UnidentifiedQueueStoreEntry } from "./QueueDb.js";

}
//# sourceMappingURL=QueueStore.d.ts.map

@@ -52,2 +52,1 @@ import type { MapLikeObject } from "@serwist/core";

export { StorableRequest };
//# sourceMappingURL=StorableRequest.d.ts.map

6

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

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

"idb": "7.1.1",
"@serwist/core": "8.0.0"
"@serwist/core": "8.0.1"
},

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

"typescript": "5.2.2",
"@serwist/constants": "8.0.0"
"@serwist/constants": "8.0.1"
},

@@ -46,0 +46,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