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

@keplr-wallet/crypto

Package Overview
Dependencies
Maintainers
1
Versions
606
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keplr-wallet/crypto - npm Package Compare versions

Comparing version 0.8.0-rc.0 to 0.8.0-rc.1

2

build/key.spec.js

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

const key_1 = require("./key");
const cosmos_1 = require("@keplr/cosmos");
const cosmos_1 = require("@keplr-wallet/cosmos");
describe("Test priv key", () => {

@@ -13,0 +13,0 @@ it("priv key should generate the valid address", () => {

{
"name": "@keplr-wallet/crypto",
"version": "0.8.0-rc.0",
"version": "0.8.0-rc.1",
"main": "build/index.js",

@@ -20,3 +20,3 @@ "author": "chainapsis",

"devDependencies": {
"@keplr-wallet/cosmos": "^0.8.0-rc.0",
"@keplr-wallet/cosmos": "^0.8.0-rc.1",
"@types/crypto-js": "^4.0.1",

@@ -35,3 +35,3 @@ "@types/elliptic": "^6.4.12",

},
"gitHead": "1b34adaaa8227f03404ea8f2d591b2b6bce4ed7a"
"gitHead": "32549d9b95b8f3b3bcfada2bfd293503c1d08d25"
}

@@ -5,3 +5,3 @@ import assert from "assert";

import { PrivKeySecp256k1 } from "./key";
import { Bech32Address } from "@keplr/cosmos";
import { Bech32Address } from "@keplr-wallet/cosmos";

@@ -8,0 +8,0 @@ describe("Test priv key", () => {

Sorry, the diff of this file is not supported yet

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