Socket
Socket
Sign inDemoInstall

sequelize-es-decorator

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sequelize-es-decorator - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

methods/applySettings.js

6

index.js

@@ -8,2 +8,3 @@ const elasticsearch = require('elasticsearch');

const decorateIndex = require('./methods/index');
const decorateApplySettings = require('./methods/applySettings');

@@ -42,6 +43,2 @@ class Decorator {

});
} else if (this.indexSetting) {
this.client.indices.close({index: `${this.database}_${options.type}`})
.then(() => this.client.indices.putSettings({index: `${this.database}_${options.type}`, body: this.indexSetting}))
.then(() => this.client.indices.open({index: `${this.database}_${options.type}`}));
}

@@ -54,2 +51,3 @@ });

decorateIndex(model, this.client, this.database);
decorateApplySettings(model, this.client, this.database, this.indexSetting);

@@ -56,0 +54,0 @@ return model;

{
"name": "sequelize-es-decorator",
"version": "1.0.5",
"version": "1.0.6",
"description": "Decorator for Sequelize models that enables auto-indexing of data that goes through the model.",

@@ -5,0 +5,0 @@ "main": "index.js",

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