@ctx-core/logger
Advanced tools
Comparing version 9.0.45 to 9.0.46
# @ctx-core/logger | ||
## 9.0.46 | ||
### Patch Changes | ||
- rimraf: ^3.0.2 -> ^4.0.1 | ||
## 9.0.45 | ||
@@ -4,0 +10,0 @@ |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
0
25202
46