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

@emurgo/yoroi-lib-browser

Package Overview
Dependencies
Maintainers
3
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.1.5-alpha.20 to 0.2.1-alpha.22

9

dist/index.js

@@ -619,2 +619,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

}
toBech32() {
return Promise.resolve(this.wasm.to_bech32());
}
asBytes() {

@@ -632,2 +635,8 @@ return Promise.resolve(this.wasm.as_bytes());

}
static generateEd25519() {
return Promise.resolve(new PrivateKey(WasmV4.PrivateKey.generate_ed25519()));
}
static generateEd25519extended() {
return Promise.resolve(new PrivateKey(WasmV4.PrivateKey.generate_ed25519extended()));
}
}

@@ -634,0 +643,0 @@ Browser.PrivateKey = PrivateKey;

4

package.json
{
"name": "@emurgo/yoroi-lib-browser",
"version": "0.1.5-alpha.20",
"version": "0.2.1-alpha.22",
"description": "",

@@ -25,3 +25,3 @@ "main": "dist/index.js",

"@emurgo/cardano-serialization-lib-browser": "9.1.4",
"@emurgo/yoroi-lib-core": "0.1.5-alpha.20"
"@emurgo/yoroi-lib-core": "0.2.1-alpha.22"
},

@@ -28,0 +28,0 @@ "devDependencies": {

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