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.14.10 to 0.14.11

6

logger.js

@@ -26,6 +26,6 @@ 'use strict';

try {
// $FlowFixMe this can fail (undefined/null) - hence the try/catch
var debugList = process.env.DEBUG.split(',');
var isTest = process.env.NODE_ENV === 'test';
var debugList = (process.env.DEBUG || '').split(',');
isDebug = !!debugList.find(function (entry) {
isDebug = isTest || !!debugList.find(function (entry) {
return _type.indexOf(entry) === 0;

@@ -32,0 +32,0 @@ });

{
"name": "@polkadot/util",
"version": "0.14.10",
"version": "0.14.11",
"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

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