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

@join-com/gcloud-typeorm-logger

Package Overview
Dependencies
Maintainers
32
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@join-com/gcloud-typeorm-logger - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1-alpha.1

2

dist/index.d.ts

@@ -13,3 +13,3 @@ export interface IGcloudLogger {

logQueryError(error: string, query: string, parameters?: any[], _?: any): void;
logQuerySlow(time: number, query: string, parameters?: any[], _?: any): void;
logQuerySlow(queryTime: number, query: string, parameters?: any[], _?: any): void;
logSchemaBuild(message: string, _?: any): void;

@@ -16,0 +16,0 @@ logMigration(message: string, _?: any): void;

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

}
logQuerySlow(time, query, parameters, _) {
this.logger.warn(`query is slow: ${query}`, { time, parameters });
logQuerySlow(queryTime, query, parameters, _) {
this.logger.warn(`query is slow: ${query}`, { queryTime, parameters });
}

@@ -28,0 +28,0 @@ logSchemaBuild(message, _) {

{
"name": "@join-com/gcloud-typeorm-logger",
"version": "1.1.0",
"version": "1.1.1-alpha.1",
"description": "gcloud typoeorm sql logger",

@@ -5,0 +5,0 @@ "author": "JOIN Solutions",

Sorry, the diff of this file is not supported yet

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