Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@xyo-network/previous-hash-store-indexeddb

Package Overview
Dependencies
Maintainers
5
Versions
535
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/previous-hash-store-indexeddb - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

6

dist/browser/IndexedDbPreviousHashStore.d.ts

@@ -14,3 +14,9 @@ import type { Address, Hash } from '@xylabs/hex';

constructor();
/**
* The database name.
*/
get dbName(): "xyo";
/**
* The name of the object store.
*/
get storeName(): "previous-hash";

@@ -17,0 +23,0 @@ getItem(address: Address): Promise<Hash | null>;

@@ -14,3 +14,9 @@ import type { Address, Hash } from '@xylabs/hex';

constructor();
/**
* The database name.
*/
get dbName(): "xyo";
/**
* The name of the object store.
*/
get storeName(): "previous-hash";

@@ -17,0 +23,0 @@ getItem(address: Address): Promise<Hash | null>;

@@ -14,3 +14,9 @@ import type { Address, Hash } from '@xylabs/hex';

constructor();
/**
* The database name.
*/
get dbName(): "xyo";
/**
* The name of the object store.
*/
get storeName(): "previous-hash";

@@ -17,0 +23,0 @@ getItem(address: Address): Promise<Hash | null>;

12

package.json
{
"name": "@xyo-network/previous-hash-store-indexeddb",
"version": "3.3.0",
"version": "3.3.1",
"description": "Primary SDK for using XYO Protocol 2.0",

@@ -32,11 +32,11 @@ "homepage": "https://xyo.network",

"dependencies": {
"@xylabs/hex": "^4.2.2",
"@xyo-network/previous-hash-store-model": "^3.3.0",
"@xylabs/hex": "^4.3.2",
"@xyo-network/previous-hash-store-model": "^3.3.1",
"idb": "^8.0.0"
},
"devDependencies": {
"@types/node": "^22.7.6",
"@types/node": "^22.7.8",
"@types/uuid": "10.0.0",
"@xylabs/ts-scripts-yarn3": "^4.2.1",
"@xylabs/tsconfig": "^4.2.1",
"@xylabs/ts-scripts-yarn3": "^4.2.3",
"@xylabs/tsconfig": "^4.2.3",
"fake-indexeddb": "^6.0.0",

@@ -43,0 +43,0 @@ "typescript": "^5.6.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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