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

cloudevent.js

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudevent.js - npm Package Versions

0.2.0

Diff

Changelog

Source

0.2.0 (2018-12-09)

Summary Changelog:

  • Updated dependencies
  • Add Badges in the README for simpler download/identify from NPM web site
  • Remove cloudEventsVersion attribute from constructor (it's defined in the implementation, as a read-only private property); so the change in release number
  • Move source attribute from constructor options to a constructor property (for simpler set/override) and remove its default value; so the change in release number
  • Add JSON Schema for CloudEvent, related to current attributes (so it makes sense to expose here, even if used only by other serializing libraries)
  • Deprecate the current package name, the new name (simpler) will be cloudevent (drop the .js from the package name); this release will have both, but later versions will be published only with the new name; unluckily I can't use 'cloudevents' because it's already used
smartiniatnpm
published 0.1.0 •

Changelog

Source

0.1.0 (2018-08-28)

Summary Changelog:

  • First release compliant with current CloudEvent Spec (0.1.0), with basic features: create instances with all attributes, or with some useful defaults
  • Provide some basic validation checks and validation functions
  • Implement Serialization in the default format
  • Provide a Node.js Example

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