New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-cfn-custom-resource-response

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-cfn-custom-resource-response - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

index.js

@@ -9,2 +9,4 @@ const https = require('https');

LogicalResourceId
Status,
Reason
}) => {

@@ -37,3 +39,3 @@ const responseBody = JSON.stringify({

const { body, ...options } = buildResponse(event);
const { body, ...options } = buildResponse({ ...event, Status, Reason });
const request = https.request(options, ({ statusCode, headers }) => (statusCode < 200 || statusCode > 299)

@@ -40,0 +42,0 @@ ? callback({ statusCode, headers })

{
"name": "aws-cfn-custom-resource-response",
"version": "0.0.3",
"version": "0.0.4",
"description": "A library that builds & sends the right custom resource response out of the lambda event",

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

@@ -5,3 +5,3 @@ # aws-cfn-custom-resource-response

### example
```
```js
const sendAWSResponse = require('aws-cfn-custom-resource-response');

@@ -8,0 +8,0 @@

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