New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rads-db

Package Overview
Dependencies
Maintainers
0
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rads-db - npm Package Compare versions

Comparing version 3.0.74 to 3.0.75

6

dist/index.d.ts

@@ -45,3 +45,4 @@ import { EntityMeta, RadsDb } from '_rads-db';

type VerifyManyArgsAny = VerifyManyArgs<any>;
type GetArgsInclude<EN extends keyof EntityMeta, R extends keyof EntityMeta[EN]['relations'] = keyof EntityMeta[EN]['relations']> = [R] extends [never] ? {
type RelationsAndNestedObjects<EN extends keyof EntityMeta> = EntityMeta[EN]['relations'] & EntityMeta[EN]['nestedObjects'];
type GetArgsInclude<EN extends keyof EntityMeta, R extends keyof RelationsAndNestedObjects<EN> = keyof RelationsAndNestedObjects<EN>> = [R] extends [never] ? {
_pick?: EntityMeta[EN]['primitives'][];

@@ -51,3 +52,3 @@ } : {

} & {
[K in R]?: GetArgsInclude<EntityMeta[EN]['relations'][K]['entityName']>;
[K in R]?: GetArgsInclude<RelationsAndNestedObjects<EN>[K]['entityName']>;
};

@@ -255,2 +256,3 @@ type GetAggResponse<EN extends keyof EntityMeta, A extends GetAggArgs<EN>> = {

keepHistoryFields?: string[];
sourceFile?: string;
}

@@ -257,0 +259,0 @@ interface FileUploadResult {

{
"name": "rads-db",
"version": "3.0.74",
"version": "3.0.75",
"packageManager": "pnpm@8.6.1",

@@ -5,0 +5,0 @@ "description": "Say goodbye to boilerplate code and hello to efficient and elegant syntax.",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc