@techor/log
Advanced tools
Comparing version 2.6.7 to 3.0.0
import { log } from './log'; | ||
import { add } from './add'; | ||
import { error } from './error'; | ||
import { conflict } from './conflict'; | ||
import { ok } from './ok'; | ||
import { del } from './del'; | ||
import { valid } from './valid'; | ||
import { invalid } from './invalid'; | ||
import { info } from './info'; | ||
import { success } from './success'; | ||
import { warn } from './warn'; | ||
import { pass } from './pass'; | ||
import { tree } from './tree'; | ||
import { fail } from './fail'; | ||
import { paint } from './paint'; | ||
import chalk from 'chalk'; | ||
export { add as a, add, del as d, del, valid as o, valid, invalid as x, invalid, info as i, info, success, error as e, error, fail, warn, pass, conflict, ok, tree, paint, chalk }; | ||
export default log; |
@@ -0,1 +1,3 @@ | ||
import { paint } from './paint'; | ||
import chalk from 'chalk'; | ||
declare const log: Log; | ||
@@ -27,2 +29,4 @@ export { log }; | ||
tree: (object: object | JSON) => void; | ||
paint: typeof paint; | ||
chalk: typeof chalk; | ||
} |
@@ -1,4 +0,4 @@ | ||
export declare function parseError(error: any): { | ||
message: any; | ||
export declare function parseError(error: Error): { | ||
message: string; | ||
stackTree: {}; | ||
}; |
@@ -1,1 +0,1 @@ | ||
{"name":"@techor/log","license":"MIT","scripts":{"build:cjs":"esbuild src/index.ts --bundle --outfile=dist/index.js --format=cjs --minify --sourcemap --platform=node","build:esm":"esbuild src/index.ts --bundle --outfile=dist/index.mjs --format=esm --minify --sourcemap --platform=node","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"pnpm run \"/^build:.*/\"","dev":"pnpm run \"/^build:.*/\" --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"description":"A set of human-friendly and beautiful console log syntax","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/log"},"keywords":["console","log","chalk","semantic"],"main":"./dist/index.js","jsnext:main":"./dist/index.mjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.js","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"devDependencies":{"chalk":"^5.2.0","dedent":"^0.7.0","object-treeify":"^3.3.1"},"version":"2.6.7"} | ||
{"name":"@techor/log","type":"module","license":"MIT","scripts":{"build:main":"rollup --config rollup.config.mjs","build:type":"tsc --emitDeclarationOnly --preserveWatchOutput","build":"pnpm run \"/^build:.*/\"","dev":"pnpm run \"/^build:.*/\" --watch","test":"jest","type-check":"tsc --noEmit","lint":"eslint src"},"description":"A set of human-friendly and beautiful console log syntax","author":{"name":"Aron","email":"i@aron.tw","url":"https://aron.tw"},"homepage":"https://github.com/1aron/techor","bugs":{"url":"https://github.com/1aron/techor/issues"},"repository":{"type":"git","url":"https://github.com/1aron/techor.git","directory":"packages/log"},"keywords":["console","log","chalk","semantic"],"main":"./dist/index.cjs","esnext":"./dist/index.mjs","module":"./dist/index.mjs","types":"./dist/index.d.ts","exports":{".":{"require":"./dist/index.cjs","import":"./dist/index.mjs","types":"./dist/index.d.ts"}},"files":["dist"],"sideEffects":false,"publishConfig":{"access":"public"},"devDependencies":{"chalk":"^5.2.0","dedent":"^0.7.0","object-treeify":"^3.3.1"},"version":"3.0.0"} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2094
0
Yes
73183
25
1