Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opengeekslab_llc/nest-custom-logger

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opengeekslab_llc/nest-custom-logger - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

dist/index.d.ts

26

package.json
{
"name": "@opengeekslab_llc/nest-custom-logger",
"version": "0.1.2",
"version": "0.2.0",
"description": "Logger that throw to output json logs",
"main": "index.ts",
"main": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "rm -rf dist && tsc -p tsconfig.build.json",
"clean": "tsc --build --clean"
},

@@ -21,8 +25,18 @@ "repository": {

"@nestjs/common": "^7.6.17",
"lodash": "^4.17.21"
"lodash": "^4.17.21",
"rxjs": "^6.4.0"
},
"devDependencies": {
"@types/lodash": "^4.14.169",
"@types/node": "^15.3.0"
}
"@types/node": "^15.3.0",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"eslint": "^7.26.0",
"eslint-config-airbnb": "^18.2.1"
},
"keywords": [
"nest",
"logger",
"ts",
"aws"
]
}
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