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.39.0 to 1.0.0

22

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

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

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

@@ -90,2 +90,2 @@ "homepage": "https://github.com/awslabs/aws-cdk",

"stability": "stable"
}
}

@@ -8,4 +8,2 @@ ## AWS Identity and Access Management Construct Library

> **This is a _developer preview_ (public beta) module. Releases might lack important features and might have
> future breaking changes.**

@@ -49,3 +47,3 @@ ---

The `grant*` methods accept an `IGrantable` object. This interface is implemented by IAM principles resources (groups, users and roles) and resources that assume a role such as a Lambda function, EC2 instance or a Codebuild project.
The `grant*` methods accept an `IGrantable` object. This interface is implemented by IAM principlal resources (groups, users and roles) and resources that assume a role such as a Lambda function, EC2 instance or a Codebuild project.

@@ -52,0 +50,0 @@ You can find which `grant*` methods exist for a resource in the [AWS CDK API Reference](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-construct-library.html).

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