Socket
Socket
Sign inDemoInstall

@aws-cdk/cloudformation-diff

Package Overview
Dependencies
Maintainers
2
Versions
553
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/cloudformation-diff - npm Package Compare versions

Comparing version 2.140.0 to 2.141.0

lib/iam/iam-identity-center.d.ts

12

lib/iam/iam-changes.d.ts
import { PropertyScrutinyType, ResourceScrutinyType } from '@aws-cdk/service-spec-types';
import { SsoAssignment, SsoInstanceACAConfig, SsoPermissionSet } from './iam-identity-center';
import { ManagedPolicyAttachment, ManagedPolicyJson } from './managed-policy';

@@ -12,3 +13,3 @@ import { Statement, StatementJson } from './statement';

/**
* Changes to IAM statements
* Changes to IAM statements and IAM identity center
*/

@@ -20,2 +21,5 @@ export declare class IamChanges {

readonly managedPolicies: DiffableCollection<ManagedPolicyAttachment>;
readonly ssoPermissionSets: DiffableCollection<SsoPermissionSet>;
readonly ssoAssignments: DiffableCollection<SsoAssignment>;
readonly ssoInstanceACAConfigs: DiffableCollection<SsoInstanceACAConfig>;
constructor(props: IamChangesProps);

@@ -35,2 +39,5 @@ get hasChanges(): boolean;

summarizeManagedPolicies(): string[][];
summarizeSsoAssignments(): string[][];
summarizeSsoInstanceACAConfigs(): string[][];
summarizeSsoPermissionSets(): string[][];
/**

@@ -53,2 +60,5 @@ * Return a machine-readable version of the changes.

private readIdentityPolicyResource;
private readSsoInstanceACAConfigs;
private readSsoAssignments;
private readSsoPermissionSet;
private readResourceStatements;

@@ -55,0 +65,0 @@ /**

10

package.json
{
"name": "@aws-cdk/cloudformation-diff",
"version": "2.140.0",
"version": "2.141.0",
"description": "Utilities to diff CDK stacks against CloudFormation templates",

@@ -26,4 +26,4 @@ "main": "lib/index.js",

"dependencies": {
"@aws-cdk/aws-service-spec": "^0.1.0",
"@aws-cdk/service-spec-types": "^0.0.68",
"@aws-cdk/aws-service-spec": "^0.1.1",
"@aws-cdk/service-spec-types": "^0.0.69",
"chalk": "^4",

@@ -36,4 +36,4 @@ "diff": "^5.2.0",

"devDependencies": {
"@aws-cdk/cdk-build-tools": "2.140.0-alpha.0",
"@aws-cdk/pkglint": "2.140.0-alpha.0",
"@aws-cdk/cdk-build-tools": "2.141.0-alpha.0",
"@aws-cdk/pkglint": "2.141.0-alpha.0",
"@aws-sdk/client-cloudformation": "^3.529.1",

@@ -40,0 +40,0 @@ "@types/jest": "^29.5.12",

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

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

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