Socket
Socket
Sign inDemoInstall

@aws-cdk/aws-codepipeline-api

Package Overview
Dependencies
Maintainers
5
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.27.0 to 0.28.0

13

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("./artifact"));
__export(require("./action"));
__export(require("./build-action"));
__export(require("./deploy-action"));
__export(require("./source-action"));
__export(require("./test-action"));
__export(require("./validation"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLGdDQUEyQjtBQUMzQiw4QkFBeUI7QUFDekIsb0NBQStCO0FBQy9CLHFDQUFnQztBQUNoQyxxQ0FBZ0M7QUFDaEMsbUNBQThCO0FBQzlCLGtDQUE2QiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCAqIGZyb20gJy4vYXJ0aWZhY3QnO1xuZXhwb3J0ICogZnJvbSAnLi9hY3Rpb24nO1xuZXhwb3J0ICogZnJvbSAnLi9idWlsZC1hY3Rpb24nO1xuZXhwb3J0ICogZnJvbSAnLi9kZXBsb3ktYWN0aW9uJztcbmV4cG9ydCAqIGZyb20gJy4vc291cmNlLWFjdGlvbic7XG5leHBvcnQgKiBmcm9tICcuL3Rlc3QtYWN0aW9uJztcbmV4cG9ydCAqIGZyb20gJy4vdmFsaWRhdGlvbic7XG4iXX0=
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiIl19

28

package.json
{
"name": "@aws-cdk/aws-codepipeline-api",
"version": "0.27.0",
"version": "0.28.0",
"description": "Actions API for AWS Code Pipeline",

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

"devDependencies": {
"@aws-cdk/assert": "^0.27.0",
"cdk-build-tools": "^0.27.0",
"cdk-integ-tools": "^0.27.0",
"pkglint": "^0.27.0"
"@aws-cdk/assert": "^0.28.0",
"cdk-build-tools": "^0.28.0",
"cdk-integ-tools": "^0.28.0",
"pkglint": "^0.28.0"
},
"dependencies": {
"@aws-cdk/aws-events": "^0.27.0",
"@aws-cdk/aws-iam": "^0.27.0",
"@aws-cdk/cdk": "^0.27.0"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-events": "^0.27.0",
"@aws-cdk/aws-iam": "^0.27.0",
"@aws-cdk/cdk": "^0.27.0"
},
"engines": {
"node": ">= 8.10.0"
},
"awslint": {
"exclude": [
"construct-ctor:@aws-cdk/aws-codepipeline-api.Artifact.<initializer>.params[0]",
"construct-ctor:@aws-cdk/aws-codepipeline-api.Artifact.<initializer>.params[1]"
]
}
}
}
## AWS CodePipeline Actions API
This package contains the abstract API of Pipeline Actions.
It's used by the `aws-codepipeline` module,
and the AWS service modules that integrate with AWS CodePipeline.
You should never need to depend on it directly -
instead, depend on `aws-codepipeline`,
and the module you need the concrete Actions from
(like `aws-codecommit`, `aws-codebuild`, etc.).
This package is no longer used, and will be removed in a future version of the CDK.

@@ -37,11 +37,2 @@ {

{
"path": "../aws-events"
},
{
"path": "../aws-iam"
},
{
"path": "../cdk"
},
{
"path": "../assert"

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