Socket
Socket
Sign inDemoInstall

meilisearch

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meilisearch - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

2

CONTRIBUTING.md

@@ -45,3 +45,3 @@ # Contributing

$ docker pull getmeili/meilisearch:latest # Fetch the latest version of MeiliSearch image from Docker Hub
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics
$ docker run -p 7700:7700 getmeili/meilisearch:latest ./meilisearch --master-key=masterKey --no-analytics=true
$ yarn test

@@ -48,0 +48,0 @@ # Linter

@@ -1,2 +0,2 @@

// Type definitions for meilisearch 0.16.0
// Type definitions for meilisearch 0.16.1
// Project: https://github.com/meilisearch/meilisearch-js

@@ -89,2 +89,3 @@ // Definitions by: cvermand <charlotte@meilisearch.com> <https://github.com/meilisearch>

nbHits: number;
exhaustiveNbHits: boolean;
}

@@ -91,0 +92,0 @@ export interface FieldsDistribution {

{
"name": "meilisearch",
"version": "0.16.0",
"version": "0.16.1",
"description": "The MeiliSearch JS client for Node.js and the browser.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -108,2 +108,3 @@ // Type definitions for meilisearch

nbHits: number
exhaustiveNbHits: boolean
}

@@ -110,0 +111,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