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.32 to 9.0.33

6

CHANGELOG.md
# @ctx-core/logger
## 9.0.33
### Patch Changes
- package.json: svelte: ./dist/index.js
## 9.0.32

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

13

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

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

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

@@ -28,6 +28,6 @@ },

},
"dependencies": {},
"devDependencies": {
"@swc/cli": "^0.1.52",
"@swc/core": "^1.2.118",
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.120",
"rimraf": "^3.0.2",
"typescript": "next"

@@ -39,5 +39,6 @@ },

},
"svelte": "./dist/index.js",
"scripts": {
"build": "npm run compile",
"clean": "rm -rf dist",
"clean": "rimraf dist",
"compile": "swc src --out-dir dist --copy-files --source-maps --config-file .swcrc",

@@ -44,0 +45,0 @@ "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