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.16.3 to 1.17.0

.nyc_output/2a7692fb-5ebe-4681-b8de-1816ebee1b0e.json

2

.nyc_output/processinfo/index.json

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

{"processes":{"687f4b3c-fd37-4a8f-ad04-929dbbb89ed4":{"parent":null,"children":[]},"7a863a2e-6a81-4437-9a30-ad8d02959fc4":{"parent":null,"children":[]}},"files":{"/codebuild/output/src291383313/src/packages/@aws-cdk/cfnspec/lib/index.js":["687f4b3c-fd37-4a8f-ad04-929dbbb89ed4","7a863a2e-6a81-4437-9a30-ad8d02959fc4"],"/codebuild/output/src291383313/src/packages/@aws-cdk/cfnspec/lib/schema/augmentation.js":["687f4b3c-fd37-4a8f-ad04-929dbbb89ed4","7a863a2e-6a81-4437-9a30-ad8d02959fc4"],"/codebuild/output/src291383313/src/packages/@aws-cdk/cfnspec/lib/schema/base-types.js":["687f4b3c-fd37-4a8f-ad04-929dbbb89ed4","7a863a2e-6a81-4437-9a30-ad8d02959fc4"],"/codebuild/output/src291383313/src/packages/@aws-cdk/cfnspec/lib/schema/index.js":["687f4b3c-fd37-4a8f-ad04-929dbbb89ed4","7a863a2e-6a81-4437-9a30-ad8d02959fc4"],"/codebuild/output/src291383313/src/packages/@aws-cdk/cfnspec/lib/schema/property.js":["687f4b3c-fd37-4a8f-ad04-929dbbb89ed4","7a863a2e-6a81-4437-9a30-ad8d02959fc4"],"/codebuild/output/src291383313/src/packages/@aws-cdk/cfnspec/lib/schema/resource-type.js":["687f4b3c-fd37-4a8f-ad04-929dbbb89ed4","7a863a2e-6a81-4437-9a30-ad8d02959fc4"],"/codebuild/output/src291383313/src/packages/@aws-cdk/cfnspec/lib/schema/specification.js":["687f4b3c-fd37-4a8f-ad04-929dbbb89ed4","7a863a2e-6a81-4437-9a30-ad8d02959fc4"]},"externalIds":{}}
{"processes":{"2a7692fb-5ebe-4681-b8de-1816ebee1b0e":{"parent":null,"children":[]},"8fb23509-7663-4934-8863-3bbf1102bb9a":{"parent":null,"children":[]}},"files":{"/codebuild/output/src244190407/src/packages/@aws-cdk/cfnspec/lib/index.js":["2a7692fb-5ebe-4681-b8de-1816ebee1b0e","8fb23509-7663-4934-8863-3bbf1102bb9a"],"/codebuild/output/src244190407/src/packages/@aws-cdk/cfnspec/lib/schema/augmentation.js":["2a7692fb-5ebe-4681-b8de-1816ebee1b0e","8fb23509-7663-4934-8863-3bbf1102bb9a"],"/codebuild/output/src244190407/src/packages/@aws-cdk/cfnspec/lib/schema/base-types.js":["2a7692fb-5ebe-4681-b8de-1816ebee1b0e","8fb23509-7663-4934-8863-3bbf1102bb9a"],"/codebuild/output/src244190407/src/packages/@aws-cdk/cfnspec/lib/schema/index.js":["2a7692fb-5ebe-4681-b8de-1816ebee1b0e","8fb23509-7663-4934-8863-3bbf1102bb9a"],"/codebuild/output/src244190407/src/packages/@aws-cdk/cfnspec/lib/schema/property.js":["2a7692fb-5ebe-4681-b8de-1816ebee1b0e","8fb23509-7663-4934-8863-3bbf1102bb9a"],"/codebuild/output/src244190407/src/packages/@aws-cdk/cfnspec/lib/schema/resource-type.js":["2a7692fb-5ebe-4681-b8de-1816ebee1b0e","8fb23509-7663-4934-8863-3bbf1102bb9a"],"/codebuild/output/src244190407/src/packages/@aws-cdk/cfnspec/lib/schema/specification.js":["2a7692fb-5ebe-4681-b8de-1816ebee1b0e","8fb23509-7663-4934-8863-3bbf1102bb9a"]},"externalIds":{}}

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

# CloudFormation Resource Specification v8.0.0
## New Resource Types
* AWS::CodeStarNotifications::NotificationRule
* AWS::MediaConvert::JobTemplate
* AWS::MediaConvert::Preset
* AWS::MediaConvert::Queue
## Attribute Changes
## Property Changes
* AWS::AppStream::ImageBuilder AccessEndpoints (__added__)
* AWS::AppStream::Stack AccessEndpoints (__added__)
* AWS::AppStream::Stack EmbedHostDomains (__added__)
## Property Type Changes
* AWS::DLM::LifecyclePolicy.FastRestoreRule (__removed__)
* AWS::AppStream::ImageBuilder.AccessEndpoint (__added__)
* AWS::AppStream::Stack.AccessEndpoint (__added__)
* AWS::DLM::LifecyclePolicy.Schedule FastRestoreRule (__deleted__)
* AWS::ECS::TaskDefinition.InferenceAccelerator DevicePolicy (__deleted__)
# CloudFormation Resource Specification v7.3.0

@@ -2,0 +29,0 @@

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

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

"@types/md5": "^2.1.33",
"cdk-build-tools": "1.16.3",
"cdk-build-tools": "1.17.0",
"fast-json-patch": "^2.2.1",
"fs-extra": "^8.1.0",
"json-diff": "^0.5.4",
"pkglint": "1.16.3",
"pkglint": "1.17.0",
"sort-json": "^2.0.0"

@@ -34,0 +34,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