Socket
Socket
Sign inDemoInstall

resolve-debug-levels

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resolve-debug-levels - npm Package Compare versions

Comparing version 0.26.4 to 0.26.5

5

lib/index.js

@@ -13,4 +13,7 @@ "use strict";

var defaultLogLevel = logLevels[2];
var emptyFunction = Function(); // eslint-disable-line no-new-func
var emptyFunction = function emptyFunction() {
/* no-op */
};
var debugLevels = function debugLevels(debugProvider, envProvider, namespace) {

@@ -17,0 +20,0 @@ var logLevel = defaultLogLevel;

2

package.json
{
"name": "resolve-debug-levels",
"version": "0.26.4",
"version": "0.26.5",
"description": "Provides the debug-level API for reSolve packages.",

@@ -5,0 +5,0 @@ "keywords": [

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