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.6 to 0.13.7

u8a/fromString.js

2

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

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

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

var u8aFromUtf8 = require('./fromUtf8');
var u8aFromString = require('./fromString');
var u8aToBuffer = require('./toBuffer');

@@ -19,2 +20,3 @@ var u8aToUtf8 = require('./toUtf8');

u8aFromHex: u8aFromHex,
u8aFromString: u8aFromString,
u8aFromUtf8: u8aFromUtf8,

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

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