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

@collaborne/custom-cloudformation-resources

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@collaborne/custom-cloudformation-resources - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

dist/user-pool-domain-attributes/index.d.ts

1

dist/index.d.ts

@@ -5,1 +5,2 @@ export { CustomResourceRequest, ResponseStatus, SUCCESS, FAILED, send, } from './cfn-response';

export { ACMCertificate } from './acm-certificate';
export { UserPoolDomainAttributes } from './user-pool-domain-attributes';

4

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ACMCertificate = exports.CustomResource = exports.send = exports.FAILED = exports.SUCCESS = void 0;
exports.UserPoolDomainAttributes = exports.ACMCertificate = exports.CustomResource = exports.send = exports.FAILED = exports.SUCCESS = void 0;
// Export all general utilities for building custom resources

@@ -14,2 +14,4 @@ var cfn_response_1 = require("./cfn-response");

Object.defineProperty(exports, "ACMCertificate", { enumerable: true, get: function () { return acm_certificate_1.ACMCertificate; } });
var user_pool_domain_attributes_1 = require("./user-pool-domain-attributes");
Object.defineProperty(exports, "UserPoolDomainAttributes", { enumerable: true, get: function () { return user_pool_domain_attributes_1.UserPoolDomainAttributes; } });
//# sourceMappingURL=index.js.map
{
"name": "@collaborne/custom-cloudformation-resources",
"version": "0.2.0",
"version": "0.3.0",
"description": "Custom CloudFormation resources",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -16,1 +16,2 @@ // Export all general utilities for building custom resources

export { ACMCertificate } from './acm-certificate';
export { UserPoolDomainAttributes } from './user-pool-domain-attributes';

Sorry, the diff of this file is not supported yet

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