Socket
Socket
Sign inDemoInstall

@aws-cdk/cfnspec

Package Overview
Dependencies
Maintainers
5
Versions
476
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/cfnspec - npm Package Compare versions

Comparing version 1.6.1 to 1.7.0

.nyc_output/91e76609-92f1-42ff-9854-4a5dfc8dd6ea.json

2

.nyc_output/processinfo/index.json

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

{"processes":{"1ac126b0-3271-48dd-b8b5-0e28ff71740f":{"parent":null,"children":[]},"36027bc6-052a-4096-90b6-07c35f9894be":{"parent":null,"children":[]}},"files":{"/codebuild/output/src161893515/src/packages/@aws-cdk/cfnspec/lib/index.js":["1ac126b0-3271-48dd-b8b5-0e28ff71740f","36027bc6-052a-4096-90b6-07c35f9894be"],"/codebuild/output/src161893515/src/packages/@aws-cdk/cfnspec/lib/schema/index.js":["1ac126b0-3271-48dd-b8b5-0e28ff71740f","36027bc6-052a-4096-90b6-07c35f9894be"],"/codebuild/output/src161893515/src/packages/@aws-cdk/cfnspec/lib/schema/base-types.js":["1ac126b0-3271-48dd-b8b5-0e28ff71740f","36027bc6-052a-4096-90b6-07c35f9894be"],"/codebuild/output/src161893515/src/packages/@aws-cdk/cfnspec/lib/schema/property.js":["1ac126b0-3271-48dd-b8b5-0e28ff71740f","36027bc6-052a-4096-90b6-07c35f9894be"],"/codebuild/output/src161893515/src/packages/@aws-cdk/cfnspec/lib/schema/resource-type.js":["1ac126b0-3271-48dd-b8b5-0e28ff71740f","36027bc6-052a-4096-90b6-07c35f9894be"],"/codebuild/output/src161893515/src/packages/@aws-cdk/cfnspec/lib/schema/specification.js":["1ac126b0-3271-48dd-b8b5-0e28ff71740f","36027bc6-052a-4096-90b6-07c35f9894be"],"/codebuild/output/src161893515/src/packages/@aws-cdk/cfnspec/lib/schema/augmentation.js":["1ac126b0-3271-48dd-b8b5-0e28ff71740f","36027bc6-052a-4096-90b6-07c35f9894be"]},"externalIds":{}}
{"processes":{"91e76609-92f1-42ff-9854-4a5dfc8dd6ea":{"parent":null,"children":[]},"bd776231-4044-4582-a6b6-0fd71684bc56":{"parent":null,"children":[]}},"files":{"/codebuild/output/src148069537/src/packages/@aws-cdk/cfnspec/lib/index.js":["91e76609-92f1-42ff-9854-4a5dfc8dd6ea","bd776231-4044-4582-a6b6-0fd71684bc56"],"/codebuild/output/src148069537/src/packages/@aws-cdk/cfnspec/lib/schema/augmentation.js":["91e76609-92f1-42ff-9854-4a5dfc8dd6ea","bd776231-4044-4582-a6b6-0fd71684bc56"],"/codebuild/output/src148069537/src/packages/@aws-cdk/cfnspec/lib/schema/base-types.js":["91e76609-92f1-42ff-9854-4a5dfc8dd6ea","bd776231-4044-4582-a6b6-0fd71684bc56"],"/codebuild/output/src148069537/src/packages/@aws-cdk/cfnspec/lib/schema/index.js":["91e76609-92f1-42ff-9854-4a5dfc8dd6ea","bd776231-4044-4582-a6b6-0fd71684bc56"],"/codebuild/output/src148069537/src/packages/@aws-cdk/cfnspec/lib/schema/property.js":["91e76609-92f1-42ff-9854-4a5dfc8dd6ea","bd776231-4044-4582-a6b6-0fd71684bc56"],"/codebuild/output/src148069537/src/packages/@aws-cdk/cfnspec/lib/schema/resource-type.js":["91e76609-92f1-42ff-9854-4a5dfc8dd6ea","bd776231-4044-4582-a6b6-0fd71684bc56"],"/codebuild/output/src148069537/src/packages/@aws-cdk/cfnspec/lib/schema/specification.js":["91e76609-92f1-42ff-9854-4a5dfc8dd6ea","bd776231-4044-4582-a6b6-0fd71684bc56"]},"externalIds":{}}

@@ -0,1 +1,84 @@

# CloudFormation Resource Specification v6.0.0
## New Resource Types
* AWS::Config::OrganizationConfigRule
## Attribute Changes
## Property Changes
* AWS::AmazonMQ::Broker SecurityGroups.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
* AWS::ApplicationAutoScaling::ScalableTarget SuspendedState (__added__)
* AWS::CloudWatch::Alarm ThresholdMetricId (__added__)
* AWS::CloudWatch::Alarm Threshold.Required (__changed__)
* Old: true
* New: false
* AWS::Cognito::UserPoolClient RefreshTokenValidity.PrimitiveType (__changed__)
* Old: Double
* New: Integer
* AWS::EC2::Instance CpuOptions (__added__)
* AWS::ECS::TaskDefinition IpcMode (__added__)
* AWS::ECS::TaskDefinition PidMode (__added__)
* AWS::ElastiCache::ReplicationGroup KmsKeyId (__added__)
* AWS::IAM::Role Description (__added__)
* AWS::IAM::Role Tags (__added__)
* AWS::Lambda::EventSourceMapping MaximumBatchingWindowInSeconds (__added__)
* AWS::RDS::DBCluster AssociatedRoles (__added__)
* AWS::RDS::DBCluster RestoreType (__added__)
* AWS::RDS::DBCluster SourceDBClusterIdentifier (__added__)
* AWS::RDS::DBCluster UseLatestRestorableTime (__added__)
* AWS::RDS::DBInstance AssociatedRoles (__added__)
* AWS::SNS::Subscription Region.UpdateType (__changed__)
* Old: Immutable
* New: Mutable
## Property Type Changes
* AWS::ApplicationAutoScaling::ScalableTarget.SuspendedState (__added__)
* AWS::EC2::Instance.CpuOptions (__added__)
* AWS::ECS::TaskDefinition.SystemControl (__added__)
* AWS::Elasticsearch::Domain.ZoneAwarenessConfig (__added__)
* AWS::Events::Rule.AwsVpcConfiguration (__added__)
* AWS::Events::Rule.NetworkConfiguration (__added__)
* AWS::RDS::DBCluster.DBClusterRole (__added__)
* AWS::RDS::DBInstance.DBInstanceRole (__added__)
* AWS::Cognito::UserPool.AdminCreateUserConfig UnusedAccountValidityDays.PrimitiveType (__changed__)
* Old: Double
* New: Integer
* AWS::Cognito::UserPool.PasswordPolicy TemporaryPasswordValidityDays.PrimitiveType (__changed__)
* Old: Double
* New: Integer
* AWS::DynamoDB::Table.SSESpecification KMSMasterKeyId (__added__)
* AWS::DynamoDB::Table.SSESpecification SSEType (__added__)
* AWS::EC2::ClientVpnEndpoint.TagSpecification ResourceType.Required (__changed__)
* Old: false
* New: true
* AWS::EC2::ClientVpnEndpoint.TagSpecification Tags.Required (__changed__)
* Old: false
* New: true
* AWS::EC2::Instance.Ebs KmsKeyId (__added__)
* AWS::ECS::TaskDefinition.ContainerDefinition Interactive (__added__)
* AWS::ECS::TaskDefinition.ContainerDefinition PseudoTerminal (__added__)
* AWS::ECS::TaskDefinition.ContainerDefinition SystemControls (__added__)
* AWS::ECS::TaskDefinition.LogConfiguration SecretOptions (__added__)
* AWS::ECS::TaskDefinition.Tmpfs Size.Required (__changed__)
* Old: false
* New: true
* AWS::Elasticsearch::Domain.ElasticsearchClusterConfig ZoneAwarenessConfig (__added__)
* AWS::Events::Rule.EcsParameters Group (__added__)
* AWS::Events::Rule.EcsParameters LaunchType (__added__)
* AWS::Events::Rule.EcsParameters NetworkConfiguration (__added__)
* AWS::Events::Rule.EcsParameters PlatformVersion (__added__)
* Tag Key.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-key
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-input-tag.html#cfn-iotevents-input-tag-key
* Tag Value.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotevents-input-tag.html#cfn-iotevents-input-tag-value
# CloudFormation Resource Specification v5.3.0

@@ -2,0 +85,0 @@

{
"name": "@aws-cdk/cfnspec",
"description": "The CloudFormation resource specification used by @aws-cdk packages",
"version": "1.6.1",
"version": "1.7.0",
"scripts": {

@@ -6,0 +6,0 @@ "update": "cdk-build && /bin/bash build-tools/update.sh",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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