Socket
Socket
Sign inDemoInstall

@orion-js/models

Package Overview
Dependencies
19
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.9 to 3.3.10

4

lib/types/index.d.ts

@@ -48,4 +48,4 @@ import { GlobalResolverResolve, ModelResolver, ModelResolverResolve, Resolver } from '@orion-js/resolvers';

name: string;
omitFields?: Array<string>;
pickFields?: Array<string>;
omitFields?: readonly string[];
pickFields?: readonly string[];
mapFields?: (field: any, key: string) => any;

@@ -52,0 +52,0 @@ extendSchema?: Schema;

{
"name": "@orion-js/models",
"version": "3.3.9",
"version": "3.3.10",
"main": "lib/index.js",

@@ -39,3 +39,3 @@ "types": "lib/index.d.ts",

},
"gitHead": "c9591d61fe15eb98c6b6d5c3773afab11c412e42"
"gitHead": "ab22792ea37e41f4954a481c5939dc37fa2fff96"
}
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