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.22 to 0.0.23

5

dist/skylinkverifyresolver.js

@@ -6,2 +6,3 @@ import { b64ToBuf, hexToBuf } from "./encoding.js";

import { validSkylink } from "./skylinkvalidate.js";
import { tryStringify } from "./stringifytry.js";
// Helper consts to make returning empty values alongside errors more

@@ -49,4 +50,4 @@ // convenient.

}
if (proof.type !== 1) {
return [nu8, "registry entry has unrecognized type"];
if (proof.type !== 1n) {
return [nu8, "registry entry has unrecognized type: " + tryStringify(proof.type)];
}

@@ -53,0 +54,0 @@ let sigStr = proof.signature;

2

package.json
{
"name": "libskynet",
"version": "0.0.22",
"version": "0.0.23",
"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