Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
0
Versions
531
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 3.0.7 to 3.0.8

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.0.7",
"version": "3.0.8",
"description": "Primary SDK for using XYO Protocol 2.0",

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

"dependencies": {
"@xylabs/hex": "^4.0.2"
"@xylabs/hex": "^4.0.3"
},
"devDependencies": {
"@xylabs/ts-scripts-yarn3": "^4.0.0",
"@xylabs/tsconfig": "^4.0.0",
"@xylabs/ts-scripts-yarn3": "^4.0.7",
"@xylabs/tsconfig": "^4.0.7",
"typescript": "^5.5.4"

@@ -39,0 +39,0 @@ },

import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
const config: XyTsupConfig = {
compile: {
browser: {
src: true,
},
node: {
src: true,
},
browser: { src: true },
node: { src: true },
},

@@ -11,0 +7,0 @@ }

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