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 1.0.13 to 1.0.14

2

lib/implementations/console.logger.js

@@ -16,3 +16,3 @@ "use strict";

},
_a.write = (type, message, payload, date) => __awaiter(void 0, void 0, void 0, function* () {
_a.Write = (type, message, payload, date) => __awaiter(void 0, void 0, void 0, function* () {
let messageDate = date;

@@ -19,0 +19,0 @@ if (!messageDate) {

@@ -9,3 +9,3 @@ export declare enum LoggerMessageType {

export interface ILogger {
write(type: LoggerMessageType, message: string, payload?: LoggerPayload, date?: Date): Promise<void>;
Write(type: LoggerMessageType, message: string, payload?: LoggerPayload, date?: Date): Promise<void>;
}

@@ -6,3 +6,3 @@ {

"license": "UNLICENSED",
"version": "1.0.13",
"version": "1.0.14",
"main": "lib/index.js",

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

"dependencies": {
"@apigames/json": "^1.0.42"
"@apigames/json": "^1.0.43"
},
"devDependencies": {
"@types/jest": "^26.0.19",
"@types/node": "^14.14.19",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.21",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.17.0",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",

@@ -29,0 +29,0 @@ "eslint-plugin-import": "^2.22.1",

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