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.6 to 0.6.7

2

lib-esm/client/index.d.ts

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

authMode?: AuthMode;
authToken?: string;
headers?: CustomHeaders;

@@ -372,2 +373,3 @@ }): ObservedReturnValue<ReturnValue<Model, FlatModel, SelectionSet>>;

selectionSet?: SelectionSet;
authMode?: AuthMode;
authToken?: string;

@@ -374,0 +376,0 @@ headers?: CustomHeaders;

2

package.json
{
"name": "@aws-amplify/data-schema-types",
"version": "0.6.6",
"version": "0.6.7",
"license": "Apache-2.0",

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

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

authMode?: AuthMode;
authToken?: string;
headers?: CustomHeaders;

@@ -559,2 +560,3 @@ }): ObservedReturnValue<ReturnValue<Model, FlatModel, SelectionSet>>;

selectionSet?: SelectionSet;
authMode?: AuthMode;
authToken?: string;

@@ -561,0 +563,0 @@ headers?: CustomHeaders;

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