Socket
Socket
Sign inDemoInstall

@keplr-wallet/crypto

Package Overview
Dependencies
Maintainers
1
Versions
555
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.5 to 0.8.6-0.9.0-alpha.0.0

jest.config.js

2

build/key.spec.d.ts

@@ -1,1 +0,1 @@

import "mocha";
export {};

@@ -7,3 +7,2 @@ "use strict";

const assert_1 = __importDefault(require("assert"));
require("mocha");
const mnemonic_1 = require("./mnemonic");

@@ -10,0 +9,0 @@ const key_1 = require("./key");

{
"name": "@keplr-wallet/crypto",
"version": "0.8.5",
"version": "0.8.6-0.9.0-alpha.0.0",
"main": "build/index.js",

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

"dev": "tsc -w",
"test": "mocha --timeout 30000 -r ts-node/register 'src/**/*.spec.ts'",
"test": "jest --passWithNoTests",
"lint-test": "eslint \"src/**/*\" && prettier --check \"src/**/*\"",

@@ -21,7 +21,6 @@ "lint-fix": "eslint --fix \"src/**/*\" && prettier --write \"src/**/*\""

"devDependencies": {
"@keplr-wallet/cosmos": "^0.8.5",
"@keplr-wallet/cosmos": "^0.8.6-0.9.0-alpha.0.0",
"@types/crypto-js": "^4.0.1",
"@types/elliptic": "^6.4.12",
"@types/sha.js": "^2.4.0",
"mocha": "^8.2.1"
"@types/sha.js": "^2.4.0"
},

@@ -36,3 +35,3 @@ "dependencies": {

},
"gitHead": "19f924f8784f3afb47444139436cb1aae4e796ed"
"gitHead": "c4a99f5dbc5a99de2e7b79fc64314feae46159e6"
}
import assert from "assert";
import "mocha";
import { Mnemonic } from "./mnemonic";

@@ -4,0 +3,0 @@ import { PrivKeySecp256k1 } from "./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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc