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.8 to 9.0.10

12

CHANGELOG.md
# @ctx-core/logger
## 9.0.10
### Patch Changes
- fix: sourceMappingURL: "mapRoot": ""
## 9.0.9
### Patch Changes
- tsconfig.json: "target": "es2019"
## 9.0.8

@@ -4,0 +16,0 @@

2

dist/chalk.js

@@ -43,2 +43,2 @@ import chalk from 'chalk';

}
//# sourceMappingURL=../src/dist/chalk.js.map
//# sourceMappingURL=chalk.js.map

@@ -11,2 +11,2 @@ export function console_(fn, log_ctx) {

export { console_ as _console, };
//# sourceMappingURL=../src/dist/console_.js.map
//# sourceMappingURL=console_.js.map

@@ -6,2 +6,2 @@ import { chalk_debug } from './chalk.js';

}
//# sourceMappingURL=../src/dist/debug.js.map
//# sourceMappingURL=debug.js.map

@@ -7,2 +7,2 @@ import { chalk_error } from './chalk.js';

export { error as error__log };
//# sourceMappingURL=../src/dist/error.js.map
//# sourceMappingURL=error.js.map

@@ -10,2 +10,2 @@ export * from './console_.js';

export * from './warn.js';
//# sourceMappingURL=../src/dist/index.js.map
//# sourceMappingURL=index.js.map

@@ -6,2 +6,2 @@ import { chalk_info } from './chalk.js';

}
//# sourceMappingURL=../src/dist/info.js.map
//# sourceMappingURL=info.js.map

@@ -9,2 +9,2 @@ import { log } from './log.js';

export { log_ as _log, };
//# sourceMappingURL=../src/dist/log_.js.map
//# sourceMappingURL=log_.js.map

@@ -6,2 +6,2 @@ import { chalk_log } from './chalk.js';

}
//# sourceMappingURL=../src/dist/log.js.map
//# sourceMappingURL=log.js.map

@@ -5,2 +5,2 @@ export function logger_timestamp_() {

export { logger_timestamp_ as _logger_timestamp, };
//# sourceMappingURL=../src/dist/logger_timestamp_.js.map
//# sourceMappingURL=logger_timestamp_.js.map

@@ -6,2 +6,2 @@ import { chalk_warn } from './chalk.js';

}
//# sourceMappingURL=../src/dist/warn.js.map
//# sourceMappingURL=warn.js.map
{
"name": "@ctx-core/logger",
"version": "9.0.8",
"version": "9.0.10",
"description": "ctx-core logger",

@@ -5,0 +5,0 @@ "keywords": [

{
"compileOnSave": true,
"compilerOptions": {
"target": "ES2018",
"target": "ES2019",
"composite": true,

@@ -26,3 +26,3 @@ "declaration": true,

"outDir": "dist",
"mapRoot": "dist",
"mapRoot": "",
"declarationDir": "dist",

@@ -29,0 +29,0 @@ "lib": ["dom", "ESNext"],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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