Socket
Socket
Sign inDemoInstall

sequelize-es-decorator

Package Overview
Dependencies
23
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

2

index.js

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

const elasticsearch = require('elasticsearch');
const elasticsearch = require('@elastic/elasticsearch');
const {typeCheck} = require('type-check');

@@ -3,0 +3,0 @@ const {types} = require('./config/constants');

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

@@ -22,2 +22,3 @@ "main": "index.js",

"dependencies": {
"@elastic/elasticsearch": "^7.5.0",
"elasticsearch": "^14.1.0",

@@ -24,0 +25,0 @@ "type-check": "^0.3.2"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc