@algolia/requester-browser-xhr
Advanced tools
Comparing version 5.15.0 to 5.16.0
{ | ||
"name": "@algolia/requester-browser-xhr", | ||
"version": "5.15.0", | ||
"version": "5.16.0", | ||
"description": "Promise-based request library for browser using xhr.", | ||
@@ -9,2 +9,3 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/algolia/algoliasearch-client-javascript#readme", | ||
"license": "MIT", | ||
@@ -31,16 +32,16 @@ "author": "Algolia", | ||
"clean": "rm -rf ./dist || true", | ||
"test": "vitest --run", | ||
"test": "tsc --noEmit && vitest --run", | ||
"test:bundle": "publint . && attw --pack . --ignore-rules cjs-resolves-to-esm" | ||
}, | ||
"dependencies": { | ||
"@algolia/client-common": "5.15.0" | ||
"@algolia/client-common": "5.16.0" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "0.17.0", | ||
"@types/node": "22.9.0", | ||
"@arethetypeswrong/cli": "0.17.1", | ||
"@types/node": "22.10.1", | ||
"jsdom": "25.0.1", | ||
"publint": "0.2.12", | ||
"tsup": "8.3.5", | ||
"typescript": "5.6.3", | ||
"vitest": "2.1.5", | ||
"typescript": "5.7.2", | ||
"vitest": "2.1.8", | ||
"xhr-mock": "2.5.1" | ||
@@ -47,0 +48,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
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 website
QualityPackage does not have a website.
Found 1 instance in 1 package
5493
0
+ Added@algolia/client-common@5.16.0(transitive)
- Removed@algolia/client-common@5.15.0(transitive)