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.104 to 1.0.105

2

package.json
{
"name": "orma",
"version": "1.0.104",
"version": "1.0.105",
"description": "A declarative relational syncronous orm",

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

@@ -16,3 +16,3 @@ import { OrmaSchema } from '../../introspector/introspector'

// should be returned as a result if the key is not a keyword and the value is not a subquery
[Key in keyof Query]?: Key extends Keyword
[Key in keyof Query]: Key extends Keyword
? never // keywords are not in the results

@@ -19,0 +19,0 @@ : Query[Key] extends { $from: GetAllEntities<Schema> } // if the value has a $from prop, it is always a subquery

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