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

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

Package Overview
Dependencies
Maintainers
0
Versions
620
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
3.9.19

dist/browser/index.d.ts.map

11

dist/browser/index.d.ts

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

import { Address, Hash } from '@xylabs/hex';
interface PreviousHashStore {
getItem(address: Address): Hash | null | Promise<Hash | null>;
removeItem(address: Address): void | Promise<void>;
setItem(address: Address, previousHash: Hash): void | Promise<void>;
}
export type { PreviousHashStore };
export * from './PreviousHashStore.ts';
//# sourceMappingURL=index.d.ts.map

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

import { Address, Hash } from '@xylabs/hex';
interface PreviousHashStore {
getItem(address: Address): Hash | null | Promise<Hash | null>;
removeItem(address: Address): void | Promise<void>;
setItem(address: Address, previousHash: Hash): void | Promise<void>;
}
export type { PreviousHashStore };
export * from './PreviousHashStore.ts';
//# sourceMappingURL=index.d.ts.map

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

import { Address, Hash } from '@xylabs/hex';
interface PreviousHashStore {
getItem(address: Address): Hash | null | Promise<Hash | null>;
removeItem(address: Address): void | Promise<void>;
setItem(address: Address, previousHash: Hash): void | Promise<void>;
}
export type { PreviousHashStore };
export * from './PreviousHashStore.ts';
//# sourceMappingURL=index.d.ts.map
{
"name": "@xyo-network/previous-hash-store-model",
"version": "3.9.18",
"version": "3.9.19",
"description": "Primary SDK for using XYO Protocol 2.0",

@@ -35,5 +35,5 @@ "homepage": "https://xyo.network",

"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^5.0.25",
"@xylabs/tsconfig": "^5.0.25",
"typescript": "^5.7.3"
"@xylabs/ts-scripts-yarn3": "^5.0.39",
"@xylabs/tsconfig": "^5.0.39",
"typescript": "^5.8.2"
},

@@ -40,0 +40,0 @@ "publishConfig": {