Socket
Socket
Sign inDemoInstall

@algolia/requester-node-http

Package Overview
Dependencies
Maintainers
3
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/requester-node-http - npm Package Compare versions

Comparing version 5.2.4 to 5.2.5

dist/requester.http.cjs

28

package.json
{
"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 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc