New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

strapi-plugin-elastic

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

strapi-plugin-elastic - npm Package Compare versions

Comparing version 1.3.1 to 1.3.3

6

admin/src/containers/DataView/index.js

@@ -61,3 +61,3 @@ import React, { memo, useMemo, useState } from 'react';

setIsMigrating(true);
request(`/strapi-plugin-elastic/migrate-model`, {
request(`/elastic/migrate-model`, {
method: 'POST',

@@ -78,3 +78,3 @@ body: { model },

setIsDeleting(true);
request(`/strapi-plugin-elastic/delete-index`, {
request(`/elastic/delete-index`, {
method: 'POST',

@@ -99,3 +99,3 @@ body: { model },

setIsCreating(true);
request(`/strapi-plugin-elastic/create-index`, {
request(`/elastic/create-index`, {
method: 'POST',

@@ -102,0 +102,0 @@ body: { model },

@@ -51,3 +51,3 @@ /*

request(
`/strapi-plugin-elastic/model?index=${activeModel.index}&_start=${page}&_limit=${limit}`,
`/elastic/model?index=${activeModel.index}&_start=${page}&_limit=${limit}`,
{

@@ -70,3 +70,3 @@ method: 'GET',

// fetch all models
request(`/strapi-plugin-elastic/models`, {
request(`/elastic/models`, {
method: 'GET',

@@ -73,0 +73,0 @@ }).then((res) => {

{
"name": "strapi-plugin-elastic",
"version": "1.3.1",
"version": "1.3.3",
"description": "this package help you easily send your data to elasticsearch.",

@@ -5,0 +5,0 @@ "strapi": {

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