Socket
Socket
Sign inDemoInstall

@aws-amplify/data-schema-types

Package Overview
Dependencies
Maintainers
10
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/data-schema-types - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

2

lib-esm/client/index.d.ts

@@ -258,3 +258,3 @@ import { DeepReadOnlyObject, UnwrapArray, UnionToIntersection, Prettify } from '../util';

headers?: CustomHeaders;
}) => IsArray extends true ? ListReturnValue<Prettify<Model>> : SingularReturnValue<Prettify<Model>>;
}) => IsArray extends true ? ListReturnValue<Prettify<NonNullable<Model>>> : SingularReturnValue<Prettify<Model>>;
export type AuthMode = 'apiKey' | 'iam' | 'oidc' | 'userPool' | 'lambda' | 'none';

@@ -261,0 +261,0 @@ type LogicalFilters<Model extends Record<any, any>> = {

{
"name": "@aws-amplify/data-schema-types",
"version": "0.6.3",
"version": "0.6.4",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "main": "./lib-esm/index.d.ts",

@@ -381,3 +381,3 @@ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

) => IsArray extends true
? ListReturnValue<Prettify<Model>>
? ListReturnValue<Prettify<NonNullable<Model>>>
: SingularReturnValue<Prettify<Model>>;

@@ -384,0 +384,0 @@

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