Socket
Socket
Sign inDemoInstall

@algolia/requester-browser-xhr

Package Overview
Dependencies
Maintainers
3
Versions
230
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/requester-browser-xhr - npm Package Compare versions

Comparing version 5.7.0 to 5.8.0

6

package.json
{
"name": "@algolia/requester-browser-xhr",
"version": "5.7.0",
"version": "5.8.0",
"description": "Promise-based request library for browser using xhr.",

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

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

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

"typescript": "5.6.2",
"vitest": "2.1.1",
"vitest": "2.1.2",
"xhr-mock": "2.5.1"

@@ -47,0 +47,0 @@ },

import type http from 'http';
import type { EndRequest } from '@algolia/client-common';
import { describe, test, beforeAll, afterAll, beforeEach, afterEach, expect } from 'vitest';
import { afterAll, afterEach, beforeAll, beforeEach, describe, expect, test } from 'vitest';
import type { MockRequest, MockResponse } from 'xhr-mock';
import mock from 'xhr-mock';
import type { EndRequest } from '@algolia/client-common';
import { createXhrRequester } from '../..';
import {
BASE_URL,
createTestServer,
getStringifiedBody,
headers,
requestStub,
timeoutRequest,
requestStub,
getStringifiedBody,
createTestServer,
} from '../../../../tests/utils';

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