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.0.2 to 0.1.0

3

dist/index.js

@@ -0,3 +1,6 @@

// Export all general utilities for building custom resources
export { SUCCESS, FAILED, send, } from './cfn-response';
export { CustomResource } from './custom-resource';
// Export actual resources
export { ACMCloudfrontCertificate } from './acm-certificate';
//# sourceMappingURL=index.js.map

2

package.json
{
"name": "@collaborne/custom-cloudformation-resources",
"version": "0.0.2",
"version": "0.1.0",
"description": "Custom CloudFormation resources",

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

@@ -0,5 +1,15 @@

// Export all general utilities for building custom resources
export {
CustomResourceRequest,
ResponseStatus,
SUCCESS,
FAILED,
send,
} from './cfn-response';
// Export required interfaces
export { Logger } from './logger';
export { CustomResource } from './custom-resource';
export { CustomResourceRequest, ResponseStatus } from './cfn-response';
// Export actual resources
export { ACMCloudfrontCertificate } from './acm-certificate';

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