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.12 to 9.0.14

COMMIT_EDITMSG

12

CHANGELOG.md
# @ctx-core/logger
## 9.0.14
### Patch Changes
- update dependencies
## 9.0.13
### Patch Changes
- chalk: ^4.1.1 -> ^4.1.2
## 9.0.12

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

94

package.json
{
"name": "@ctx-core/logger",
"version": "9.0.12",
"description": "ctx-core logger",
"keywords": [
"ctx-core",
"logger"
],
"homepage": "https://github.com/ctx-core/logger#readme",
"bugs": {
"url": "https://github.com/ctx-core/logger/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/logger/issues"
},
"license": "Apache-2.0",
"author": "Brian Takita",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"chalk": "^4.1.1",
"esm": "^3.2.25"
},
"devDependencies": {
"typescript": "^4.3.5"
},
"publishConfig": {
"access": "public",
"cache": "~/.npm"
},
"scripts": {
"build": "npm run clean && npm run copy-mjs && npm run compile",
"clean": "rm -f tsconfig.tsbuildinfo && rm -f src/**/*.js && rm -f src/**/*.d.ts && rm -f src/**/*.map",
"compile": "./node_modules/.bin/tsc -b .",
"copy-mjs": "cd dist && echo \"module.exports = (async () => import('./index.js'))()\" > index.cjs",
"exec": "$@"
}
}
"name": "@ctx-core/logger",
"version": "9.0.14",
"description": "ctx-core logger",
"keywords": [
"ctx-core",
"logger"
],
"homepage": "https://github.com/ctx-core/logger#readme",
"bugs": {
"url": "https://github.com/ctx-core/logger/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/logger/issues"
},
"license": "Apache-2.0",
"author": "Brian Takita",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.js"
},
"./package.json": "./package.json"
},
"dependencies": {
"chalk": "^4.1.2",
"esm": "^3.2.25"
},
"devDependencies": {
"typescript": "^4.3.5"
},
"publishConfig": {
"access": "public",
"cache": "~/.npm"
},
"scripts": {
"build": "npm run clean && npm run copy-mjs && npm run compile",
"clean": "rm -f tsconfig.tsbuildinfo && rm -f src/**/*.js && rm -f src/**/*.d.ts && rm -f src/**/*.map",
"compile": "./node_modules/.bin/tsc -b .",
"copy-mjs": "cd dist && echo \"module.exports = (async () => import('./index.js'))()\" > index.cjs",
"exec": "$@"
}
}
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