Socket
Socket
Sign inDemoInstall

@algolia/client-search

Package Overview
Dependencies
Maintainers
3
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@algolia/client-search - npm Package Compare versions

Comparing version 5.2.4-beta.2 to 5.2.4-beta.3

dist/model/acl.cjs

21

package.json
{
"version": "5.2.4-beta.2",
"version": "5.2.4-beta.3",
"repository": {

@@ -10,2 +10,7 @@ "type": "git",

"author": "Algolia",
"scripts": {
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
"clean": "rm -rf ./dist || true",
"test:bundle": "publint . && attw --pack ."
},
"name": "@algolia/client-search",

@@ -32,3 +37,3 @@ "description": "JavaScript client for client-search",

},
"./src/*": "./src/*.ts"
"./src": "./src/*.ts"
},

@@ -43,13 +48,11 @@ "jsdelivr": "./dist/builds/browser.umd.js",

],
"scripts": {
"build": "yarn clean && yarn tsup && yarn rollup -c rollup.config.js",
"clean": "rm -rf ./dist || true"
},
"dependencies": {
"@algolia/client-common": "5.2.4-beta.2",
"@algolia/requester-browser-xhr": "5.2.4-beta.2",
"@algolia/requester-node-http": "5.2.4-beta.2"
"@algolia/client-common": "5.2.4-beta.3",
"@algolia/requester-browser-xhr": "5.2.4-beta.3",
"@algolia/requester-node-http": "5.2.4-beta.3"
},
"devDependencies": {
"@arethetypeswrong/cli": "0.15.4",
"@types/node": "22.5.1",
"publint": "0.2.10",
"rollup": "4.21.2",

@@ -56,0 +59,0 @@ "tsup": "8.2.4",

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