Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-ssm

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-ssm - npm Package Compare versions

Comparing version 0.25.2 to 0.25.3

14

lib/ssm.generated.d.ts

@@ -677,2 +677,7 @@ import cdk = require('@aws-cdk/cdk');

sources?: Array<CfnPatchBaseline.PatchSourceProperty | cdk.Token> | cdk.Token;
/**
* ``AWS::SSM::PatchBaseline.Tags``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-patchbaseline.html#cfn-ssm-patchbaseline-tags
*/
tags?: Array<cdk.CfnTag | cdk.Token> | cdk.Token;
}

@@ -689,2 +694,11 @@ /**

/**
* The ``TagManager`` handles setting, removing and formatting tags
*
* Tags should be managed either passing them as properties during
* initiation or by calling methods on this object. If both techniques are
* used only the tags from the TagManager will be used. ``Tag`` (aspect)
* will use the manager.
*/
readonly tags: cdk.TagManager;
/**
* Creates a new ``AWS::SSM::PatchBaseline``.

@@ -691,0 +705,0 @@ *

20

package.json
{
"name": "@aws-cdk/aws-ssm",
"version": "0.25.2",
"version": "0.25.3",
"description": "The CDK Construct Library for AWS::SSM",

@@ -57,16 +57,16 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cdk-integ-tools": "^0.25.2",
"cfn2ts": "^0.25.2",
"pkglint": "^0.25.2"
"@aws-cdk/assert": "^0.25.3",
"cdk-build-tools": "^0.25.3",
"cdk-integ-tools": "^0.25.3",
"cfn2ts": "^0.25.3",
"pkglint": "^0.25.3"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
"@aws-cdk/aws-iam": "^0.25.3",
"@aws-cdk/cdk": "^0.25.3"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
"@aws-cdk/aws-iam": "^0.25.3",
"@aws-cdk/cdk": "^0.25.3"
},

@@ -73,0 +73,0 @@ "engines": {

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