Socket
Socket
Sign inDemoInstall

@aws/dynamodb-batch-iterator

Package Overview
Dependencies
Maintainers
13
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/dynamodb-batch-iterator - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

build/index.mjs

3

CHANGELOG.md

@@ -7,2 +7,5 @@ # Changelog

## [0.7.0]
Add a package rollup at `./build/index.mjs` to support tree shaking.
## [0.3.1]

@@ -9,0 +12,0 @@ ### Fixed

8

package.json
{
"name": "@aws/dynamodb-batch-iterator",
"version": "0.6.1",
"version": "0.7.0",
"description": "Abstraction for DynamoDB batch reads and writes for that handles batch splitting and partial retries with exponential backoff",

@@ -19,6 +19,8 @@ "keywords": [

"types": "./build/index.d.ts",
"module": "./build/index.mjs",
"scripts": {
"docs": "typedoc src",
"prepublishOnly": "tsc",
"prepublishOnly": "tsc && npm run rollup",
"pretest": "tsc -p tsconfig.test.json",
"rollup": "rollup -c rollup.config.js",
"test": "jest"

@@ -36,2 +38,4 @@ },

"jest": "^23",
"rollup": "^0.62",
"rollup-plugin-typescript": "^0.8",
"typedoc": "^0.11.0",

@@ -38,0 +42,0 @@ "typescript": "^2.7"

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