Socket
Socket
Sign inDemoInstall

@xyo-network/hash

Package Overview
Dependencies
Maintainers
5
Versions
424
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xyo-network/hash - npm Package Compare versions

Comparing version 2.110.5 to 2.110.6

4

dist/browser/BrowserPayloadHasher.d.ts
import { PayloadHasher } from './PayloadHasher.js';
export declare class BrowserPayloadHasher extends PayloadHasher {
static createBrowserWorker: (url?: URL) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
static jsHashWorkerUrl: URL | undefined;

@@ -6,0 +6,0 @@ static subtleHashWorkerUrl: URL | undefined;

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

export declare const createBrowserWorker: (url?: URL) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
export declare const createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined;
//# sourceMappingURL=createBrowserWorker.d.ts.map

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

export declare const createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
export declare const createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
//# sourceMappingURL=createNodeWorker.d.ts.map
import { PayloadHasher } from './PayloadHasher.js';
export declare class NodePayloadHasher extends PayloadHasher {
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
}
//# sourceMappingURL=NodePayloadHasher.d.ts.map

@@ -27,3 +27,3 @@ import { Hash } from '@xylabs/hex';

private static get wasmHashPool();
static createWorker(url?: URL, func?: () => unknown): import("@xylabs/threads/observable").Worker;
static createWorker(url?: URL, func?: () => unknown): import("@xylabs/threads/master").Worker;
static filterExcludeByHash<T extends EmptyObject>(objs: T[] | undefined, hash: Hash[] | Hash): Promise<T[]>;

@@ -30,0 +30,0 @@ static filterIncludeByHash<T extends EmptyObject>(objs: T[] | undefined, hash: Hash[] | Hash): Promise<T[]>;

import { PayloadHasher } from './PayloadHasher.js';
export declare class BrowserPayloadHasher extends PayloadHasher {
static createBrowserWorker: (url?: URL) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
static jsHashWorkerUrl: URL | undefined;

@@ -6,0 +6,0 @@ static subtleHashWorkerUrl: URL | undefined;

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

export declare const createBrowserWorker: (url?: URL) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
export declare const createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined;
//# sourceMappingURL=createBrowserWorker.d.ts.map

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

export declare const createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
export declare const createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
//# sourceMappingURL=createNodeWorker.d.ts.map
import { PayloadHasher } from './PayloadHasher.js';
export declare class NodePayloadHasher extends PayloadHasher {
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
}
//# sourceMappingURL=NodePayloadHasher.d.ts.map

@@ -27,3 +27,3 @@ import { Hash } from '@xylabs/hex';

private static get wasmHashPool();
static createWorker(url?: URL, func?: () => unknown): import("@xylabs/threads/observable").Worker;
static createWorker(url?: URL, func?: () => unknown): import("@xylabs/threads/master").Worker;
static filterExcludeByHash<T extends EmptyObject>(objs: T[] | undefined, hash: Hash[] | Hash): Promise<T[]>;

@@ -30,0 +30,0 @@ static filterIncludeByHash<T extends EmptyObject>(objs: T[] | undefined, hash: Hash[] | Hash): Promise<T[]>;

import { PayloadHasher } from './PayloadHasher.js';
export declare class BrowserPayloadHasher extends PayloadHasher {
static createBrowserWorker: (url?: URL) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
static jsHashWorkerUrl: URL | undefined;

@@ -6,0 +6,0 @@ static subtleHashWorkerUrl: URL | undefined;

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

export declare const createBrowserWorker: (url?: URL) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
export declare const createBrowserWorker: (url?: URL) => import("@xylabs/threads/master").WorkerImplementation | undefined;
//# sourceMappingURL=createBrowserWorker.d.ts.map

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

export declare const createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
export declare const createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
//# sourceMappingURL=createNodeWorker.d.ts.map
import { PayloadHasher } from './PayloadHasher.js';
export declare class NodePayloadHasher extends PayloadHasher {
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/observable").WorkerImplementation | undefined;
static createNodeWorker: (func?: () => unknown) => import("@xylabs/threads/master").WorkerImplementation | undefined;
}
//# sourceMappingURL=NodePayloadHasher.d.ts.map

@@ -27,3 +27,3 @@ import { Hash } from '@xylabs/hex';

private static get wasmHashPool();
static createWorker(url?: URL, func?: () => unknown): import("@xylabs/threads/observable").Worker;
static createWorker(url?: URL, func?: () => unknown): import("@xylabs/threads/master").Worker;
static filterExcludeByHash<T extends EmptyObject>(objs: T[] | undefined, hash: Hash[] | Hash): Promise<T[]>;

@@ -30,0 +30,0 @@ static filterIncludeByHash<T extends EmptyObject>(objs: T[] | undefined, hash: Hash[] | Hash): Promise<T[]>;

@@ -13,12 +13,13 @@ {

"dependencies": {
"@xylabs/assert": "^3.5.9",
"@xylabs/hex": "^3.5.9",
"@xylabs/lodash": "^3.5.9",
"@xylabs/object": "^3.5.9",
"@xylabs/platform": "^3.5.9",
"@xylabs/threads": "^3.5.9",
"@xylabs/typeof": "^3.5.9",
"@xyo-network/wasm": "^2.110.5",
"@xylabs/assert": "^3.6.1",
"@xylabs/hex": "^3.6.1",
"@xylabs/lodash": "^3.6.1",
"@xylabs/object": "^3.6.1",
"@xylabs/platform": "^3.6.1",
"@xylabs/threads": "^3.6.1",
"@xylabs/typeof": "^3.6.1",
"@xyo-network/wasm": "^2.110.6",
"hash-wasm": "^4.11.0",
"sha.js": "^2.4.11"
"sha.js": "^2.4.11",
"threads": "^1.7.0"
},

@@ -28,5 +29,5 @@ "description": "Primary SDK for using XYO Protocol 2.0",

"@types/sha.js": "^2.4.4",
"@xylabs/delay": "^3.5.9",
"@xylabs/ts-scripts-yarn3": "^3.12.1",
"@xylabs/tsconfig": "^3.12.1",
"@xylabs/delay": "^3.6.1",
"@xylabs/ts-scripts-yarn3": "^3.12.2",
"@xylabs/tsconfig": "^3.12.2",
"esbuild": "^0.23.0",

@@ -80,4 +81,4 @@ "typescript": "^5.5.3"

"sideEffects": false,
"version": "2.110.5",
"version": "2.110.6",
"type": "module"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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