logd-console-output
Advanced tools
Comparing version 1.3.0 to 2.0.0
@@ -1,3 +0,1 @@ | ||
'use strict'; | ||
module.exports = require('./src/Console'); | ||
export * from './src/Console.js'; |
{ | ||
"name": "logd-console-output", | ||
"version": "1.3.0", | ||
"version": "2.0.0", | ||
"description": "console output for logd", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/section ./test/*.js" | ||
}, | ||
"repository": { | ||
@@ -24,10 +20,19 @@ "type": "git", | ||
"devDependencies": { | ||
"section-tests": "^1.3.1" | ||
"@tsconfig/node18": "^18.2.4", | ||
"@types/node": "^22.5.0", | ||
"typescript": "^5.5.4" | ||
}, | ||
"dependencies": { | ||
"app-root-path": "^2.1.0", | ||
"chalk": "^2.4.1", | ||
"ee-types": "^2.2.0", | ||
"glob": "^7.1.2" | ||
} | ||
"app-root-path": "^3.1.0", | ||
"chalk": "^5.3.0", | ||
"ee-types": "^4.0.2" | ||
}, | ||
"scripts": { | ||
"build": "node ./node_modules/.bin/tsc", | ||
"start": "node ./node_modules/.bin/tsc && node dist/index.js --l --dev", | ||
"clean": "rm -r build" | ||
}, | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"type": "module" | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
179201
3
170
3451
0
Yes
3
1
+ Addedapp-root-path@3.1.0(transitive)
+ Addedchalk@5.3.0(transitive)
+ Addedee-types@4.0.4(transitive)
- Removedglob@^7.1.2
- Removedansi-styles@3.2.1(transitive)
- Removedapp-root-path@2.2.1(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedchalk@2.4.2(transitive)
- Removedcolor-convert@1.9.3(transitive)
- Removedcolor-name@1.1.3(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedee-class@1.4.0(transitive)
- Removedee-types@2.2.1(transitive)
- Removedescape-string-regexp@1.0.5(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedwrappy@1.0.2(transitive)
Updatedapp-root-path@^3.1.0
Updatedchalk@^5.3.0
Updatedee-types@^4.0.2