@polkadot/util-crypto
Advanced tools
Comparing version 0.24.1 to 0.24.2
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94932
Updated@polkadot/util@^0.24.2