Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastify-webhook

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-webhook - npm Package Versions

2

4.0.1

Diff

Changelog

Source

4.0.1 (2022-07-25)

Full Changelog Summary Changelog:

  • Removed reference to an internal Fastify data structure for the request
smartiniatnpm
published 4.0.0 •

Changelog

Source

4.0.0 (2022-07-22)

Full Changelog Summary Changelog:

  • Updated requirements to Fastify '^4.0.0' and Fastify-plugin '^4.0.0'; update code with related changes
  • Updated all dependencies to latest (for Node.js 14 LTS)
  • Update and simplified example and test code
  • Update documentation from sources with JSDoc
smartiniatnpm
published 3.0.0 •

Changelog

Source

3.0.0 (2022-03-27)

Full Changelog Summary Changelog:

  • Update requirements to latest Fastify 3.x and Node.js 10 LTS
  • Ensure all works again
smartiniatnpm
published 2.1.0 •

Changelog

Source

2.1.0 (2021-04-07)

Full Changelog Summary Changelog:

  • Update requirements to latest Fastify 2.x, so currently release '^2.15.3'
  • Feature: keep compatibility with Node.js 8 LTS (but this is last release)
  • Update all other dependencies
  • Update Tap to latest (major), and update deprecated calls in tests
  • Add JSDoc to generate documentation from sources
smartiniatnpm
published 2.0.0 •

Changelog

Source

2.0.0 (2019-04-10)

Full Changelog Summary Changelog:

  • Update requirements to Fastify v2
  • Update all dependencies
  • Breaking Change: rename plugin option 'beforeHandler' to 'preHandler', due to a change/rename in Fastify v2
  • Update function arguments like in Fastify v2 (from req to request, etc)
smartiniatnpm
published 1.0.0 •

Changelog

Source

1.0.0 (2019-04-05)

Summary Changelog:

  • Updated all dependencies
  • Note that this release number means that the plugin is stable, and for Fastify v1
  • Small updates
smartiniatnpm
published 0.4.0 •

Changelog

Source

0.4.0 (2019-04-01)

Summary Changelog:

  • Align with latest Fastify v1 (and related plugins)
  • Updated all dependencies
  • Updated Tap tests
  • Update code to use latest ES6/7/8 syntax
  • Improve tests and examples, to read 'secretKey' value from env var SECRET_KEY or otherwise from a fixed default value
  • Breaking Change: rename plugin option 'disableDefaultWebhook' into 'disableWebhook'
  • Add plugin option 'enableGetPlaceholder' (default false) to publish via GET a route with the same path of the webhook, but returning an HTTP Error 405 Method Not Allowed; add a sample usage in the 'example-enhanced'
smartiniatnpm
published 0.3.2 •

Changelog

Source

0.3.2 (2019-02-03)

Summary Changelog:

  • Updated all dependencies
  • Updated Tap tests
smartiniatnpm
published 0.3.1 •

Changelog

Source

0.3.1 (2019-01-02)

Summary Changelog:

  • Update dependency on 'fastify-plugin' to '^1.4.0'
  • Updated all other plugin dependencies
smartiniatnpm
published 0.3.0 •

Changelog

Source

0.3.0 (2018-12-03)

Summary Changelog:

  • Update required Fastify version to '^1.1.0', but stay on 1.x
  • Update dependency on 'fastify-plugin' to '^1.2.1'
  • Updated plugins
  • Updated unit tests and examples to use new Fastify syntax/features
  • In examples, listen to '127.0.0.1' and no more to all addresses ('0.0.0.0'), best practice for examples (unless you need to publish from a container)
  • Move plugin main source in a 'src' folder
  • Small cleanup and simplifications in the code base
2
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