Socket
Socket
Sign inDemoInstall

@aws/dynamodb-auto-marshaller

Package Overview
Dependencies
Maintainers
13
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/dynamodb-auto-marshaller - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

build/index.mjs

8

package.json
{
"name": "@aws/dynamodb-auto-marshaller",
"version": "0.6.1",
"version": "0.7.0",
"description": "A data marshaller that converts JavaScript types into Amazon DynamoDB AttributeValues",

@@ -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