@polkadot/util
Advanced tools
Comparing version 0.15.3 to 0.15.4
{ | ||
"name": "@polkadot/util", | ||
"version": "0.15.3", | ||
"version": "0.15.4", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -16,2 +16,3 @@ 'use strict'; | ||
var u8aToHex = require('./toHex'); | ||
var u8aToString = require('./toString'); | ||
var u8aToUtf8 = require('./toUtf8'); | ||
@@ -33,3 +34,4 @@ | ||
u8aToHex: u8aToHex, | ||
u8aToString: u8aToString, | ||
u8aToUtf8: u8aToUtf8 | ||
}; |
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
141327
187
1366