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.2.10 to 9.2.11

15

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

@@ -18,3 +18,7 @@ "keywords": [

"license": "Apache-2.0",
"author": "Brian Takita",
"author": {
"name": "Brian Takita",
"url": "https://briantakita.me",
"email": "info+ctx-core-logger@briantakita.me"
},
"type": "module",

@@ -48,4 +52,3 @@ "files": [

"publishConfig": {
"access": "public",
"cache": "~/.npm"
"access": "public"
},

@@ -57,7 +60,7 @@ "sideEffects": false,

"exec": "$@",
"test": "pnpm test:unit && pnpm test:types",
"test": "pnpm run /^test:/",
"test:types": "check-dts",
"test:unit": "tsx node_modules/uvu/bin.js . '\\.test\\.(ts|js)$'",
"test:unit:coverage": "c8 pnpm test:unit"
"disable: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