Socket
Socket
Sign inDemoInstall

@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.45.0 to 1.46.0

17

lib/index.js
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
// AWS::ACMPCA CloudFormation Resources:
__export(require("./acmpca.generated"));
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7OztBQUFBLHdDQUF3QztBQUN4Qyx3Q0FBbUMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBBV1M6OkFDTVBDQSBDbG91ZEZvcm1hdGlvbiBSZXNvdXJjZXM6XG5leHBvcnQgKiBmcm9tICcuL2FjbXBjYS5nZW5lcmF0ZWQnO1xuIl19
__exportStar(require("./acmpca.generated"), exports);
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJpbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7QUFBQSx3Q0FBd0M7QUFDeEMscURBQW1DIiwic291cmNlc0NvbnRlbnQiOlsiLy8gQVdTOjpBQ01QQ0EgQ2xvdWRGb3JtYXRpb24gUmVzb3VyY2VzOlxuZXhwb3J0ICogZnJvbSAnLi9hY21wY2EuZ2VuZXJhdGVkJztcbiJdfQ==
{
"name": "@aws-cdk/aws-acmpca",
"version": "1.45.0",
"version": "1.46.0",
"description": "The CDK Construct Library for AWS::ACMPCA",

@@ -68,13 +68,13 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "1.45.0",
"cdk-build-tools": "1.45.0",
"cfn2ts": "1.45.0",
"pkglint": "1.45.0"
"@aws-cdk/assert": "1.46.0",
"cdk-build-tools": "1.46.0",
"cfn2ts": "1.46.0",
"pkglint": "1.46.0"
},
"dependencies": {
"@aws-cdk/core": "1.45.0",
"@aws-cdk/core": "1.46.0",
"constructs": "^3.0.2"
},
"peerDependencies": {
"@aws-cdk/core": "1.45.0",
"@aws-cdk/core": "1.46.0",
"constructs": "^3.0.2"

@@ -81,0 +81,0 @@ },

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