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

@emurgo/yoroi-lib-core

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emurgo/yoroi-lib-core - npm Package Compare versions

Comparing version 0.8.2-alpha.44 to 0.8.3-alpha.45

2

dist/index.js

@@ -55,3 +55,3 @@ "use strict";

}
else if (parseInt(addr, 16).toString(16).toLocaleLowerCase() === addr.toLocaleLowerCase()) {
else if (/^[0-9a-f]+$/i.test(addr.toLowerCase())) {
hex = addr;

@@ -58,0 +58,0 @@ }

{
"name": "@emurgo/yoroi-lib-core",
"version": "0.8.2-alpha.44",
"version": "0.8.3-alpha.45",
"description": "",

@@ -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