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

dynamodb-raw

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-raw - npm Package Compare versions

Comparing version 1.1.8 to 1.1.9

4

lib/scan.js

@@ -133,2 +133,6 @@ 'use strict';

Scan.prototype.usingIndex = function (name) {
this.request.IndexName = name;
return this;
};

@@ -135,0 +139,0 @@ Scan.prototype.filterExpression = function(expression) {

2

package.json
{
"name": "dynamodb-raw",
"version": "1.1.8",
"version": "1.1.9",
"contributors": [

@@ -5,0 +5,0 @@ "Ryan Fitzgerald <ryan@codebrewstudios.com>",

@@ -9,2 +9,3 @@

* Add .sleepEach(millisecons) in scan and query. Use sleepEach() with limit() will effeciently reduce DynamoDB peak-time load.
* Support scan.useIndex (2020/9/8)

@@ -11,0 +12,0 @@ ---

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