New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vxrn/debug

Package Overview
Dependencies
Maintainers
0
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vxrn/debug - npm Package Compare versions

Comparing version 1.1.379 to 1.1.380

6

dist/cjs/index.js

@@ -23,7 +23,7 @@ var __create = Object.create;

)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
createDebugger: () => createDebugger
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_debug = __toESM(require("debug"), 1);

@@ -30,0 +30,0 @@ const DEBUG = process.env.DEBUG;

@@ -24,7 +24,7 @@ "use strict";

)), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
createDebugger: () => createDebugger
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_debug = __toESM(require("debug"), 1), DEBUG = process.env.DEBUG;

@@ -31,0 +31,0 @@ function createDebugger(namespacePartial) {

{
"name": "@vxrn/debug",
"version": "1.1.379",
"version": "1.1.380",
"sideEffects": false,

@@ -5,0 +5,0 @@ "source": "src/index.ts",

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