Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

meilisearch

Package Overview
Dependencies
Maintainers
1
Versions
94
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.8.1 to 0.8.7

2

package.json
{
"name": "meilisearch",
"version": "0.8.1",
"version": "0.8.7",
"description": "The MeiliSearch JS client for Node.js and the browser.",

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

# MeiliSearch Javascript Client
[![NPM version](https://img.shields.io/npm/v/@meilisearch/meili-api.svg)](https://www.npmjs.com/package/@meilisearch/meili-api)
[![NPM version](https://img.shields.io/npm/v/meilisearch.svg)](https://www.npmjs.com/package/meilisearch)
[![Standard Version](https://img.shields.io/badge/release-standard%20version-brightgreen.svg)](https://github.com/conventional-changelog/standard-version)

@@ -17,7 +17,7 @@ [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

```sh
npm install @meilisearch/meili-api
npm install meilisearch
```
```sh
yarn add @meilisearch/meili-api
yarn add meilisearch
```

@@ -42,3 +42,3 @@

```js
const Meili = require('@meilisearch/meili-api')
const Meili = require('meilisearch')

@@ -45,0 +45,0 @@ // Credentials of your MeiliSearch Instance

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