@polkadot/util
Advanced tools
Comparing version 0.13.6 to 0.13.7
{ | ||
"name": "@polkadot/util", | ||
"version": "0.13.6", | ||
"version": "0.13.7", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,2 +9,3 @@ 'use strict'; | ||
var u8aFromUtf8 = require('./fromUtf8'); | ||
var u8aFromString = require('./fromString'); | ||
var u8aToBuffer = require('./toBuffer'); | ||
@@ -19,2 +20,3 @@ var u8aToUtf8 = require('./toUtf8'); | ||
u8aFromHex: u8aFromHex, | ||
u8aFromString: u8aFromString, | ||
u8aFromUtf8: u8aFromUtf8, | ||
@@ -21,0 +23,0 @@ u8aToBuffer: u8aToBuffer, |
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
132261
184
1288