@polkadot/util-crypto
Advanced tools
Comparing version 0.28.2 to 0.28.3
34
index.js
"use strict"; | ||
var _Object$defineProperty = require("@babel/runtime/core-js/object/define-property"); | ||
var _Object$keys = require("@babel/runtime/core-js/object/keys"); | ||
require("core-js/modules/web.dom.iterable"); | ||
@@ -15,6 +11,5 @@ | ||
_Object$keys(_blake).forEach(function (key) { | ||
Object.keys(_blake).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
_Object$defineProperty(exports, key, { | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
@@ -29,6 +24,5 @@ get: function get() { | ||
_Object$keys(_keccak).forEach(function (key) { | ||
Object.keys(_keccak).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
_Object$defineProperty(exports, key, { | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
@@ -43,6 +37,5 @@ get: function get() { | ||
_Object$keys(_nacl).forEach(function (key) { | ||
Object.keys(_nacl).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
_Object$defineProperty(exports, key, { | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
@@ -57,6 +50,5 @@ get: function get() { | ||
_Object$keys(_random).forEach(function (key) { | ||
Object.keys(_random).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
_Object$defineProperty(exports, key, { | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
@@ -71,6 +63,5 @@ get: function get() { | ||
_Object$keys(_sha).forEach(function (key) { | ||
Object.keys(_sha).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
_Object$defineProperty(exports, key, { | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
@@ -85,6 +76,5 @@ get: function get() { | ||
_Object$keys(_xxhash).forEach(function (key) { | ||
Object.keys(_xxhash).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
_Object$defineProperty(exports, key, { | ||
Object.defineProperty(exports, key, { | ||
enumerable: true, | ||
@@ -91,0 +81,0 @@ get: function get() { |
{ | ||
"name": "@polkadot/util-crypto", | ||
"version": "0.28.2", | ||
"version": "0.28.3", | ||
"description": "A collection of useful crypto utilities for @polkadot", | ||
@@ -30,12 +30,7 @@ "main": "index.js", | ||
"homepage": "https://github.com/polkadot-js/common/tree/master/packages/util-crypto#readme", | ||
"scripts": { | ||
"build": "polkadot-dev-build-babel && polkadot-dev-build-docs", | ||
"check": "eslint src && flow check", | ||
"test": "echo \"Tests only available from root wrapper\"" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0-beta.51", | ||
"@polkadot/util": "^0.28.2", | ||
"@babel/runtime": "^7.0.0-rc.1", | ||
"@polkadot/util": "^0.28.3", | ||
"blakejs": "^1.1.0", | ||
"js-sha3": "^0.7.0", | ||
"js-sha3": "^0.8.0", | ||
"tweetnacl": "^1.0.0", | ||
@@ -42,0 +37,0 @@ "xxhashjs": "^0.2.2" |
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
95241
2328
+ Addedjs-sha3@0.8.0(transitive)
- Removedjs-sha3@0.7.0(transitive)
Updated@babel/runtime@^7.0.0-rc.1
Updated@polkadot/util@^0.28.3
Updatedjs-sha3@^0.8.0