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

@elunic/logger-nestjs

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elunic/logger-nestjs - npm Package Compare versions

Comparing version

to
1.5.0

19

package.json
{
"name": "@elunic/logger-nestjs",
"version": "1.4.0",
"version": "1.5.0",
"description": "Provides a NestJS LoggerModule and decorators for use with @elunic/logger.",

@@ -41,5 +41,4 @@ "main": "index.js",

"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@elunic/ecs-commitlint": "^0.1.2",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@elunic/ecs-prettier": "^0.2.1",

@@ -49,6 +48,6 @@ "@elunic/ecs-tsconfig": "^0.1.1",

"@elunic/logger": "^5.1.0",
"@nestjs/common": "^9.3.1",
"@nestjs/core": "^9.3.1",
"@nestjs/platform-express": "^9.3.1",
"@nestjs/testing": "^9.3.1",
"@nestjs/common": "^10.2.10",
"@nestjs/core": "^10.2.10",
"@nestjs/platform-express": "^10.2.10",
"@nestjs/testing": "^10.2.10",
"@types/eslint": "^7.2.6",

@@ -80,4 +79,4 @@ "@types/jasmine": "^3.6.2",

"@elunic/logger": ">=4.0.0 <6.0.0",
"@nestjs/common": ">=6.0.0 <10.0.0",
"@nestjs/core": ">=6.0.0 <10.0.0"
"@nestjs/common": ">=6.0.0 <=10.0.0",
"@nestjs/core": ">=6.0.0 <=10.0.0"
},

@@ -84,0 +83,0 @@ "publishConfig": {