Socket
Socket
Sign inDemoInstall

@aws/dynamodb-data-mapper-annotations

Package Overview
Dependencies
45
Maintainers
12
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0 to 0.4.1

0

build/annotationShapes.d.ts

@@ -0,0 +0,0 @@ import { ZeroArgumentsConstructor } from '@aws/dynamodb-data-marshaller';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=annotationShapes.js.map

@@ -0,0 +0,0 @@ import 'reflect-metadata';

@@ -0,0 +0,0 @@ "use strict";

import { PropertyAnnotation } from './annotationShapes';
import { StringType } from '@aws/dynamodb-data-marshaller';
export declare function autoGeneratedHashKey(parameters?: Partial<StringType>): PropertyAnnotation;

@@ -0,0 +0,0 @@ "use strict";

export declare const METADATA_TYPE_KEY = "design:type";

@@ -0,0 +0,0 @@ "use strict";

import { PropertyAnnotation } from './annotationShapes';
import { BinaryType, CustomType, DateType, NumberType, StringType } from '@aws/dynamodb-data-marshaller';
export declare function hashKey(parameters?: Partial<BinaryType | CustomType<any> | DateType | NumberType | StringType>): PropertyAnnotation;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './attribute';

@@ -0,0 +0,0 @@ "use strict";

import { PropertyAnnotation } from './annotationShapes';
import { BinaryType, CustomType, DateType, NumberType, StringType } from '@aws/dynamodb-data-marshaller';
export declare function rangeKey(parameters?: Partial<BinaryType | CustomType<any> | DateType | NumberType | StringType>): PropertyAnnotation;

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ClassAnnotation } from './annotationShapes';

@@ -0,0 +0,0 @@ "use strict";

import { PropertyAnnotation } from './annotationShapes';
import { NumberType } from '@aws/dynamodb-data-marshaller';
export declare function versionAttribute(parameters?: Partial<NumberType>): PropertyAnnotation;

@@ -0,0 +0,0 @@ "use strict";

12

package.json
{
"name": "@aws/dynamodb-data-mapper-annotations",
"version": "0.4.0",
"version": "0.4.1",
"description": "Annotations providing easy integration between TypeScript domain objects and the @aws/dynamodb-data-mapper library",

@@ -38,9 +38,9 @@ "keywords": [

"jest": "^21",
"typedoc": "^0.9.0",
"typescript": "^2.6"
"typedoc": "^0.11.0",
"typescript": "^2.7"
},
"dependencies": {
"@aws/dynamodb-auto-marshaller": "^0.4.0",
"@aws/dynamodb-data-mapper": "^0.4.0",
"@aws/dynamodb-data-marshaller": "^0.4.0",
"@aws/dynamodb-auto-marshaller": "^0.4.1",
"@aws/dynamodb-data-mapper": "^0.4.1",
"@aws/dynamodb-data-marshaller": "^0.4.1",
"reflect-metadata": "^0.1.10",

@@ -47,0 +47,0 @@ "tslib": "^1.8.1",

@@ -0,0 +0,0 @@ # Amazon DynamoDB DataMapper Annotations

@@ -5,3 +5,2 @@ {

"lib": [
"dom",
"es5",

@@ -8,0 +7,0 @@ "es2015.iterable",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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