New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@polkadot/util

Package Overview
Dependencies
Maintainers
1
Versions
1412
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.19.1 to 0.19.2

u8a/toHexShort.js

4

package.json
{
"name": "@polkadot/util",
"version": "0.19.1",
"version": "0.19.2",
"description": "A collection of useful utilities for @polkadot",

@@ -32,3 +32,3 @@ "main": "index.js",

"devDependencies": {
"@polkadot/api-jsonrpc": "^0.8.14"
"@polkadot/api-jsonrpc": "^0.8.16"
},

@@ -35,0 +35,0 @@ "dependencies": {

@@ -16,2 +16,3 @@ 'use strict';

var u8aToHex = require('./toHex');
var u8aToHexShort = require('./toHexShort');
var u8aToString = require('./toString');

@@ -35,2 +36,3 @@ var u8aToU8a = require('./toU8a');

u8aToHex: u8aToHex,
u8aToHexShort: u8aToHexShort,
u8aToString: u8aToString,

@@ -37,0 +39,0 @@ u8aToU8a: u8aToU8a,

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