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.0 to 0.6.1

12

lib-esm/client/index.d.ts

@@ -190,2 +190,14 @@ import { DeepReadOnlyObject, UnwrapArray, UnionToIntersection, Prettify } from '../util';

/**
* The AppSync exception category. Indicates the source of the error.
*/
readonly errorType: string;
/**
* Additional error metadata that can be surfaced via error handling resolver utils:
* * JS - https://docs.aws.amazon.com/appsync/latest/devguide/built-in-util-js.html#utility-helpers-in-error-js
* * VTL - https://docs.aws.amazon.com/appsync/latest/devguide/utility-helpers-in-util.html#utility-helpers-in-error
*/
readonly errorInfo: null | {
[key: string]: unknown;
};
/**
* If an error can be associated to a particular point in the requested

@@ -192,0 +204,0 @@ * GraphQL document, it should contain a list of locations.

2

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

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

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

/**
* The AppSync exception category. Indicates the source of the error.
*/
readonly errorType: string;
/**
* Additional error metadata that can be surfaced via error handling resolver utils:
* * JS - https://docs.aws.amazon.com/appsync/latest/devguide/built-in-util-js.html#utility-helpers-in-error-js
* * VTL - https://docs.aws.amazon.com/appsync/latest/devguide/utility-helpers-in-util.html#utility-helpers-in-error
*/
readonly errorInfo: null | { [key: string]: unknown };
/**
* If an error can be associated to a particular point in the requested

@@ -306,0 +316,0 @@ * GraphQL document, it should contain a list of locations.

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