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

@helios-lang/crypto

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helios-lang/crypto - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

4

package.json
{
"name": "@helios-lang/crypto",
"version": "0.2.0",
"version": "0.2.1",
"description": "Cryptography primitives used throughout HeliosLang codebase",

@@ -26,3 +26,3 @@ "main": "src/index.js",

"dependencies": {
"@helios-lang/codec-utils": "^0.3.1"
"@helios-lang/codec-utils": "^0.3.2"
},

@@ -29,0 +29,0 @@ "scripts": {

@@ -159,3 +159,3 @@ import { makeBase32 } from "@helios-lang/codec-utils"

if (!verifySplitBech32(hrp, payload)) {
throw new Error("invalid bech32 addr")
throw new Error(`invalid bech32 addr ${addr}`)
}

@@ -162,0 +162,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