Socket
Socket
Sign inDemoInstall

@aws-amplify/data-schema-types

Package Overview
Dependencies
2
Maintainers
0
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

1

dist/esm/builder/index.d.ts
export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -95,2 +95,1 @@ /**

export {};
//# sourceMappingURL=types.d.ts.map

@@ -548,2 +548,1 @@ import type { DeepReadOnlyObject, UnwrapArray, UnionToIntersection, Prettify, Equal } from '../util';

};
//# sourceMappingURL=index.d.ts.map

@@ -16,2 +16,1 @@ import { ExtractModelMeta } from './symbol';

export type ModelSortDirection = 'ASC' | 'DESC';
//# sourceMappingURL=index.v3.d.ts.map
export declare const __modelMeta__: unique symbol;
export type ExtractModelMeta<T extends Record<any, any>> = T[typeof __modelMeta__];
//# sourceMappingURL=symbol.d.ts.map
export * from './builder';
export * from './client';
export * from './util';
//# sourceMappingURL=index.d.ts.map
export * from './builder/types';
export * from './client/index.v3';
export * from './util';
//# sourceMappingURL=index.v3.d.ts.map

@@ -56,2 +56,1 @@ /**

} : T;
//# sourceMappingURL=util.d.ts.map

2

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

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc