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.57 to 0.0.58

dist/apidefaultportals.d.ts

2

dist/apidownloadskylink.js
import { verifyDownloadResponse } from "./apidownloadverifyresponse.js";
import { progressiveFetch } from "./apiprogressivefetch.js";
import { defaultPortalList } from "./defaultportals.js";
import { defaultPortalList } from "./apidefaultportals.js";
import { addContextToErr } from "./err.js";

@@ -5,0 +5,0 @@ import { b64ToBuf } from "./encoding.js";

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

declare const defaultPortalList: string[];
export { defaultPortalList };
declare const defaultPortalList: string[]
export { defaultPortalList }

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

const defaultPortalList = ["https://siasky.net", "https://web3portal.com"];
export { defaultPortalList };
const defaultPortalList = ["https://siasky.net", "https://web3portal.com"]
export { defaultPortalList }

@@ -7,3 +7,3 @@ export { downloadSkylink } from "./apidownloadskylink.js";

export { blake2b, BLAKE2B_HASH_SIZE } from "./blake2b.js";
export { defaultPortalList } from "./defaultportals.js";
export { defaultPortalList } from "./apidefaultportals.js";
export { dictionary } from "./dictionary.js";

@@ -10,0 +10,0 @@ export { Ed25519Keypair, ed25519KeypairFromEntropy, ed25519Sign, ed25519Verify } from "./ed25519.js";

@@ -7,3 +7,3 @@ export { downloadSkylink } from "./apidownloadskylink.js";

export { blake2b, BLAKE2B_HASH_SIZE } from "./blake2b.js";
export { defaultPortalList } from "./defaultportals.js";
export { defaultPortalList } from "./apidefaultportals.js";
export { dictionary } from "./dictionary.js";

@@ -10,0 +10,0 @@ export { ed25519KeypairFromEntropy, ed25519Sign, ed25519Verify } from "./ed25519.js";

@@ -14,3 +14,3 @@ // namespaceInode is a function for namespacing inodes based on the type of

while (filetype.length < 32) {
filetype += " ";
filetype += "__";
}

@@ -17,0 +17,0 @@ return [filetype + inode, null];

{
"name": "libskynet",
"version": "0.0.57",
"version": "0.0.58",
"author": "Skynet Labs",

@@ -5,0 +5,0 @@ "description": "helper library to interact with skynet's low level primitives",

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