Socket
Socket
Sign inDemoInstall

@netlify/functions

Package Overview
Dependencies
Maintainers
16
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/functions - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

7

CHANGELOG.md
# Changelog
### [0.7.2](https://www.github.com/netlify/functions/compare/v0.7.1...v0.7.2) (2021-05-05)
### Bug Fixes
* make `Response.body` optional ([#63](https://www.github.com/netlify/functions/issues/63)) ([9932e07](https://www.github.com/netlify/functions/commit/9932e07b613e562af5aea2f93db8a5fa1526c57a))
### [0.7.1](https://www.github.com/netlify/functions/compare/v0.7.0...v0.7.1) (2021-05-05)

@@ -4,0 +11,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"types": "./src/main.d.ts",
"version": "0.7.1",
"version": "0.7.2",
"description": "JavaScript utilities for Netlify Functions",

@@ -8,0 +8,0 @@ "files": [

@@ -9,4 +9,4 @@ export interface Response {

}
body: string
body?: string
isBase64Encoded?: boolean
}
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