@polkadot/util
Advanced tools
Comparing version 0.9.3 to 0.10.1
@@ -6,2 +6,3 @@ 'use strict'; | ||
var isBuffer = require('./buffer'); | ||
var isBoolean = require('./boolean'); | ||
var isError = require('./error'); | ||
@@ -24,2 +25,3 @@ var isFunction = require('./function'); | ||
isBN: isBN, | ||
isBoolean: isBoolean, | ||
isBuffer: isBuffer, | ||
@@ -26,0 +28,0 @@ isError: isError, |
{ | ||
"name": "@polkadot/util", | ||
"version": "0.9.3", | ||
"version": "0.10.1", | ||
"description": "A collection of useful utilities for @polkadot", | ||
@@ -32,4 +32,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@polkadot/api-jsonrpc": "^0.6.5", | ||
"@polkadot/dev": "^0.13.4" | ||
"@polkadot/api-jsonrpc": "^0.6.7", | ||
"@polkadot/dev": "^0.13.5" | ||
}, | ||
@@ -36,0 +36,0 @@ "dependencies": { |
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
103014
172
1057