Socket
Socket
Sign inDemoInstall

@barchart/aws-lambda-suppressor

Package Overview
Dependencies
229
Maintainers
14
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.5 to 1.2.6

3

lib/dynamo/DynamoMessageValidator.js

@@ -35,5 +35,6 @@ const assert = require('@barchart/common-js/lang/assert'),

* @public
* @async
* @returns {Promise}
*/
start() {
async start() {
if (this._startPromise === null) {

@@ -40,0 +41,0 @@ this._startPromise = Promise.resolve()

@@ -30,6 +30,7 @@ const Day = require('@barchart/common-js/lang/Day'),

* @public
* @async
* @param {LambdaInvocation} invocation
* @returns {Promise<Boolean>}
*/
createInvocation(invocation) {
async createInvocation(invocation) {
return this._createItem(invocation, true);

@@ -36,0 +37,0 @@ }

{
"name": "@barchart/aws-lambda-suppressor",
"version": "1.2.5",
"version": "1.2.6",
"description": "Utilities for tracking and suppressing AWS Lambda invocations",

@@ -8,3 +8,3 @@ "author": {

"email": "bryan.ingle@barchart.com",
"url": "http://www.barchart.com"
"url": "https://www.barchart.com"
},

@@ -19,4 +19,4 @@ "scripts": {

"dependencies": {
"@barchart/common-js": "^4.1.0",
"@barchart/common-node-js": "^4.1.0",
"@barchart/common-js": "^4.41.0",
"@barchart/common-node-js": "^4.41.0",
"stream-batch": "1.0.0"

@@ -23,0 +23,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc