🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

aws-lambda-stream

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-lambda-stream - npm Package Compare versions

Comparing version

to
1.0.31

2

lib/utils/tags.js

@@ -8,3 +8,3 @@ "use strict";

var _filters = require("../filters");
const adornStandardTags = eventField => uow => !uow[eventField] ? uow : {
const adornStandardTags = eventField => uow => !uow[eventField] || Object.keys(uow[eventField]).length === 0 ? uow : {
...uow,

@@ -11,0 +11,0 @@ [eventField]: {

{
"name": "aws-lambda-stream",
"version": "1.0.30",
"version": "1.0.31",
"description": "Create stream processors with AWS Lambda functions.",

@@ -5,0 +5,0 @@ "keywords": [