Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

debuggler

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debuggler - npm Package Compare versions

Comparing version 1.0.1-ALPHA to 1.0.2-ALPHA

.codeclimate.yml

8

index.js

@@ -15,3 +15,3 @@ const path = require('path');

*/
module.exports = (name = true, version = false, separator = ':') => {
const debuggler = (name = true, version = false, separator = ':') => {
const debugPkg = require('debug');

@@ -54,4 +54,4 @@ const debug = debugPkg('debuggler');

if (resolveName || name) paths.push(name);
if (resolveVersion || version) paths.push(version);
if (name) paths.push(name);
if (version) paths.push(version);

@@ -71,1 +71,3 @@ const dirs = absolute.dir

};
module.exports = debuggler;
{
"name": "debuggler",
"description": "Resolves debug namespace like magic.",
"version": "1.0.1-ALPHA",
"version": "1.0.2-ALPHA",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "BSD-3-Clause",

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