Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-applicationautoscaling

Package Overview
Dependencies
Maintainers
4
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-applicationautoscaling - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

10

lib/applicationautoscaling.generated.d.ts

@@ -51,3 +51,3 @@ import cdk = require('@aws-cdk/cdk');

static readonly resourceTypeName: string;
readonly ref: ScalableTargetId;
readonly scalableTargetId: string;
/**

@@ -115,5 +115,2 @@ * Creates a new ``AWS::ApplicationAutoScaling::ScalableTarget``.

}
export declare class ScalableTargetId extends cdk.CloudFormationToken {
private readonly thisIsAScalableTargetId;
}
export declare namespace cloudformation {

@@ -173,3 +170,3 @@ /**

static readonly resourceTypeName: string;
readonly ref: ScalingPolicyArn;
readonly scalingPolicyArn: string;
/**

@@ -345,4 +342,1 @@ * Creates a new ``AWS::ApplicationAutoScaling::ScalingPolicy``.

}
export declare class ScalingPolicyArn extends cdk.Arn {
private readonly thisIsAScalingPolicyArn;
}

12

package.json
{
"name": "@aws-cdk/aws-applicationautoscaling",
"version": "0.9.1",
"version": "0.9.2",
"description": "The CDK Construct Library for AWS::ApplicationAutoScaling",

@@ -55,11 +55,11 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.9.1",
"cdk-build-tools": "^0.9.1",
"cfn2ts": "^0.9.1",
"pkglint": "^0.9.1"
"@aws-cdk/assert": "^0.9.2",
"cdk-build-tools": "^0.9.2",
"cfn2ts": "^0.9.2",
"pkglint": "^0.9.2"
},
"dependencies": {
"@aws-cdk/cdk": "^0.9.1"
"@aws-cdk/cdk": "^0.9.2"
},
"homepage": "https://github.com/awslabs/aws-cdk"
}

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