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.0.10 to 6.0.11

6

CHANGELOG.md
# @ctx-core/logger
## 6.0.11
### Patch Changes
- chalk: ^4.1.0 -> ^4.1.1
## 6.0.10

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

19

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

@@ -22,11 +22,4 @@ "keywords": [

"types": "./src/index.ts",
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -f tsconfig.tsbuildinfo",
"compile": "./node_modules/.bin/tsc -b .",
"exec": "$@",
"prepublishOnly": "npm run compile"
},
"dependencies": {
"chalk": "^4.1.0"
"chalk": "^4.1.1"
},

@@ -39,3 +32,9 @@ "devDependencies": {

"cache": "~/.npm"
},
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "rm -f tsconfig.tsbuildinfo",
"compile": "./node_modules/.bin/tsc -b .",
"exec": "$@"
}
}
}

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