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 1.11.0 to 1.12.0

12

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

@@ -68,3 +68,3 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^1.11.0",
"@aws-cdk/assert": "^1.12.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",

@@ -77,8 +77,8 @@ "cdk-integ-tools": "file:../../../tools/cdk-integ-tools",

"dependencies": {
"@aws-cdk/core": "^1.11.0",
"@aws-cdk/region-info": "^1.11.0"
"@aws-cdk/core": "^1.12.0",
"@aws-cdk/region-info": "^1.12.0"
},
"peerDependencies": {
"@aws-cdk/core": "^1.11.0",
"@aws-cdk/region-info": "^1.11.0"
"@aws-cdk/core": "^1.12.0",
"@aws-cdk/region-info": "^1.12.0"
},

@@ -85,0 +85,0 @@ "jest": {

@@ -23,3 +23,3 @@ {

"strictNullChecks": true,
"strictPropertyInitialization": false,
"strictPropertyInitialization": true,
"stripInternal": true,

@@ -26,0 +26,0 @@ "target": "ES2017",

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