Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

orma

Package Overview
Dependencies
Maintainers
2
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orma - npm Package Compare versions

Comparing version 1.0.66 to 1.0.67

2

build/types/query/query_types.d.ts

@@ -18,3 +18,3 @@ import { Pluck } from '../helper_types';

};
export declare type VirtualField<Schema extends OrmaSchema, Entity extends GetAllEntities<Schema>> = Subquery<Schema, Pluck<GetAllEdges<Schema, Entity>, 'to_entity'>, false> | QueryField<Schema, Entity> | Entity | number | GroupBy<Schema, Entity> | OrderBy<Schema, Entity>;
export declare type VirtualField<Schema extends OrmaSchema, Entity extends GetAllEntities<Schema>> = Subquery<Schema, Pluck<GetAllEdges<Schema, Entity>, 'to_entity'>, false> | QueryField<Schema, Entity> | Entity | number | GroupBy<Schema, Entity> | OrderBy<Schema, Entity> | any[];
export declare type FromObj<Schema extends OrmaSchema, Entity extends GetAllEntities<Schema>, RequireFrom extends boolean> = RequireFrom extends true ? {

@@ -21,0 +21,0 @@ $from: Entity;

@@ -187,1 +187,12 @@ "use strict";

}
{
// handles where clause
const good = {
products: {
id: true,
$where: {
$eq: ['id', { $escape: true }]
}
}
};
}
{
"name": "orma",
"version": "1.0.66",
"version": "1.0.67",
"description": "A declarative relational syncronous orm",

@@ -5,0 +5,0 @@ "main": "build/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