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 0.31.0 to 0.32.0

.nyc_output/a5855a36-4773-45eb-afae-75feb6039096.json

2

.nyc_output/processinfo/index.json

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

{"processes":{"36530ed7-e0ad-47b1-af64-542ab2287a52":{"parent":null,"children":[]},"90c9e65f-07ea-4afd-a087-3e957acc21aa":{"parent":null,"children":[]}},"files":{"/codebuild/output/src313459170/src/packages/@aws-cdk/cfnspec/lib/index.js":["36530ed7-e0ad-47b1-af64-542ab2287a52","90c9e65f-07ea-4afd-a087-3e957acc21aa"],"/codebuild/output/src313459170/src/packages/@aws-cdk/cfnspec/lib/schema/index.js":["36530ed7-e0ad-47b1-af64-542ab2287a52","90c9e65f-07ea-4afd-a087-3e957acc21aa"],"/codebuild/output/src313459170/src/packages/@aws-cdk/cfnspec/lib/schema/base-types.js":["36530ed7-e0ad-47b1-af64-542ab2287a52","90c9e65f-07ea-4afd-a087-3e957acc21aa"],"/codebuild/output/src313459170/src/packages/@aws-cdk/cfnspec/lib/schema/property.js":["36530ed7-e0ad-47b1-af64-542ab2287a52","90c9e65f-07ea-4afd-a087-3e957acc21aa"],"/codebuild/output/src313459170/src/packages/@aws-cdk/cfnspec/lib/schema/resource-type.js":["36530ed7-e0ad-47b1-af64-542ab2287a52","90c9e65f-07ea-4afd-a087-3e957acc21aa"],"/codebuild/output/src313459170/src/packages/@aws-cdk/cfnspec/lib/schema/specification.js":["36530ed7-e0ad-47b1-af64-542ab2287a52","90c9e65f-07ea-4afd-a087-3e957acc21aa"],"/codebuild/output/src313459170/src/packages/@aws-cdk/cfnspec/lib/schema/augmentation.js":["36530ed7-e0ad-47b1-af64-542ab2287a52","90c9e65f-07ea-4afd-a087-3e957acc21aa"]},"externalIds":{}}
{"processes":{"a5855a36-4773-45eb-afae-75feb6039096":{"parent":null,"children":[]},"e059cff0-1c6a-4b52-9a18-caeb99e2dd0f":{"parent":null,"children":[]}},"files":{"/codebuild/output/src079930807/src/packages/@aws-cdk/cfnspec/lib/index.js":["a5855a36-4773-45eb-afae-75feb6039096","e059cff0-1c6a-4b52-9a18-caeb99e2dd0f"],"/codebuild/output/src079930807/src/packages/@aws-cdk/cfnspec/lib/schema/index.js":["a5855a36-4773-45eb-afae-75feb6039096","e059cff0-1c6a-4b52-9a18-caeb99e2dd0f"],"/codebuild/output/src079930807/src/packages/@aws-cdk/cfnspec/lib/schema/base-types.js":["a5855a36-4773-45eb-afae-75feb6039096","e059cff0-1c6a-4b52-9a18-caeb99e2dd0f"],"/codebuild/output/src079930807/src/packages/@aws-cdk/cfnspec/lib/schema/property.js":["a5855a36-4773-45eb-afae-75feb6039096","e059cff0-1c6a-4b52-9a18-caeb99e2dd0f"],"/codebuild/output/src079930807/src/packages/@aws-cdk/cfnspec/lib/schema/resource-type.js":["a5855a36-4773-45eb-afae-75feb6039096","e059cff0-1c6a-4b52-9a18-caeb99e2dd0f"],"/codebuild/output/src079930807/src/packages/@aws-cdk/cfnspec/lib/schema/specification.js":["a5855a36-4773-45eb-afae-75feb6039096","e059cff0-1c6a-4b52-9a18-caeb99e2dd0f"],"/codebuild/output/src079930807/src/packages/@aws-cdk/cfnspec/lib/schema/augmentation.js":["a5855a36-4773-45eb-afae-75feb6039096","e059cff0-1c6a-4b52-9a18-caeb99e2dd0f"]},"externalIds":{}}

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

# CloudFormation Resource Specification v3.0.0
## New Resource Types
* AWS::ApiGatewayV2::ApiMapping
* AWS::ApiGatewayV2::DomainName
## Attribute Changes
## Property Changes
* AWS::FSx::FileSystem Tags.ItemType (__changed__)
* Old: TagEntry
* New: Tag
## Property Type Changes
* Tag Key.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-key
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-tag.html#cfn-iotanalytics-datastore-tag-key
* Tag Key.Required (__changed__)
* Old: false
* New: true
* Tag Value.Documentation (__changed__)
* Old: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-endpoint-tag.html#cfn-dms-endpoint-tag-value
* New: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-datastore-tag.html#cfn-iotanalytics-datastore-tag-value
* Tag Value.Required (__changed__)
* Old: false
* New: true
# CloudFormation Resource Specification v2.32.0

@@ -2,0 +34,0 @@

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

@@ -12,3 +12,5 @@ "update": "cdk-build && /bin/bash build-tools/update.sh",

"test": "cdk-test",
"package": "cdk-package"
"package": "cdk-package",
"build+test+package": "npm run build+test && npm run package",
"build+test": "npm run build && npm test"
},

@@ -27,7 +29,7 @@ "nyc": {

"@types/md5": "^2.1.33",
"cdk-build-tools": "^0.31.0",
"cdk-build-tools": "^0.32.0",
"fast-json-patch": "^2.1.0",
"fs-extra": "^7.0.1",
"json-diff": "^0.5.4",
"pkglint": "^0.31.0",
"pkglint": "^0.32.0",
"sort-json": "^2.0.0"

@@ -34,0 +36,0 @@ },

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