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

serverless-step-functions

Package Overview
Dependencies
Maintainers
2
Versions
132
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.1 to 2.28.0

6

lib/deploy/stepFunctions/compileAlarms.schema.js

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

}),
Joi.object().keys({
'Fn::ImportValue': Joi.alternatives().try(
Joi.string(),
Joi.object(),
),
}),
);

@@ -13,0 +19,0 @@

2

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

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

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

PolicyDocument:
Version: version
Version: "2012-10-17"
Statement:

@@ -1198,0 +1198,0 @@ - Effect: Allow

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