@algolia/logger-console
Advanced tools
Comparing version 4.24.0 to 5.6.0
{ | ||
"name": "@algolia/logger-console", | ||
"version": "4.24.0", | ||
"private": false, | ||
"version": "5.6.0", | ||
"description": "Promise-based log library using console log.", | ||
@@ -11,13 +10,44 @@ "repository": { | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"main": "index.js", | ||
"module": "dist/logger-console.esm.js", | ||
"types": "dist/logger-console.d.ts", | ||
"author": "Algolia", | ||
"type": "module", | ||
"files": [ | ||
"index.js", | ||
"dist" | ||
"dist", | ||
"src", | ||
"index.ts" | ||
], | ||
"exports": { | ||
".": { | ||
"types": { | ||
"import": "./dist/logger.d.ts", | ||
"module": "./dist/logger.d.ts", | ||
"require": "./dist/logger.d.cts" | ||
}, | ||
"import": "./dist/logger.js", | ||
"module": "./dist/logger.js", | ||
"require": "./dist/logger.cjs" | ||
}, | ||
"./src/*": "./src/*.ts" | ||
}, | ||
"scripts": { | ||
"build": "yarn clean && yarn tsup", | ||
"clean": "rm -rf ./dist || true", | ||
"test": "vitest --run", | ||
"test:bundle": "publint . && attw --pack ." | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "0.16.4", | ||
"@types/node": "22.5.5", | ||
"jsdom": "25.0.0", | ||
"publint": "0.2.11", | ||
"ts-node": "10.9.2", | ||
"tsup": "8.3.0", | ||
"typescript": "5.6.2", | ||
"vitest": "2.1.1" | ||
}, | ||
"dependencies": { | ||
"@algolia/logger-common": "4.24.0" | ||
"@algolia/client-common": "5.6.0" | ||
}, | ||
"engines": { | ||
"node": ">= 14.0.0" | ||
} | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
8878
10
141
1
Yes
8
1
0
+ Added@algolia/client-common@5.6.0
+ Added@algolia/client-common@5.6.0(transitive)
- Removed@algolia/logger-common@4.24.0
- Removed@algolia/logger-common@4.24.0(transitive)