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.16.4 to 0.16.5

7

logger.js

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

// of the ISC license. See the LICENSE file for details.
var isFunction = require('./is/function');
function apply(log, type, values) {
if (values.length === 1 && isFunction(values[0])) {
// flowlint-next-line unclear-type:off
return apply(log, type, values[0]());
}
console[log].apply(console, [new Date().toString(), type].concat(values));

@@ -9,0 +16,0 @@ }

2

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

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

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