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

@mapbox/cloudfriend

Package Overview
Dependencies
Maintainers
14
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/cloudfriend - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

changelog.md

@@ -0,1 +1,5 @@

## v2.0.2
- fixes a bug in the lambda service principal definition in china regions
## v2.0.1

@@ -2,0 +6,0 @@

4

lib/shortcuts/lambda.js

@@ -130,5 +130,3 @@ 'use strict';

Principal: {
Service: {
'Fn::Sub': 'lambda.${AWS::URLSuffix}'
}
Service: 'lambda.amazonaws.com'
}

@@ -135,0 +133,0 @@ }

{
"name": "@mapbox/cloudfriend",
"version": "2.0.1",
"version": "2.0.2",
"description": "Helper functions for assembling CloudFormation templates in JavaScript",

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

@@ -33,5 +33,3 @@ {

"Principal": {
"Service": {
"Fn::Sub": "lambda.${AWS::URLSuffix}"
}
"Service": "lambda.amazonaws.com"
}

@@ -38,0 +36,0 @@ }

@@ -40,5 +40,3 @@ {

"Principal": {
"Service": {
"Fn::Sub": "lambda.${AWS::URLSuffix}"
}
"Service": "lambda.amazonaws.com"
}

@@ -45,0 +43,0 @@ }

@@ -33,5 +33,3 @@ {

"Principal": {
"Service": {
"Fn::Sub": "lambda.${AWS::URLSuffix}"
}
"Service": "lambda.amazonaws.com"
}

@@ -38,0 +36,0 @@ }

@@ -33,5 +33,3 @@ {

"Principal": {
"Service": {
"Fn::Sub": "lambda.${AWS::URLSuffix}"
}
"Service": "lambda.amazonaws.com"
}

@@ -38,0 +36,0 @@ }

@@ -33,5 +33,3 @@ {

"Principal": {
"Service": {
"Fn::Sub": "lambda.${AWS::URLSuffix}"
}
"Service": "lambda.amazonaws.com"
}

@@ -38,0 +36,0 @@ }

@@ -33,5 +33,3 @@ {

"Principal": {
"Service": {
"Fn::Sub": "lambda.${AWS::URLSuffix}"
}
"Service": "lambda.amazonaws.com"
}

@@ -38,0 +36,0 @@ }

@@ -33,5 +33,3 @@ {

"Principal": {
"Service": {
"Fn::Sub": "lambda.${AWS::URLSuffix}"
}
"Service": "lambda.amazonaws.com"
}

@@ -38,0 +36,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