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.2.15 to 0.2.16

43

package.json

@@ -8,3 +8,3 @@ {

"license": "MIT",
"version": "0.2.15",
"version": "0.2.16",
"type": "module",

@@ -21,28 +21,28 @@ "svelte": "Search.svelte",

"dependencies": {
"algoliasearch": "^4.12.1"
"algoliasearch": "^4.14.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.28",
"@sveltejs/kit": "^1.0.0-next.281",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"dotenv": "^16.0.0",
"eslint": "^8.9.0",
"eslint-plugin-svelte3": "^3.4.0",
"@sveltejs/adapter-static": "^1.0.0-next.38",
"@sveltejs/kit": "^1.0.0-next.392",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"eslint-plugin-svelte3": "^4.0.0",
"hastscript": "^7.0.2",
"jsdom": "^19.0.0",
"mdsvex": "^0.10.5",
"prettier": "^2.5.1",
"prettier-plugin-svelte": "^2.6.0",
"jsdom": "^20.0.0",
"mdsvex": "^0.10.6",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"svelte": "^3.46.4",
"svelte-check": "^2.4.5",
"svelte": "^3.49.0",
"svelte-check": "^2.8.0",
"svelte-github-corner": "^0.1.0",
"svelte-preprocess": "^4.10.3",
"svelte-toc": "^0.2.6",
"svelte2tsx": "^0.5.5",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vitest": "^0.5.2"
"svelte-preprocess": "^4.10.7",
"svelte-toc": "^0.2.10",
"svelte2tsx": "^0.5.12",
"typescript": "^4.7.4",
"vite": "^3.0.2",
"vitest": "^0.19.0"
},

@@ -56,3 +56,2 @@ "publishConfig": {

"./SearchIcon.svelte": "./SearchIcon.svelte",
"./actions": "./actions.js",
".": "./index.js",

@@ -59,0 +58,0 @@ "./server-side": "./server-side.js"

@@ -9,3 +9,3 @@ <h1 align="center">

[![Tests](https://github.com/janosh/svelte-algolia/actions/workflows/test.yml/badge.svg)](https://github.com/janosh/svelte-algolia/actions/workflows/test.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/janosh/svelte-algolia/server-side.svg)](https://results.pre-commit.ci/latest/github/janosh/svelte-algolia/server-side)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/janosh/svelte-algolia/main.svg)](https://results.pre-commit.ci/latest/github/janosh/svelte-algolia/main)
[![NPM version](https://img.shields.io/npm/v/svelte-algolia?color=blue&logo=NPM)](https://npmjs.com/package/svelte-algolia)

@@ -12,0 +12,0 @@ [![Netlify Status](https://api.netlify.com/api/v1/badges/496f6094-b6b2-4929-ab16-ba2fdc61d57e/deploy-status)](https://app.netlify.com/sites/svelte-algolia/deploys)

@@ -17,2 +17,5 @@ import { SvelteComponentTyped } from "svelte";

events: {
focus: FocusEvent;
blur: FocusEvent;
} & {
[evt: string]: CustomEvent<any>;

@@ -19,0 +22,0 @@ };

Sorry, the diff of this file is not supported yet

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