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

dynaql

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynaql - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/methods/write-all.js

@@ -37,3 +37,3 @@ 'use strict';

case 0:
chunks = (0, _chunk2.default)(Keys, MAX_BATCH_WRITE);
chunks = (0, _chunk2.default)(Items, MAX_BATCH_WRITE);
_context2.next = 3;

@@ -40,0 +40,0 @@ return Promise.all(chunks.map(function () {

{
"name": "dynaql",
"version": "1.1.0",
"version": "1.1.1",
"description": "Dynamo library to make interacting with dynamo easier",

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

@@ -15,3 +15,3 @@ import chunk from '../lib/chunk'

export default async function (client, writeType, TableName, Items) {
let chunks = chunk(Keys, MAX_BATCH_WRITE)
let chunks = chunk(Items, MAX_BATCH_WRITE)

@@ -18,0 +18,0 @@ await Promise.all(chunks.map(async (chunk) => {

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