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.6.7 to 0.6.8

hex/fixLength.js

2

hex/index.js

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

var hexAddPrefix = require('./addPrefix');
var hexFixLength = require('./fixLength');
var hexFromBn = require('./fromBn');

@@ -20,2 +21,3 @@ var hexFromBuffer = require('./fromBuffer');

hexAddPrefix: hexAddPrefix,
hexFixLength: hexFixLength,
hexFromBn: hexFromBn,

@@ -22,0 +24,0 @@ hexFromBuffer: hexFromBuffer,

6

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

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

"devDependencies": {
"@polkadot/api-jsonrpc": "^0.5.11",
"@polkadot/dev": "^0.12.6"
"@polkadot/api-jsonrpc": "^0.6.1",
"@polkadot/dev": "^0.13.1"
},

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