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.7.1 to 0.7.2

1

lib-esm/client/index.v3.d.ts
export declare const __modelMeta__: unique symbol;
export type ExtractModelMeta<T extends Record<any, any>> = T[typeof __modelMeta__];
export type ModelTypes<_T extends Record<any, any> = never, _Context extends string = 'CLIENT', _ModelMeta extends Record<any, any> = any> = any;
export type EnumTypes<_T extends Record<any, any> = never, _ModelMeta extends Record<any, any> = any> = any;
export type SelectionSet<_Model, _Path> = any;

@@ -5,0 +6,0 @@ /**

2

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

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

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

> = any;
export type EnumTypes<
_T extends Record<any, any> = never,
_ModelMeta extends Record<any, any> = any,
> = any;

@@ -16,0 +20,0 @@ export type SelectionSet<_Model, _Path> = any;

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