Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-iam

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-iam - npm Package Compare versions

Comparing version 0.29.0 to 0.30.0

tsconfig.json

20

package.json
{
"name": "@aws-cdk/aws-iam",
"version": "0.29.0",
"version": "0.30.0",
"description": "CDK routines for easily assigning correct and minimal IAM permissions",

@@ -64,15 +64,15 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.29.0",
"cdk-build-tools": "^0.29.0",
"cdk-integ-tools": "^0.29.0",
"cfn2ts": "^0.29.0",
"pkglint": "^0.29.0"
"@aws-cdk/assert": "^0.30.0",
"cdk-build-tools": "^0.30.0",
"cdk-integ-tools": "^0.30.0",
"cfn2ts": "^0.30.0",
"pkglint": "^0.30.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/region-info": "^0.29.0"
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/region-info": "^0.30.0"
},
"peerDependencies": {
"@aws-cdk/cdk": "^0.29.0",
"@aws-cdk/region-info": "^0.29.0"
"@aws-cdk/cdk": "^0.30.0",
"@aws-cdk/region-info": "^0.30.0"
},

@@ -79,0 +79,0 @@ "homepage": "https://github.com/awslabs/aws-cdk",

@@ -81,3 +81,3 @@ ## AWS IAM Construct Library

assumedBy: new iam.CompositePrincipal(
new iam.ServicePrincipal('ec2.amazonawas.com'),
new iam.ServicePrincipal('ec2.amazonaws.com'),
new iam.AccountPrincipal('1818188181818187272')

@@ -84,0 +84,0 @@ )

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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