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 8.0.8 to 8.0.9

dist/chalk.d.ts

6

CHANGELOG.md
# @ctx-core/logger
## 8.0.9
### Patch Changes
- dist directory
## 8.0.8

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

8

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

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

"author": "Brian Takita",
"main": "./src/index.js",
"module": "./src/index.js",
"types": "./src/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"dependencies": {

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

@@ -25,5 +25,5 @@ {

"rootDir": "src",
"outDir": "src",
"mapRoot": "src",
"declarationDir": "src",
"outDir": "dist",
"mapRoot": "dist",
"declarationDir": "dist",
"lib": ["dom", "ESNext"],

@@ -30,0 +30,0 @@ "importsNotUsedAsValues": "error",

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