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

@4lch4/logger

Package Overview
Dependencies
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4lch4/logger - npm Package Compare versions

Comparing version 1.7.2 to 1.7.3

dist/src/index.d.ts

13

package.json
{
"name": "@4lch4/logger",
"displayName": "Logger",
"version": "1.7.2",
"version": "1.7.3",
"description": "A small utility for logging to console within NodeJS/TypeScript applications.",

@@ -9,3 +9,4 @@ "main": "dist/index.js",

"build": "tsc",
"pretty": "prettier --write . && git add . && git commit -m 'ci(pretty): project prettied'"
"pretty": "prettier --write . && git add . && git commit -m 'ci(pretty): project prettied'",
"test": "mocha --reporter spec --require ts-node/register tests/*.test.ts"
},

@@ -44,9 +45,13 @@ "keywords": [

"devDependencies": {
"@types/chai": "^4.2.22",
"@types/fs-extra": "^9.0.13",
"@types/mocha": "^9.0.0",
"@types/node": "^16.10.3",
"chai": "^4.3.4",
"mocha": "^9.1.2",
"np": "^7.5.0",
"prettier": "^2.4.1",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
}
}

@@ -6,2 +6,1 @@ export * from './IColorOpts'

export * from './LogFormat'

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