Socket
Socket
Sign inDemoInstall

@netlify/functions

Package Overview
Dependencies
Maintainers
15
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.5.0 to 0.6.0

src/lib/builder.js

7

CHANGELOG.md
# Changelog
## [0.6.0](https://www.github.com/netlify/functions-js/compare/v0.5.0...v0.6.0) (2021-04-12)
### Features
* rename builder function wrapper ([#44](https://www.github.com/netlify/functions-js/issues/44)) ([3738d98](https://www.github.com/netlify/functions-js/commit/3738d98a17a538728b07758e6b8c795ac6ceb528))
## [0.5.0](https://www.github.com/netlify/functions-js/compare/v0.4.1...v0.5.0) (2021-04-08)

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

4

package.json

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

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

@@ -61,3 +61,3 @@ "files": [

"@commitlint/config-conventional": "^12.0.0",
"@netlify/eslint-config-node": "^2.6.1",
"@netlify/eslint-config-node": "^2.6.2",
"ava": "^2.4.0",

@@ -64,0 +64,0 @@ "husky": "^4.3.8",

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

const { builderFunction } = require('./lib/builder_functions')
const { builder } = require('./lib/builder')
module.exports = { builderFunction }
module.exports = { builder }
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