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
5
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.5.9 to 0.5.10

dist/cloudfront-waf-v2/index.d.ts

1

dist/index.d.ts

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

export { UserPoolDomainAttributes } from './user-pool-domain-attributes';
export { CloudFrontWafV2 } from './cloudfront-waf-v2';

4

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

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

Object.defineProperty(exports, "UserPoolDomainAttributes", { enumerable: true, get: function () { return user_pool_domain_attributes_1.UserPoolDomainAttributes; } });
var cloudfront_waf_v2_1 = require("./cloudfront-waf-v2");
Object.defineProperty(exports, "CloudFrontWafV2", { enumerable: true, get: function () { return cloudfront_waf_v2_1.CloudFrontWafV2; } });
//# sourceMappingURL=index.js.map
{
"name": "@collaborne/custom-cloudformation-resources",
"version": "0.5.9",
"version": "0.5.10",
"description": "Custom CloudFormation resources",

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

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

export { UserPoolDomainAttributes } from './user-pool-domain-attributes';
export { CloudFrontWafV2 } from './cloudfront-waf-v2';

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