Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/util

Package Overview
Dependencies
Maintainers
1
Versions
1411
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@polkadot/util - npm Package Compare versions

Comparing version 0.9.3 to 0.10.1

is/boolean.js

2

is/index.js

@@ -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,

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc