dynamodb-geo
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
1217
159774
7
- Removed@types/es6-shim@^0.31.32
- Removed@types/node@>=4
- Removed@types/es6-shim@0.31.45(transitive)
- Removed@types/node@22.8.6(transitive)
- Removedundici-types@6.19.8(transitive)