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 9.0.20 to 9.0.21

COMMIT_EDITMSG

7

CHANGELOG.md
# @ctx-core/logger
## 9.0.21
### Patch Changes
- typescript: ^4.4.4 -> ^4.5.2
- @swc/core: ^1.2.108 -> ^1.2.110
## 9.0.20

@@ -4,0 +11,0 @@

6

dist/index.js

@@ -0,5 +1,3 @@

export * from './chalk.js';
export * from './console_.js';
export * from './log_.js';
export * from './logger_timestamp_.js';
export * from './chalk.js';
export * from './debug.js';

@@ -9,4 +7,6 @@ export * from './error.js';

export * from './log.js';
export * from './log_.js';
export * from './logger_timestamp_.js';
export * from './warn.js';
//# sourceMappingURL=index.js.map
{
"name": "@ctx-core/logger",
"version": "9.0.20",
"version": "9.0.21",
"description": "ctx-core logger",

@@ -35,4 +35,4 @@ "keywords": [

"@swc/cli": "^0.1.51",
"@swc/core": "^1.2.108",
"typescript": "^4.4.4"
"@swc/core": "^1.2.110",
"typescript": "^4.5.2"
},

@@ -39,0 +39,0 @@ "publishConfig": {

@@ -0,5 +1,3 @@

export * from './chalk.js'
export * from './console_.js'
export * from './log_.js'
export * from './logger_timestamp_.js'
export * from './chalk.js'
export * from './debug.js'

@@ -9,2 +7,4 @@ export * from './error.js'

export * from './log.js'
export * from './log_.js'
export * from './logger_timestamp_.js'
export * from './warn.js'

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