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.7.0 to 5.8.0

6

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

@@ -37,3 +37,3 @@ "repository": {

"dependencies": {
"@algolia/client-common": "5.7.0"
"@algolia/client-common": "5.8.0"
},

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

"typescript": "5.6.2",
"vitest": "2.1.1"
"vitest": "2.1.2"
},

@@ -50,0 +50,0 @@ "engines": {

import http from 'http';
import https from 'https';
import nock from 'nock';
import { Readable } from 'stream';
import { afterAll, beforeAll, describe, expect, test, vi } from 'vitest';
import type { EndRequest } from '@algolia/client-common';
import nock from 'nock';
import { vi, describe, test, beforeAll, afterAll, expect } from 'vitest';
import { createHttpRequester } from '../..';
import {
createTestServer,
getStringifiedBody,
headers,
timeoutRequest,
requestStub,
testQueryBaseUrl,
testQueryHeader,
testQueryBaseUrl,
getStringifiedBody,
createTestServer,
timeoutRequest,
} from '../../../../tests/utils';

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