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.3.5 to 0.3.6

2

dist/src/types/Class.type.d.ts

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

export type ClassType<T> = new (...args: unknown[]) => T;
export type ClassType<T> = new (...args: any[]) => T;
{
"name": "elastic-orm",
"version": "0.3.5",
"version": "0.3.6",
"description": "Elasticsearch object relational mapper.",

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

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