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

@ctx-core/logger

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctx-core/logger - npm Package Compare versions

Comparing version 6.2.1 to 6.3.0

dist/_console.d.ts

6

CHANGELOG.md
# @ctx-core/logger
## 6.3.0
### Minor Changes
- fix tsc build directory issues
## 6.2.1

@@ -4,0 +10,0 @@

4

package.json
{
"name": "@ctx-core/logger",
"version": "6.2.1",
"version": "6.3.0",
"description": "ctx-core logger",

@@ -21,3 +21,3 @@ "keywords": [

"module": "./dist/index.js",
"types": "./types/index.d.ts",
"types": "./dist/index.d.ts",
"dependencies": {

@@ -24,0 +24,0 @@ "chalk": "^4.1.1"

@@ -27,3 +27,3 @@ {

"mapRoot": "dist",
"declarationDir": "types",
"declarationDir": "dist",
"lib": [

@@ -38,5 +38,5 @@ "dom",

"node_modules",
"types"
"dist"
],
"references": []
}
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