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

dynamodb-geo

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-geo - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

4

dist/dynamodb/DynamoDBManager.js

@@ -0,1 +1,2 @@

"use strict";
/*

@@ -15,3 +16,2 @@ * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.

*/
"use strict";
var __assign = (this && this.__assign) || Object.assign || function(t) {

@@ -63,3 +63,3 @@ for (var s, i = 1, n = arguments.length; i < n; i++) {

IndexName: _this.config.geohashIndexName,
ConsistentRead: true,
ConsistentRead: _this.config.consistentRead,
ReturnConsumedCapacity: "TOTAL",

@@ -66,0 +66,0 @@ ExclusiveStartKey: lastEvaluatedKey

@@ -0,1 +1,2 @@

"use strict";
/*

@@ -15,3 +16,2 @@ * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.

*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -18,0 +18,0 @@ var DynamoDBManager_1 = require("./dynamodb/DynamoDBManager");

@@ -6,2 +6,3 @@ import { DynamoDB } from "aws-sdk";

tableName: string;
consistentRead: true;
hashKeyAttributeName: string;

@@ -8,0 +9,0 @@ rangeKeyAttributeName: string;

@@ -0,1 +1,2 @@

"use strict";
/*

@@ -15,3 +16,2 @@ * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.

*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -18,0 +18,0 @@ var nodes2ts_1 = require("nodes2ts");

@@ -0,1 +1,2 @@

"use strict";
/*

@@ -15,3 +16,2 @@ * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.

*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -18,0 +18,0 @@ var nodes2ts_1 = require("nodes2ts");

@@ -0,1 +1,2 @@

"use strict";
/*

@@ -15,3 +16,2 @@ * Copyright 2010-2013 Amazon.com, Inc. or its affiliates. All Rights Reserved.

*/
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

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

{
"name": "dynamodb-geo",
"version": "0.2.1",
"version": "0.2.2",
"description": "A javascript port of awslabs/dynamodb-geo, for dynamodb geospatial querying",

@@ -18,5 +18,3 @@ "scripts": {

"@types/decimal.js": "^0.0.29",
"@types/es6-shim": "^0.31.32",
"@types/long": ">=3",
"@types/node": ">=4",
"aws-sdk": "^2.27.0",

@@ -28,2 +26,3 @@ "nodes2ts": "^1.1.9"

"@types/mocha": "^2.2.41",
"@types/node": "^7.0.22",
"chai": "^3.5.0",

@@ -30,0 +29,0 @@ "mocha": "^3.3.0",

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