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.5 to 9.0.6

6

CHANGELOG.md
# @ctx-core/logger
## 9.0.6
### Patch Changes
- fix: index.cjs: module.exports = require('./index.js')
## 9.0.5

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

4

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

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

"compile": "./node_modules/.bin/tsc -b .",
"copy-mjs": "cd dist && echo \"require = require('esm')(module/*, options*/)\nmodule.exports = require('./main.js')\nexport * from './index.js'\" > index.cjs",
"copy-mjs": "cd dist && echo \"require = require('esm')(module)\nmodule.exports = require('./index.js')\" > index.cjs",
"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