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.35 to 9.0.37

dist/ansi.d.ts

12

CHANGELOG.md
# @ctx-core/logger
## 9.0.37
### Patch Changes
- fix: build
## 9.0.36
### Patch Changes
- \*.d.ts export
## 9.0.35

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

13

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

@@ -20,6 +20,6 @@ "keywords": [

"type": "module",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./src/index.ts"
"import": "./dist/index.js"
},

@@ -41,6 +41,9 @@ "./package.json": "./package.json"

"build": "npm run compile",
"clean": "rimraf dist",
"compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
"clean": "rimraf dist && npm run clean_tsbuildinfo",
"clean_tsbuildinfo": "rm -f tsconfig.tsbuildinfo && rm -f dist/**/*.d.ts",
"compile": "npm run compile_source && npm run compile_declaration",
"compile_source": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",
"compile_declaration": "npm run clean_tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir dist",
"exec": "$@"
}
}

@@ -24,5 +24,4 @@ {

],
"rootDir": ".",
"rootDir": "src",
"outDir": "dist",
"mapRoot": "",
"declarationDir": "dist",

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

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