Socket
Socket
Sign inDemoInstall

@algolia/client-common

Package Overview
Dependencies
0
Maintainers
3
Versions
183
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-alpha.109 to 5.0.0-alpha.110

2

dist/client-common.esm.node.js

@@ -314,3 +314,3 @@ function createAuth(appId, apiKey, authMode = 'WithinHeaders') {

var i = _toPrimitive(t, "string");
return "symbol" == typeof i ? i : String(i);
return "symbol" == typeof i ? i : i + "";
}

@@ -317,0 +317,0 @@ function _defineProperty(obj, key, value) {

{
"name": "@algolia/client-common",
"version": "5.0.0-alpha.109",
"version": "5.0.0-alpha.110",
"description": "Common package for the Algolia JavaScript API client.",

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

"devDependencies": {
"@babel/preset-env": "7.24.0",
"@babel/preset-typescript": "7.23.3",
"@babel/preset-env": "7.24.3",
"@babel/preset-typescript": "7.24.1",
"@types/jest": "29.5.12",
"@types/node": "20.11.28",
"@types/node": "20.11.30",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.2",
"typescript": "5.4.2"
"typescript": "5.4.3"
},

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc