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 Compare versions

Comparing version 0.2.3 to 0.2.4

17

CHANGELOG.md
# Change Log
## [0.3.0](https://github.com/smartiniOnGitHub/fastify-cloudevents/releases/tag/0.3.0) (unreleased)
Summary Changelog:
- Update [cloudevent](https://www.npmjs.com/package/cloudevent) to '0.3.0',
with some breaking changes (as usual use something like "cloudevent": "^0.3.0")
- Update all dependencies to latest release
- Update tests
## [0.2.4](https://github.com/smartiniOnGitHub/fastify-cloudevents/releases/tag/0.2.4) (2019-02-18)
Summary Changelog:
- Change dependencies to stay on [cloudevent](https://www.npmjs.com/package/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
## [0.2.3](https://github.com/smartiniOnGitHub/fastify-cloudevents/releases/tag/0.2.3) (2019-01-22)

@@ -8,2 +22,5 @@ Summary Changelog:

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

@@ -10,0 +27,0 @@ - Updated README with serialization options, and a reference to the new package name

13

package.json
{
"name": "fastify-cloudevents",
"version": "0.2.3",
"version": "0.2.4",
"description": "Fastify Plugin to serialize events in the CloudEvents standard format",
"main": "src/plugin",
"scripts": {
"dependency:log": "npm list > ./temp/dependencies.log",
"example": "node example/example",

@@ -15,11 +16,11 @@ "example-enhanced": "node example/example-enhanced",

"dependencies": {
"fastify-plugin": "^1.4.0",
"fast-json-stringify": "^1.10.0",
"cloudevent": "^0.2.2"
"fastify-plugin": "^1.5.0",
"fast-json-stringify": "^1.11.0",
"cloudevent": "~0.2.2"
},
"devDependencies": {
"fastify": "^1.13.4",
"fastify": "^1.14.1",
"simple-get": "^3.0.3",
"standard": "^12.0.1",
"tap": "^12.1.2"
"tap": "^12.5.3"
},

@@ -26,0 +27,0 @@ "peerDependencies": {},

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