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.45 to 9.0.46

6

CHANGELOG.md
# @ctx-core/logger
## 9.0.46
### Patch Changes
- rimraf: ^3.0.2 -> ^4.0.1
## 9.0.45

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

2

lib/console_.d.ts
export declare function console_(fn: Function, log_ctx: Record<console_fn_key_T, any>): (...arg_a: any[]) => any;
export { console_ as _console, };
export declare type console_fn_key_T = 'debug' | 'dirxml' | 'error' | 'group' | 'groupCollapsed' | 'groupEnd' | 'info' | 'log' | 'trace' | 'warn';
export type console_fn_key_T = 'debug' | 'dirxml' | 'error' | 'group' | 'groupCollapsed' | 'groupEnd' | 'info' | 'log' | 'trace' | 'warn';
{
"name": "@ctx-core/logger",
"version": "9.0.45",
"description": "ctx-core logger",
"keywords": [
"ctx-core",
"logger"
],
"homepage": "https://github.com/ctx-core/logger#readme",
"bugs": {
"url": "https://github.com/ctx-core/logger/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/logger.git"
},
"license": "Apache-2.0",
"author": "Brian Takita",
"type": "module",
"types": "./lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"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": "$@",
"prepublishOnly": "npm run clean && npm run build"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.165",
"rimraf": "^3.0.2",
"typescript": "next"
},
"publishConfig": {
"access": "public",
"cache": "~/.npm"
},
"svelte": "./lib/index.js",
"sideEffects": false
}
"name": "@ctx-core/logger",
"version": "9.0.46",
"description": "ctx-core logger",
"keywords": [
"ctx-core",
"logger"
],
"homepage": "https://github.com/ctx-core/logger#readme",
"bugs": {
"url": "https://github.com/ctx-core/logger/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ctx-core/logger.git"
},
"license": "Apache-2.0",
"author": "Brian Takita",
"type": "module",
"types": "./lib/index.d.ts",
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"devDependencies": {
"@swc/cli": "^0.1.59",
"@swc/core": "^1.3.26",
"rimraf": "^4.0.1",
"typescript": "next"
},
"publishConfig": {
"access": "public",
"cache": "~/.npm"
},
"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": "$@"
}
}
{
"compileOnSave": true,
"compilerOptions": {
"target": "ES2021",
"target": "ES2022",
"composite": true,

@@ -6,0 +6,0 @@ "declaration": true,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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