Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-amplify/data-schema

Package Overview
Dependencies
Maintainers
10
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.11.0 to 0.11.1

5

lib-esm/src/ModelField.d.ts

@@ -37,3 +37,4 @@ import { Authorization } from './Authorization';

};
type ModelFieldTypeParamInner = string | number | boolean | Date | null;
type ModelFieldTypeParamInner = string | number | boolean | Date | Json | null;
export type Json = null | string | number | boolean | object | any[];
export type ModelFieldTypeParamOuter = ModelFieldTypeParamInner | Array<ModelFieldTypeParamInner> | null;

@@ -138,3 +139,3 @@ /**

*/
export declare function json(): ModelField<Nullable<any>>;
export declare function json(): ModelField<Nullable<Json>>;
/**

@@ -141,0 +142,0 @@ * A phone number scalar type thas is stored as a string server-side. Phone numbers can contain either spaces

2

package.json
{
"name": "@aws-amplify/data-schema",
"version": "0.11.0",
"version": "0.11.1",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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