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.13.3 to 0.13.4

hex/toU8a.js

4

hex/index.js

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

var hexToNumber = require('./toNumber');
var hexToU8a = require('./toU8a');

@@ -31,3 +32,4 @@ /**

hexToBuffer: hexToBuffer,
hexToNumber: hexToNumber
hexToNumber: hexToNumber,
hexToU8a: hexToU8a
};
{
"name": "@polkadot/util",
"version": "0.13.3",
"version": "0.13.4",
"description": "A collection of useful utilities for @polkadot",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,3 +10,3 @@ 'use strict';

@name u8aFromBuffer
@signature u8aFromBuffer (value?: Buffer): number
@signature u8aFromBuffer (value?: Buffer): Uint8Array
@summary Creates a Uint8Array value from a Buffer object.

@@ -13,0 +13,0 @@ @alias buffer/toU8a

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

var u8aFromBuffer = require('./fromBuffer');
var u8aFromHex = require('./fromHex');
var u8aFromUtf8 = require('./fromUtf8');

@@ -17,2 +18,3 @@ var u8aToBuffer = require('./toBuffer');

u8aFromBuffer: u8aFromBuffer,
u8aFromHex: u8aFromHex,
u8aFromUtf8: u8aFromUtf8,

@@ -19,0 +21,0 @@ u8aToBuffer: u8aToBuffer,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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