Socket
Socket
Sign inDemoInstall

@aws/dynamodb-data-marshaller

Package Overview
Dependencies
Maintainers
12
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/dynamodb-data-marshaller - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

build/marshallExpression.d.ts

1

build/index.d.ts

@@ -6,2 +6,3 @@ export * from './InvalidSchemaError';

export * from './keysFromSchema';
export * from './marshallExpression';
export * from './marshallItem';

@@ -8,0 +9,0 @@ export * from './marshallKey';

@@ -8,2 +8,3 @@ "use strict";

tslib_1.__exportStar(require("./keysFromSchema"), exports);
tslib_1.__exportStar(require("./marshallExpression"), exports);
tslib_1.__exportStar(require("./marshallItem"), exports);

@@ -10,0 +11,0 @@ tslib_1.__exportStar(require("./marshallKey"), exports);

@@ -0,0 +0,0 @@ import { SchemaType } from "./SchemaType";

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

@@ -0,0 +0,0 @@ /**

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

import { SchemaType } from './SchemaType';
export declare function isKey(fieldSchema: SchemaType, indexName?: string): boolean;

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

@@ -0,0 +0,0 @@ import { KeyType } from './SchemaType';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=KeySchema.js.map
import { KeySchema } from './KeySchema';
import { Schema } from './Schema';
export declare function keysFromSchema(schema: Schema): KeySchema;

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

6

build/marshallItem.d.ts

@@ -1,4 +0,4 @@

import { Schema } from "./Schema";
import { SchemaType } from "./SchemaType";
import { AttributeMap, AttributeValue } from "aws-sdk/clients/dynamodb";
import { Schema } from './Schema';
import { SchemaType } from './SchemaType';
import { AttributeMap, AttributeValue } from 'aws-sdk/clients/dynamodb';
/**

@@ -5,0 +5,0 @@ * Converts a JavaScript object into a DynamoDB Item.

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

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

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

@@ -0,0 +0,0 @@ import { SchemaType } from "./SchemaType";

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

@@ -0,0 +0,0 @@ import { ScalarAttributeType } from './KeySchema';

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

@@ -0,0 +0,0 @@ import { AttributePath } from '@aws/dynamodb-expressions';

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

@@ -0,0 +0,0 @@ import { Schema } from "./Schema";

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

{
"name": "@aws/dynamodb-data-marshaller",
"version": "0.4.1",
"version": "0.5.0",
"description": "A schema-based data marshaller for Amazon DynamoDB",

@@ -31,6 +31,6 @@ "keywords": [

"devDependencies": {
"@types/jest": "^21",
"@types/jest": "^22",
"@types/node": "^8.0.4",
"aws-sdk": "^2.7.0",
"jest": "^21",
"jest": "^22",
"typedoc": "^0.11.0",

@@ -40,4 +40,4 @@ "typescript": "^2.7"

"dependencies": {
"@aws/dynamodb-auto-marshaller": "^0.4.1",
"@aws/dynamodb-expressions": "^0.4.1",
"@aws/dynamodb-auto-marshaller": "^0.5.0",
"@aws/dynamodb-expressions": "^0.5.0",
"tslib": "^1.8.1",

@@ -44,0 +44,0 @@ "utf8-bytes": "^0.0.1"

@@ -0,0 +0,0 @@ # Amazon DynamoDB Data Marshaller

@@ -15,2 +15,3 @@ {

"strict": true,
"noUnusedLocals": true,
"declaration": true,

@@ -17,0 +18,0 @@ "sourceMap": true,

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc