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

@polkadot/util-crypto

Package Overview
Dependencies
Maintainers
1
Versions
1357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/util-crypto - npm Package Compare versions

Comparing version 0.24.1 to 0.24.2

4

package.json
{
"name": "@polkadot/util-crypto",
"version": "0.24.1",
"version": "0.24.2",
"description": "A collection of useful crypto utilities for @polkadot",

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

"@babel/runtime": "^7.0.0-beta.47",
"@polkadot/util": "^0.24.1",
"@polkadot/util": "^0.24.2",
"blakejs": "^1.1.0",

@@ -40,0 +40,0 @@ "js-sha3": "^0.7.0",

@@ -5,4 +5,4 @@ // Copyright 2017-2018 @polkadot/util-crypto authors & contributors

import { KeypairType as Tweetnacl$KeypairType } from 'tweetnacl';
import { SignKeyPair } from 'tweetnacl';
export type KeypairType = Tweetnacl$KeypairType;
export type KeypairType = SignKeyPair;
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