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.28.0 to 2.29.0

11

lib/deploy/stepFunctions/compileAlarms.schema.js

@@ -17,2 +17,13 @@ const Joi = require('@hapi/joi');

}),
Joi.object().keys({
'Fn::Join': Joi.array().items([
Joi.string(),
Joi.array().items([
Joi.string(),
Joi.object().keys({
Ref: Joi.string(),
}),
]),
]),
}),
);

@@ -19,0 +30,0 @@

@@ -11,2 +11,13 @@ const Joi = require('@hapi/joi');

}),
Joi.object().keys({
'Fn::Join': Joi.array().items([
Joi.string(),
Joi.array().items([
Joi.string(),
Joi.object().keys({
Ref: Joi.string(),
}),
]),
]),
}),
);

@@ -13,0 +24,0 @@

@@ -17,2 +17,13 @@ const Joi = require('@hapi/joi');

}),
Joi.object().keys({
'Fn::Join': Joi.array().items([
Joi.string(),
Joi.array().items([
Joi.string(),
Joi.object().keys({
Ref: Joi.string(),
}),
]),
]),
}),
);

@@ -19,0 +30,0 @@

2

package.json
{
"name": "serverless-step-functions",
"version": "2.28.0",
"version": "2.29.0",
"description": "The module is AWS Step Functions plugin for Serverless Framework",

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

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