Socket
Socket
Sign inDemoInstall

svelte-algolia

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-algolia - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json
{
"name": "svelte-algolia",
"version": "0.1.5",
"version": "0.1.6",
"description": "Algolia plugin for Svelte",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -48,9 +48,6 @@ /* eslint-disable no-console */

// if user specified any settings, apply them
if (settings && (await index.exists())) await index.setSettings(settings)
// if the index doesn't exist yet, applying settings (even if empty) will create it
// see https://algolia.com/doc/api-client/methods/manage-indices#create-an-index
else if (!(await index.exists())) {
const { taskID } = await index.setSettings(settings)
await index.waitTask(taskID)
}
const { taskID } = await index.setSettings(settings)
await index.waitTask(taskID)

@@ -57,0 +54,0 @@ if (partialUpdates) {

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