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

@aws-cdk/aws-autoscaling-common

Package Overview
Dependencies
Maintainers
5
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-autoscaling-common - npm Package Compare versions

Comparing version 1.149.0 to 1.150.0

18

.jsii.tabl.json
{
"version": "2",
"toolVersion": "1.54.0",
"toolVersion": "1.55.1",
"snippets": {

@@ -19,2 +19,6 @@ "cd116e02853a12fc7e5550839fce5b2f564016e9353afe4cb9615d7db2826bd6": {

},
"go": {
"source": "import autoscaling_common \"github.com/aws-samples/dummy/awscdkawsautoscalingcommon\"\nalarms := &alarms{\n\tlowerAlarmIntervalIndex: jsii.Number(123),\n\tupperAlarmIntervalIndex: jsii.Number(123),\n}",
"version": "1"
},
"$": {

@@ -71,2 +75,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as autoscaling_common from '@aws-cdk/aws-autoscaling-common';\nconst alarms: autoscaling_common.Alarms = {\n lowerAlarmIntervalIndex: 123,\n upperAlarmIntervalIndex: 123,\n};",

},
"go": {
"source": "import autoscaling_common \"github.com/aws-samples/dummy/awscdkawsautoscalingcommon\"\narbitraryIntervals := &arbitraryIntervals{\n\tabsolute: jsii.Boolean(false),\n\tintervals: []scalingInterval{\n\t\t&scalingInterval{\n\t\t\tchange: jsii.Number(123),\n\n\t\t\t// the properties below are optional\n\t\t\tlower: jsii.Number(123),\n\t\t\tupper: jsii.Number(123),\n\t\t},\n\t},\n}",
"version": "1"
},
"$": {

@@ -125,2 +133,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as autoscaling_common from '@aws-cdk/aws-autoscaling-common';\nconst arbitraryIntervals: autoscaling_common.ArbitraryIntervals = {\n absolute: false,\n intervals: [{\n change: 123,\n\n // the properties below are optional\n lower: 123,\n upper: 123,\n }],\n};",

},
"go": {
"source": "import autoscaling_common \"github.com/aws-samples/dummy/awscdkawsautoscalingcommon\"\ncompleteScalingInterval := &completeScalingInterval{\n\tlower: jsii.Number(123),\n\tupper: jsii.Number(123),\n\n\t// the properties below are optional\n\tchange: jsii.Number(123),\n}",
"version": "1"
},
"$": {

@@ -177,2 +189,6 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as autoscaling_common from '@aws-cdk/aws-autoscaling-common';\nconst completeScalingInterval: autoscaling_common.CompleteScalingInterval = {\n lower: 123,\n upper: 123,\n\n // the properties below are optional\n change: 123,\n};",

},
"go": {
"source": "import autoscaling_common \"github.com/aws-samples/dummy/awscdkawsautoscalingcommon\"\nscalingInterval := &scalingInterval{\n\tchange: jsii.Number(123),\n\n\t// the properties below are optional\n\tlower: jsii.Number(123),\n\tupper: jsii.Number(123),\n}",
"version": "1"
},
"$": {

@@ -179,0 +195,0 @@ "source": "// The code below shows an example of how to instantiate this type.\n// The values are placeholders you should change.\nimport * as autoscaling_common from '@aws-cdk/aws-autoscaling-common';\nconst scalingInterval: autoscaling_common.ScalingInterval = {\n change: 123,\n\n // the properties below are optional\n lower: 123,\n upper: 123,\n};",

18

package.json
{
"name": "@aws-cdk/aws-autoscaling-common",
"version": "1.149.0",
"version": "1.150.0",
"description": "Common implementation package for @aws-cdk/aws-autoscaling and @aws-cdk/aws-applicationautoscaling",

@@ -74,12 +74,12 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/cdk-build-tools": "1.149.0",
"@aws-cdk/cdk-integ-tools": "1.149.0",
"@aws-cdk/pkglint": "1.149.0",
"@aws-cdk/cdk-build-tools": "1.150.0",
"@aws-cdk/cdk-integ-tools": "1.150.0",
"@aws-cdk/pkglint": "1.150.0",
"@types/jest": "^27.4.1",
"fast-check": "^2.22.0",
"fast-check": "^2.23.2",
"jest": "^27.5.1"
},
"dependencies": {
"@aws-cdk/aws-iam": "1.149.0",
"@aws-cdk/core": "1.149.0",
"@aws-cdk/aws-iam": "1.150.0",
"@aws-cdk/core": "1.150.0",
"constructs": "^3.3.69"

@@ -89,4 +89,4 @@ },

"peerDependencies": {
"@aws-cdk/aws-iam": "1.149.0",
"@aws-cdk/core": "1.149.0",
"@aws-cdk/aws-iam": "1.150.0",
"@aws-cdk/core": "1.150.0",
"constructs": "^3.3.69"

@@ -93,0 +93,0 @@ },

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