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.49 to 9.1.0

src/ansi/index.d.ts

6

CHANGELOG.md
# @ctx-core/logger
## 9.1.0
### Minor Changes
- extract _.js & _.d.ts into directories
## 9.0.49

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

30

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

@@ -20,12 +20,14 @@ "keywords": [

"type": "module",
"types": "./lib/index.d.ts",
"types": "./src/index.d.ts",
"svelte": "./src/index.js",
"exports": {
".": "./lib/index.js",
".": "./src/index.js",
"./package.json": "./package.json"
},
"devDependencies": {
"@swc/cli": "^0.1.60",
"@swc/core": "^1.3.32",
"rimraf": "^4.1.2",
"typescript": "next"
"c8": "^7.13.0",
"check-dts": "^0.7.0",
"tsx": "^3.12.3",
"typescript": "next",
"uvu": "^0.5.6"
},

@@ -36,13 +38,11 @@ "publishConfig": {

},
"svelte": "./lib/index.js",
"sideEffects": false,
"scripts": {
"build": "npm run compile",
"clean": "rimraf lib && npm run clean:tsbuildinfo",
"clean:tsbuildinfo": "rimraf tsconfig.tsbuildinfo && rimraf lib/**/*.d.ts",
"compile": "npm run compile:source && npm run compile:declaration",
"compile:source": "swc src --out-dir lib --copy-files --source-maps --config-file .swcrc",
"compile:declaration": "npm run clean:tsbuildinfo && tsc --declaration --emitDeclarationOnly --declarationDir lib",
"exec": "$@"
"build": ":",
"clean": ":",
"exec": "$@",
"test": "pnpm test-unit && check-dts",
"test-unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"test-unit-coverage": "c8 pnpm test-unit"
}
}
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