You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@gasket/plugin-logger

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gasket/plugin-logger - npm Package Compare versions

Comparing version

to
7.2.3

@@ -26,4 +26,2 @@ import type { MaybeAsync, Plugin, Hook, HookId } from '@gasket/core';

declare module '@gasket/core' {
import { Logger } from '@gasket/plugin-logger';
interface Gasket {

@@ -30,0 +28,0 @@ logger: Logger;

{
"name": "@gasket/plugin-logger",
"version": "7.2.2",
"version": "7.2.3",
"description": "Gasket plugin for logging",

@@ -17,4 +17,4 @@ "main": "lib/index.js",

"posttest": "npm run lint",
"typecheck:watch": "tsc --watch",
"typecheck:skip": "tsc"
"typecheck": "tsc",
"typecheck:watch": "tsc --watch"
},

@@ -40,5 +40,5 @@ "repository": {

"devDependencies": {
"@gasket/core": "^7.2.2",
"@gasket/plugin-https": "^7.2.2",
"@gasket/plugin-metadata": "^7.2.2",
"@gasket/core": "^7.2.3",
"@gasket/plugin-https": "^7.2.3",
"@gasket/plugin-metadata": "^7.2.3",
"cross-env": "^7.0.3",

@@ -69,11 +69,14 @@ "eslint": "^8.56.0",

"files": [
"*.ts"
"lib/*.ts"
],
"extends": [
"godaddy-typescript"
]
],
"rules": {
"jsdoc/*": "off"
}
}
]
},
"gitHead": "f34775900acd2c6a6b3a224751c6dc091b7f50fe"
"gitHead": "3fb21dbc6f75b8b9619a1e70073a504f84a29943"
}