Socket
Socket
Sign inDemoInstall

@algolia/requester-browser-xhr

Package Overview
Dependencies
Maintainers
3
Versions
218
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.2.4 to 5.2.5

dist/requester.xhr.d.ts

24

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

@@ -12,5 +12,11 @@ "repository": {

"type": "module",
"main": "dist/requester-browser-xhr.cjs",
"module": "dist/requester-browser-xhr.esm.node.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/requester.xhr.d.ts",
"import": "./dist/requester.xhr.js",
"module": "./dist/requester.xhr.js",
"default": "./dist/requester.xhr.js"
},
"./src/*": "./src/*.ts"
},
"files": [

@@ -22,10 +28,12 @@ "dist",

"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 . --ignore-rules cjs-resolves-to-esm"
},
"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 +45,5 @@ "@babel/preset-typescript": "7.24.7",

"jest-environment-jsdom": "29.7.0",
"publint": "0.2.10",
"ts-jest": "29.2.5",
"tsup": "8.2.4",
"typescript": "5.5.4",

@@ -40,0 +50,0 @@ "xhr-mock": "2.5.1"

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