You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@bpinternal/log4bot

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bpinternal/log4bot - npm Package Compare versions

Comparing version

to
0.0.25

6

dist/index.js

@@ -32,4 +32,4 @@ "use strict";

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
ConsoleTransport: () => ConsoleTransport,

@@ -40,3 +40,3 @@ JSONFormatter: () => JSONFormatter,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);

@@ -43,0 +43,0 @@ // src/logger.ts

{
"name": "@bpinternal/log4bot",
"version": "0.0.24",
"version": "0.0.25",
"description": "Just a Logger",

@@ -21,6 +21,6 @@ "main": "./dist/index.js",

"devDependencies": {
"@types/lodash": "4.17.13",
"@types/node": "18.19.67",
"@types/lodash": "4.17.15",
"@types/node": "18.19.75",
"tsup": "^8.0.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vitest": "1.6.0"

@@ -27,0 +27,0 @@ },