Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-autoscaling-hooktargets

Package Overview
Dependencies
Maintainers
5
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.8.0 to 1.9.0

39

package.json
{
"name": "@aws-cdk/aws-autoscaling-hooktargets",
"version": "1.8.0",
"version": "1.9.0",
"description": "Lifecycle hook for AWS AutoScaling",

@@ -23,3 +23,4 @@ "main": "lib/index.js",

"assemblyOriginatorKeyFile": "../../key.snk",
"versionSuffix": "-devpreview"
"versionSuffix": "-devpreview",
"iconUrl": "https://raw.githubusercontent.com/aws/aws-cdk/master/logo/png/default-256-dark.png"
},

@@ -74,4 +75,4 @@ "python": {

"devDependencies": {
"@aws-cdk/assert": "^1.8.0",
"@aws-cdk/aws-ec2": "^1.8.0",
"@aws-cdk/assert": "^1.9.0",
"@aws-cdk/aws-ec2": "^1.9.0",
"cdk-build-tools": "file:../../../tools/cdk-build-tools",

@@ -84,24 +85,24 @@ "cdk-integ-tools": "file:../../../tools/cdk-integ-tools",

"dependencies": {
"@aws-cdk/aws-autoscaling": "^1.8.0",
"@aws-cdk/aws-iam": "^1.8.0",
"@aws-cdk/aws-lambda": "^1.8.0",
"@aws-cdk/aws-sns": "^1.8.0",
"@aws-cdk/aws-sns-subscriptions": "^1.8.0",
"@aws-cdk/aws-sqs": "^1.8.0",
"@aws-cdk/core": "^1.8.0"
"@aws-cdk/aws-autoscaling": "^1.9.0",
"@aws-cdk/aws-iam": "^1.9.0",
"@aws-cdk/aws-lambda": "^1.9.0",
"@aws-cdk/aws-sns": "^1.9.0",
"@aws-cdk/aws-sns-subscriptions": "^1.9.0",
"@aws-cdk/aws-sqs": "^1.9.0",
"@aws-cdk/core": "^1.9.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-autoscaling": "^1.8.0",
"@aws-cdk/aws-iam": "^1.8.0",
"@aws-cdk/aws-lambda": "^1.8.0",
"@aws-cdk/aws-sns": "^1.8.0",
"@aws-cdk/aws-sns-subscriptions": "^1.8.0",
"@aws-cdk/aws-sqs": "^1.8.0",
"@aws-cdk/core": "^1.8.0"
"@aws-cdk/aws-autoscaling": "^1.9.0",
"@aws-cdk/aws-iam": "^1.9.0",
"@aws-cdk/aws-lambda": "^1.9.0",
"@aws-cdk/aws-sns": "^1.9.0",
"@aws-cdk/aws-sns-subscriptions": "^1.9.0",
"@aws-cdk/aws-sqs": "^1.9.0",
"@aws-cdk/core": "^1.9.0"
},
"engines": {
"node": ">= 8.10.0"
"node": ">= 10.3.0"
},
"stability": "stable"
}

@@ -25,3 +25,3 @@ {

"stripInternal": true,
"target": "ES2018",
"target": "ES2017",
"composite": true

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