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

fastify-cloudevents

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastify-cloudevents - npm Package Versions

13

1.0.0

Diff

Changelog

Source

1.0.0 (2019-03-26)

Summary Changelog:

  • Updated all dependencies
  • Note that this release number means that the plugin is stable, and for Fastify v1
  • Test example server scripts under load, using clinic and autocannon, to ensure that there aren't memory leaks, slowness, or other problems
  • Small updates in code and examples
  • Pin dependency on cloudevent to '0.4.x'
smartiniatnpm
published 0.4.0 •

Changelog

Source

0.4.0 (2019-03-16)

Summary Changelog:

  • Update docs and examples to show the usage of new plugin features
  • Update all dependencies to latest release, but stay on Fastify v1 for now
  • In plugin option serverUrlMode add a new value (default choice now) 'pluginAndRequestSimplified' to simplify (remove URL arguments) when building the value for the 'sourceURL' attribute
  • In serialize function, add a boolean option 'onlyValid' (by default false) to serialize only a valid CloudEvent instance
  • Remove some inline logic and instead use methods exposed by Transformer (from the CloudEvent library)
  • Other small improvements to go towards plugin '1.0.0'
  • Update tests due to some behavior (for edge cases) was fixed in the CloudEvent library
  • Improve (a little) test code coverage for functions exposed by the plugin
smartiniatnpm
published 0.3.0 •

Changelog

Source

0.3.0 (2019-03-04)

Summary Changelog:

  • Update cloudevent to '0.3.0', with some breaking changes (as usual for dependency use "cloudevent": "^0.3.0")
  • Update docs and examples to show the usage of plugin features
  • Update all dependencies to latest release
  • Update tests
smartiniatnpm
published 0.2.4 •

Changelog

Source

0.2.4 (2019-02-18)

Summary Changelog:

  • Change dependencies to stay on cloudevent to '0.2.x', because the '0.3.0' has some breaking changes (so use "cloudevent": "~0.2.2")
  • Update all dependencies to latest release
  • Update tests
smartiniatnpm
published 0.2.3 •

Changelog

Source

0.2.3 (2019-01-22)

Summary Changelog:

  • Update cloudevent to '0.2.2', with the ability to get CloudEvent data (payload), and the ability to serialize even with a non default contentType
  • Update plugin exposed function for fast serialization ('cloudEventSerializeFast') to accept serialization options (like in 'cloudevent') to be able to serialize even with a non default contentType
  • Updated dependencies to latest release
  • Updated README with serialization options, and a reference to the new package name of the underlying library
  • Add npm custom command to run Tap unit tests with nodejs debugger breaks enabled (inspector)
  • Other small fixes
smartiniatnpm
published 0.2.2 •

Changelog

Source

0.2.2 (2018-12-25)

Summary Changelog:

  • Updated dependencies to latest release
  • Add client IP address in a custom attribute inside the data section of generated CloudEvent instances
smartiniatnpm
published 0.2.1 •

Changelog

Source

0.2.1 (2018-12-20)

Summary Changelog:

  • Update cloudevent to '0.2.1', to remove JSON schema from here and use that exposed by that library
  • Updated dependencies to latest release
  • Other small fixes
smartiniatnpm
published 0.2.0 •

Changelog

Source

0.2.0 (2018-12-17)

Summary Changelog:

  • Update cloudevent.js to '0.2.0', with some breaking changes inside (like the source parameter moved outside its options, etc)
  • Change dependency from cloudevent.js to the new name cloudevent more searchable (the old name is deprecated)
  • Update Fastify dependencies to '1.1.0' or higher (but on 1.x)
  • Add plugin option serverUrlMode (by default null) to specify in which mode source must be constructed in generated CloudEvent instances; see in the README for related values to use. As a sample, add in the example-enhanced with a value to have the same behavior of its default, but that way it will be put in CloudEvent extension object.
smartiniatnpm
published 0.1.4 •

Changelog

Source

0.1.4 (2018-11-15)

Summary Changelog:

  • Tweak implementation for the plugin configuration option includeHeaders and update examples
smartiniatnpm
published 0.1.3 •

Changelog

Source

0.1.3 (2018-11-14)

Summary Changelog:

  • Add the plugin configuration option includeHeaders so that when true all request headers will be put in generated CloudEvents (but by default is false)
  • Update both examples with both values for the plugin configuration option includeHeaders to se default behavior (written the same) and not
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