Socket
Socket
Sign inDemoInstall

elastic-orm

Package Overview
Dependencies
14
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.7.0

2

dist/src/repository/EsRepository.d.ts

@@ -39,5 +39,5 @@ import { EsRepositoryInterface, EsMiddlewareTypes, EsMiddlewareFunction } from './EsRepository.interface';

getEntity(): ClassType<Entity>;
private getIndex;
getIndex(entity: Entity | ClassType<Entity>, query?: EsQuery): string;
private getRefreshOption;
private makeBulkRequest;
}

@@ -31,2 +31,3 @@ import { EsIndexInterface } from '../types/EsIndex.interface';

getEntity(): ClassType<Entity>;
getIndex(entity: Entity | ClassType<Entity>, query?: EsQuery): string;
}
{
"name": "elastic-orm",
"version": "0.6.1",
"version": "0.7.0",
"description": "Elasticsearch object relational mapper.",

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

@@ -12,11 +12,5 @@ # ElasticORM

---
**NOTE**
This is the very early release of this library. New features will be added soon.
---
## Installation
```shell
Install [package](https://www.npmjs.com/package/elastic-orm) from npm.
```bash
npm i elastic-orm @elastic/elasticsearch

@@ -23,0 +17,0 @@ ```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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