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

libskynet

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

libskynet - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

dist/index.d.ts

@@ -8,3 +8,3 @@ export { blake2b } from "./blake2b.js";

export { blake2bAddLeafBytesToProofStack, blake2bMerkleRoot, blake2bProofStackRoot } from "./merkle.js";
export { progressiveFetch } from "./progressivefetch.js";
export { progressiveFetch, progressiveFetchResult } from "./progressivefetch.js";
export { taggedRegistryEntryKeys, deriveRegistryEntryID, resolverLink, verifyRegistrySignature } from "./registry.js";

@@ -11,0 +11,0 @@ export { generateSeedPhraseDeterministic, validSeedPhrase } from "./seed.js";

@@ -12,2 +12,2 @@ interface progressiveFetchResult {

declare function progressiveFetch(endpoint: string, fetchOpts: any, portals: string[], verifyFunction: any): Promise<progressiveFetchResult>;
export { progressiveFetch };
export { progressiveFetch, progressiveFetchResult };
{
"name": "libskynet",
"version": "0.0.7",
"version": "0.0.8",
"description": "helper library to interact with skynet's low level primitives",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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