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

@aws-cdk/aws-codedeploy-api

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-codedeploy-api - npm Package Compare versions

Comparing version 0.31.0 to 0.32.0

7

lib/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./load-balancer"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHFDQUFnQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vbG9hZC1iYWxhbmNlcic7XG4iXX0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiIl19

19

package.json
{
"name": "@aws-cdk/aws-codedeploy-api",
"version": "0.31.0",
"version": "0.32.0",
"description": "Load Balancer API for AWS CodeDeploy",
"deprecated": "This package is now obsololete, please remove it from your dependencies",
"main": "lib/index.js",

@@ -42,3 +43,5 @@ "types": "lib/index.d.ts",

"package": "cdk-package",
"awslint": "cdk-awslint"
"awslint": "cdk-awslint",
"build+test+package": "npm run build+test && npm run package",
"build+test": "npm run build && npm test"
},

@@ -58,9 +61,9 @@ "keywords": [

"devDependencies": {
"@aws-cdk/assert": "^0.31.0",
"cdk-build-tools": "^0.31.0",
"cfn2ts": "^0.31.0",
"pkglint": "^0.31.0"
"@aws-cdk/assert": "^0.32.0",
"cdk-build-tools": "^0.32.0",
"cfn2ts": "^0.32.0",
"pkglint": "^0.32.0"
},
"dependencies": {
"@aws-cdk/cdk": "^0.31.0"
"@aws-cdk/cdk": "^0.32.0"
},

@@ -72,4 +75,4 @@ "homepage": "https://github.com/awslabs/aws-cdk",

"peerDependencies": {
"@aws-cdk/cdk": "^0.31.0"
"@aws-cdk/cdk": "^0.32.0"
}
}
## AWS CodeDeploy Load Balancing API
This package contains the abstract API of Load Balancers
as required by the AWS CodeDeploy Construct Library.
You should never need to depend on it directly -
instead, depend on the `aws-codedeploy` package.
This package has been deprecated,
and will be removed in a future release of the Cloud Development Kit.
Please remove if from your dependencies.

@@ -42,2 +42,8 @@ {

"path": "../assert"
},
{
"path": "../../../tools/cdk-build-tools"
},
{
"path": "../../../tools/pkglint"
}

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