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.10 to 0.5.11

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

1

dist/index.d.ts

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

export { CloudFrontWafV2 } from './cloudfront-waf-v2';
export { CloudFrontWafV2RuleGroup } from './cloudfront-waf-v2-rule-group';

4

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

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

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

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

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

export { CloudFrontWafV2 } from './cloudfront-waf-v2';
export { CloudFrontWafV2RuleGroup } from './cloudfront-waf-v2-rule-group';

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