Socket
Socket
Sign inDemoInstall

@algolia/requester-node-http

Package Overview
Dependencies
Maintainers
0
Versions
225
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.0.0-beta.4 to 5.0.0-beta.5

6

package.json
{
"name": "@algolia/requester-node-http",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"description": "Promise-based request library for node using the native http module.",

@@ -23,3 +23,3 @@ "repository": "algolia/algoliasearch-client-javascript",

"dependencies": {
"@algolia/client-common": "5.0.0-beta.4"
"@algolia/client-common": "5.0.0-beta.5"
},

@@ -33,3 +33,3 @@ "devDependencies": {

"nock": "13.5.4",
"ts-jest": "29.1.4",
"ts-jest": "29.1.5",
"typescript": "5.4.5"

@@ -36,0 +36,0 @@ },

@@ -177,3 +177,3 @@ import http from 'http';

server.listen('1111');
server.listen('1112');
});

@@ -190,3 +190,3 @@

connectTimeout: 1000,
url: 'http://localhost:1111/connection_timeout',
url: 'http://localhost:1112/connection_timeout',
});

@@ -206,3 +206,3 @@

connectTimeout: 2000,
url: 'http://localhost:1111/connection_timeout',
url: 'http://localhost:1112/connection_timeout',
});

@@ -223,3 +223,3 @@

responseTimeout: 2000,
url: 'http://localhost:1111',
url: 'http://localhost:1112',
});

@@ -239,3 +239,3 @@

responseTimeout: 3000,
url: 'http://localhost:1111',
url: 'http://localhost:1112',
});

@@ -254,3 +254,3 @@

...requestStub,
url: 'http://localhost:1111',
url: 'http://localhost:1112',
responseTimeout: 6000,

@@ -257,0 +257,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