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 22.2.4 to 23.1.0

2

lib/interfaces/logger.d.ts

@@ -7,5 +7,5 @@ export declare enum LoggerMessageType {

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

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

"license": "UNLICENSED",
"version": "22.2.4",
"version": "23.1.0",
"main": "lib/index.js",

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

"dependencies": {
"@apigames/json": "22.2.4"
"@apigames/json": "23.1.0"
},
"devDependencies": {
"@types/jest": "28.1.8",
"@types/node": "16.18.3",
"@typescript-eslint/eslint-plugin": "5.42.0",
"@typescript-eslint/parser": "5.42.0",
"eslint": "8.26.0",
"@types/node": "16.18.8",
"@typescript-eslint/eslint-plugin": "5.46.0",
"@typescript-eslint/parser": "5.46.0",
"eslint": "8.29.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "28.1.3",
"ts-jest": "28.0.8",
"typescript": "4.8.4"
"typescript": "4.9.4"
},

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

@@ -27,2 +27,2 @@ # API Games Logger

Copyright (c) 2022 Cloudize Limited. All rights reserved.
Copyright (c) 2023 Cloudize Limited. All rights reserved.

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