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

dynamodb-better-batch

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-better-batch - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

lib/index.js

@@ -94,2 +94,4 @@ 'use strict';

_this2.processChunk(chunk, operation, unprocessedCheck, function (err, itemMap) {
if (err) return callback(err);
// Item map empty if it's a write or the get returned nothing

@@ -106,3 +108,3 @@ itemMap.forEach(function (items, table) {

callback(err);
callback();
});

@@ -109,0 +111,0 @@ }, function (err) {

{
"name": "dynamodb-better-batch",
"version": "0.1.0",
"version": "0.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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