serverless-plugin-stage-variables
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -22,3 +22,3 @@ { | ||
"name": "serverless-plugin-stage-variables", | ||
"version": "1.10.0" | ||
"version": "1.10.1" | ||
} |
@@ -49,3 +49,3 @@ 'use strict'; | ||
Description: stage, | ||
RestApiId: this._serverless.service.provider.apiGateway.restApiId || {"Ref": "ApiGatewayRestApi"}, | ||
RestApiId: _.get(this._serverless.service.provider, 'apiGateway.restApiId') || {"Ref": "ApiGatewayRestApi"}, | ||
DeploymentId: {"Ref": "TestDeployment"}, | ||
@@ -52,0 +52,0 @@ Variables: variables, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
4889
0