@polkadot/util
Advanced tools
Comparing version 0.13.3 to 0.13.4
@@ -16,2 +16,3 @@ 'use strict'; | ||
var hexToNumber = require('./toNumber'); | ||
var hexToU8a = require('./toU8a'); | ||
@@ -31,3 +32,4 @@ /** | ||
hexToBuffer: hexToBuffer, | ||
hexToNumber: hexToNumber | ||
hexToNumber: hexToNumber, | ||
hexToU8a: hexToU8a | ||
}; |
{ | ||
"name": "@polkadot/util", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ 'use strict'; | ||
@name u8aFromBuffer | ||
@signature u8aFromBuffer (value?: Buffer): number | ||
@signature u8aFromBuffer (value?: Buffer): Uint8Array | ||
@summary Creates a Uint8Array value from a Buffer object. | ||
@@ -13,0 +13,0 @@ @alias buffer/toU8a |
@@ -7,2 +7,3 @@ 'use strict'; | ||
var u8aFromBuffer = require('./fromBuffer'); | ||
var u8aFromHex = require('./fromHex'); | ||
var u8aFromUtf8 = require('./fromUtf8'); | ||
@@ -17,2 +18,3 @@ var u8aToBuffer = require('./toBuffer'); | ||
u8aFromBuffer: u8aFromBuffer, | ||
u8aFromHex: u8aFromHex, | ||
u8aFromUtf8: u8aFromUtf8, | ||
@@ -19,0 +21,0 @@ u8aToBuffer: u8aToBuffer, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
129974
181
1266