Socket
Socket
Sign inDemoInstall

@algolia/requester-node-http

Package Overview
Dependencies
Maintainers
3
Versions
229
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-alpha.89 to 5.0.0-alpha.90

12

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

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

"dependencies": {
"@algolia/client-common": "5.0.0-alpha.89"
"@algolia/client-common": "5.0.0-alpha.90"
},
"devDependencies": {
"@types/jest": "29.5.5",
"@types/node": "18.18.5",
"@babel/preset-env": "7.23.2",
"@babel/preset-typescript": "7.23.2",
"@types/jest": "29.5.7",
"@types/node": "20.8.10",
"jest": "29.7.0",
"nock": "13.3.4",
"nock": "13.3.8",
"ts-jest": "29.1.1",

@@ -32,0 +34,0 @@ "typescript": "5.2.2"

@@ -154,4 +154,4 @@ import http from 'http';

function* generate() {
yield data.slice(0, 3);
yield data.slice(3);
yield data.subarray(0, 3);
yield data.subarray(3);
}

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

connectTimeout: 1000,
url: 'http://www.google.com:81',
url: 'http://localhost:1111/connection_timeout',
});

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

connectTimeout: 2000,
url: 'http://www.google.com:81',
url: 'http://localhost:1111/connection_timeout',
});

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