Socket
Socket
Sign inDemoInstall

svelte-algolia

Package Overview
Dependencies
0
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

4

package.json

@@ -11,5 +11,7 @@ {

"license": "MIT",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"svelte": "src/Search.svelte",
"module": "src/main.js",
"main": "src/main.js",
"scripts": {

@@ -16,0 +18,0 @@ "test": "ava --node-arguments='--experimental-json-modules' --timeout=2m",

@@ -1,3 +0,1 @@

<div class="hide-in-demo">
<p align="center">

@@ -17,3 +15,3 @@ <img src="site/static/banner.svg" alt="Svelte Algolia" height=150>

</div>
<!-- remove above in docs -->

@@ -183,2 +181,2 @@ ## Usage

Note the `sed` command that changes the index name in [`site/svelte.config.js`](site/svelte.config.js) from `'Pokedex'` to `'Pokedex Clone'` so you don't accidentally mess up the search index for this demo site while developing.
Note the `sed` command that changes the index name in `site/svelte.config.js` from `'Pokedex'` to `'Pokedex Clone'` so you don't accidentally mess up the search index for this demo site while developing.
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc