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

@aws-cdk/aws-acmpca

Package Overview
Dependencies
Maintainers
5
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.38.0 to 1.39.0

24

lib/acmpca.generated.d.ts

@@ -48,2 +48,10 @@ import * as cdk from '@aws-cdk/core';

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnCertificate;
/**
* @cloudformationAttribute Arn

@@ -175,2 +183,10 @@ */

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnCertificateAuthority;
/**
* @cloudformationAttribute Arn

@@ -398,2 +414,10 @@ */

/**
* A factory method that creates a new instance of this class from an object
* containing the CloudFormation properties of this resource.
* Used in the @aws-cdk/cloudformation-include module.
*
* @experimental
*/
static fromCloudFormation(scope: cdk.Construct, id: string, resourceAttributes: any): CfnCertificateAuthorityActivation;
/**
* @cloudformationAttribute CompleteCertificateChain

@@ -400,0 +424,0 @@ */

36

package.json
{
"name": "@aws-cdk/aws-acmpca",
"version": "1.38.0",
"version": "1.39.0",
"description": "The CDK Construct Library for AWS::ACMPCA",

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

"cdk-build": {
"cloudformation": "AWS::ACMPCA"
"cloudformation": "AWS::ACMPCA",
"jest": true
},

@@ -66,36 +67,19 @@ "keywords": [

},
"jest": {
"moduleFileExtensions": [
"js"
],
"coverageThreshold": {
"global": {
"branches": 60,
"statements": 80
}
},
"collectCoverage": true,
"coverageReporters": [
"lcov",
"html",
"text-summary"
]
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.38.0",
"cdk-build-tools": "1.38.0",
"cfn2ts": "1.38.0",
"pkglint": "1.38.0"
"@aws-cdk/assert": "1.39.0",
"cdk-build-tools": "1.39.0",
"cfn2ts": "1.39.0",
"pkglint": "1.39.0"
},
"dependencies": {
"@aws-cdk/core": "1.38.0",
"@aws-cdk/core": "1.39.0",
"constructs": "^3.0.2"
},
"peerDependencies": {
"@aws-cdk/core": "1.38.0",
"@aws-cdk/core": "1.39.0",
"constructs": "^3.0.2"
},
"engines": {
"node": ">= 10.13.0"
"node": ">= 10.13.0 <13 || >=13.7.0"
},

@@ -102,0 +86,0 @@ "stability": "experimental",

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