mongoose-webhooks

Sends webhook on mongoose model events

MIT License

Downloads
23
Stars
2
Committers
3

Bot releases are hidden (Show)

mongoose-webhooks - Update dependencies Latest Release

Published by amalfra 11 months ago

  • Updated dependencies to fix security vulnerabilities
mongoose-webhooks - Update mongoose dependency

Published by amalfra over 1 year ago

  • Updated mongoose dependency version to fix security vulnerabilities.
mongoose-webhooks - Update dependencies

Published by amalfra almost 2 years ago

Updated all deps to fix security vulnerabilities.

mongoose-webhooks - Updated dependencies

Published by amalfra over 2 years ago

Updated version of all outdated dependencies

mongoose-webhooks - Switch to github actions and drops support for older nodejs versions

Published by amalfra about 3 years ago

  • Switch to github actions for CI
  • Drop support for older node version. Now min 12.22.4 is required
  • Remove some unnecessary eslint rules and syntaxes updates for that
mongoose-webhooks - Update glob-parent version

Published by amalfra over 3 years ago

Update glob-parent version to fix security vulnerabilities.

mongoose-webhooks - Update lodash version

Published by amalfra over 3 years ago

Updates lodash version to fix security vulnerability

mongoose-webhooks - Updates all packages to latest version

Published by amalfra almost 4 years ago

This release update all dependencies to latest version and removes deprecated packages.

As part of modernising development this release onwards, CI linting is also added.

mongoose-webhooks - Adds support for multiple urls

Published by amalfra over 7 years ago

The release adds support for multiple urls to be passed as option. The urls option will accept both string as well as array if urls. The webhook will be delivered to all the urls which are passed as option

Newly added option

  • urls : You can specify the URL(s) to send webhook with this option. This accepts multiple values as arrays too.

Note: The url option is still supported but its advised to use urls option since url option can get removed in future

mongoose-webhooks -

Published by amalfra over 8 years ago

The two options supported are

  • url : You can specify the URL to send webhook with this option. This is a required option
  • useragent : Lets you specify the User-Agent header for the webhook request. This is optional.