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

@apigames/logger

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/logger - npm Package Compare versions

Comparing version 23.1.6 to 23.2.0

0

lib/implementations/debug.console.logger.d.ts
import { ILogger } from '../interfaces/logger';
declare const DebugConsoleLogger: ILogger;
export default DebugConsoleLogger;

5

lib/implementations/debug.console.logger.js

@@ -11,2 +11,6 @@ "use strict";

};
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
};
var _a;

@@ -17,2 +21,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

},
__setFunctionName(_a, "DebugConsoleLogger"),
_a.Write = (type, message, payload, date) => __awaiter(void 0, void 0, void 0, function* () {

@@ -19,0 +24,0 @@ let messageDate = date;

export { default as DebugConsoleLogger } from './debug.console.logger';
export { default as ProductionConsoleLogger } from './production.console.logger';

@@ -0,0 +0,0 @@ "use strict";

import { ILogger } from '../interfaces/logger';
declare const ProductionConsoleLogger: ILogger;
export default ProductionConsoleLogger;

@@ -11,2 +11,6 @@ "use strict";

};
var __setFunctionName = (this && this.__setFunctionName) || function (f, name, prefix) {
if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : "";
return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name });
};
var _a;

@@ -18,2 +22,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

},
__setFunctionName(_a, "ProductionConsoleLogger"),
_a.Write = (type, message, payload, date) => __awaiter(void 0, void 0, void 0, function* () {

@@ -20,0 +25,0 @@ if (type !== logger_1.LoggerMessageType.Debug) {

export { LoggerMessageType, LoggerPayload, ILogger } from './interfaces/logger';
export { DebugConsoleLogger, ProductionConsoleLogger } from './implementations';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare enum LoggerMessageType {

@@ -0,0 +0,0 @@ "use strict";

16

package.json

@@ -16,3 +16,3 @@ {

"license": "MIT",
"version": "23.1.6",
"version": "23.2.0",
"main": "lib/index.js",

@@ -37,10 +37,10 @@ "types": "lib/index.d.ts",

"dependencies": {
"@apigames/json": "23.1.6"
"@apigames/json": "23.2.0"
},
"devDependencies": {
"@types/jest": "29.5.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"eslint": "8.36.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"eslint": "8.38.0",
"eslint-config-airbnb": "19.0.4",

@@ -52,4 +52,4 @@ "eslint-plugin-import": "2.27.5",

"jest": "29.5.0",
"ts-jest": "29.0.5",
"typescript": "4.9.5"
"ts-jest": "29.1.0",
"typescript": "5.0.4"
},

@@ -56,0 +56,0 @@ "eslintConfig": {},

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