New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-lambda-local-dynamodb-trigger

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-local-dynamodb-trigger - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

6

package.json

@@ -11,3 +11,3 @@ {

],
"version": "0.0.1",
"version": "1.0.0",
"main": "src/index.js",

@@ -20,4 +20,4 @@ "repository": {

"devDependencies": {
"aws-sdk": "2.422.0",
"tap": "12.6.0"
"aws-sdk": "2.544.0",
"tap": "14.6.9"
},

@@ -24,0 +24,0 @@ "files": [

@@ -19,3 +19,4 @@ # aws-lambda-local-dynamodb-trigger

streams,
async trigger (records) {
async trigger (event) {
// event.Records
}

@@ -22,0 +23,0 @@ })

@@ -46,3 +46,3 @@ module.exports = async ({

if (data.Records.length) {
await trigger(data.Records)
await trigger(data)
} else {

@@ -49,0 +49,0 @@ await onEmpty()

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