New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@peerbit/any-store-opfs

Package Overview
Dependencies
Maintainers
0
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peerbit/any-store-opfs - npm Package Compare versions

Comparing version

to
1.0.6

2

dist/src/opfs-store.js

@@ -86,3 +86,3 @@ import { deserialize, serialize } from "@dao-xyz/borsh";

async close() {
this.worker.terminate();
this.worker?.terminate();
this.worker = undefined;

@@ -89,0 +89,0 @@ this._responseCallbacks.clear();

@@ -83,4 +83,4 @@ // TODO make bundle by removing unecessary dependencies

}
await calculateSize();
}
await calculateSize();
isOpen = true;

@@ -87,0 +87,0 @@ };

{
"name": "@peerbit/any-store-opfs",
"version": "1.0.5",
"version": "1.0.6",
"description": "OPFS worker",

@@ -5,0 +5,0 @@ "sideEffects": true,

@@ -131,3 +131,3 @@ import { deserialize, serialize } from "@dao-xyz/borsh";

async close(): Promise<void> {
this.worker.terminate();
this.worker?.terminate();
this.worker = undefined!;

@@ -134,0 +134,0 @@ this._responseCallbacks.clear();

@@ -108,4 +108,4 @@ // TODO make bundle by removing unecessary dependencies

}
await calculateSize();
}
await calculateSize();
isOpen = true;

@@ -112,0 +112,0 @@ };

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet