Socket
Socket
Sign inDemoInstall

@aws-amplify/data-schema-types

Package Overview
Dependencies
47
Maintainers
9
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.0 to 0.10.0

2

dist/esm/client/index.d.ts

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

export type SingularReturnValue<T> = Promise<{
data: T;
data: T | null;
errors?: GraphQLFormattedError[];

@@ -238,0 +238,0 @@ extensions?: {

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

@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js",

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

export type SingularReturnValue<T> = Promise<{
data: T;
data: T | null;
errors?: GraphQLFormattedError[];

@@ -355,0 +355,0 @@ extensions?: {

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc