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

@chainx/util-crypto

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainx/util-crypto - npm Package Compare versions

Comparing version 2.20.2 to 2.21.0-alpha.0

4

mnemonic/generate.spec.js

@@ -20,3 +20,3 @@ 'use strict';

const mnemonic = (0, _generate.default)();
console.error(mnemonic);
console.debug(mnemonic);
expect((0, _validate.default)(mnemonic)).toEqual(true);

@@ -28,3 +28,3 @@ });

const isValid = (0, _validate.default)(mnemonic);
console.error(mnemonic);
console.debug(mnemonic);
expect(mnemonic.split(' ')).toHaveLength(num);

@@ -31,0 +31,0 @@ expect(isValid).toEqual(true);

{
"name": "@chainx/util-crypto",
"version": "2.20.2",
"version": "2.21.0-alpha.0",
"description": "A collection of useful crypto utilities for @polkadot",

@@ -22,3 +22,3 @@ "main": "index.js",

},
"gitHead": "36f367bc21988d55c7ad5c20be035c8299cd7fd1"
"gitHead": "fa8f01c8999f1ce437dfd625eaa1b9f62277e08d"
}
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