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

@aws/dynamodb-expressions

Package Overview
Dependencies
Maintainers
13
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws/dynamodb-expressions - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

package.json
{
"name": "@aws/dynamodb-expressions",
"version": "0.2.0",
"version": "0.2.1",
"description": "Composable expression objects for Amazon DynamoDB",

@@ -8,2 +8,3 @@ "main": "./build/index.js",

"scripts": {
"docs": "typedoc src",
"prepublishOnly": "tsc",

@@ -23,2 +24,3 @@ "pretest": "tsc -p tsconfig.test.json",

"jest": "^21",
"typedoc": "^0.9.0",
"typescript": "^2.6"

@@ -30,5 +32,5 @@ },

"dependencies": {
"@aws/dynamodb-auto-marshaller": "^0.2.0",
"@aws/dynamodb-auto-marshaller": "^0.2.1",
"tslib": "^1.8"
}
}

@@ -5,2 +5,3 @@ {

"lib": [
"dom",
"es5",

@@ -20,3 +21,10 @@ "es2015.iterable",

"outDir": "./build"
},
"typedocOptions": {
"mode": "file",
"out": "../../docs/packages/dynamodb-expressions",
"excludeNotExported": true,
"excludePrivate": true,
"hideGenerator": true
}
}
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