@algolia/requester-node-http
Advanced tools
Comparing version 5.2.4 to 5.2.5
{ | ||
"name": "@algolia/requester-node-http", | ||
"version": "5.2.4", | ||
"version": "5.2.5", | ||
"description": "Promise-based request library for node using the native http module.", | ||
@@ -12,5 +12,2 @@ "repository": { | ||
"type": "module", | ||
"main": "dist/requester-node-http.cjs", | ||
"module": "dist/requester-node-http.esm.node.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -21,11 +18,26 @@ "dist", | ||
], | ||
"exports": { | ||
".": { | ||
"types": { | ||
"import": "./dist/requester.http.d.ts", | ||
"module": "./dist/requester.http.d.ts", | ||
"require": "./dist/requester.http.d.cts" | ||
}, | ||
"import": "./dist/requester.http.js", | ||
"module": "./dist/requester.http.js", | ||
"require": "./dist/requester.http.cjs" | ||
}, | ||
"./src/*": "./src/*.ts" | ||
}, | ||
"scripts": { | ||
"build": "yarn clean && rollup --config", | ||
"build": "yarn clean && yarn tsup", | ||
"clean": "rm -rf ./dist || true", | ||
"test": "jest" | ||
"test": "jest", | ||
"test:bundle": "publint . && attw --pack ." | ||
}, | ||
"dependencies": { | ||
"@algolia/client-common": "5.2.4" | ||
"@algolia/client-common": "5.2.5" | ||
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "0.15.4", | ||
"@babel/preset-env": "7.25.4", | ||
@@ -37,3 +49,5 @@ "@babel/preset-typescript": "7.24.7", | ||
"nock": "13.5.5", | ||
"publint": "0.2.10", | ||
"ts-jest": "29.2.5", | ||
"tsup": "8.2.4", | ||
"typescript": "5.5.4" | ||
@@ -40,0 +54,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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances 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
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
33912
541
11
11
+ Added@algolia/client-common@5.2.5(transitive)
- Removed@algolia/client-common@5.2.4(transitive)
Updated@algolia/client-common@5.2.5