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

serverless-step-functions

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-step-functions - npm Package Compare versions

Comparing version 2.27.0 to 2.27.1

4

lib/deploy/stepFunctions/compileAlarms.js

@@ -13,3 +13,3 @@ 'use strict';

executionThrottled: 'ExecutionThrottled',
executionSucceeded: 'ExecutionSucceeded',
executionsSucceeded: 'ExecutionsSucceeded',
};

@@ -22,3 +22,3 @@

executionThrottled: 'execution were throttled',
executionSucceeded: 'execution succeeded',
executionsSucceeded: 'executions succeeded',
};

@@ -25,0 +25,0 @@

@@ -25,3 +25,3 @@ const Joi = require('@hapi/joi');

.allow('executionsTimedOut', 'executionsFailed', 'executionsAborted', 'executionThrottled',
'executionSucceeded');
'executionsSucceeded');

@@ -28,0 +28,0 @@ const complexMetric = Joi.object().keys({

@@ -67,3 +67,3 @@ 'use strict';

'executionThrottled',
'executionSucceeded',
'executionsSucceeded',
],

@@ -301,3 +301,3 @@ },

'executionThrottled',
'executionSucceeded',
'executionsSucceeded',
],

@@ -359,3 +359,3 @@ treatMissingData: 'ignore',

'executionThrottled',
'executionSucceeded',
'executionsSucceeded',
],

@@ -362,0 +362,0 @@ treatMissingData: 'ignore',

{
"name": "serverless-step-functions",
"version": "2.27.0",
"version": "2.27.1",
"description": "The module is AWS Step Functions plugin for Serverless Framework",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -258,3 +258,3 @@ # Serverless Step Functions

- executionThrottled
- executionSucceeded
- executionsSucceeded
treatMissingData: missing

@@ -261,0 +261,0 @@ ```

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