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

nodecaf

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodecaf - npm Package Versions

13
8

0.13.0-rc1

Diff

gcsboss
published 0.12.5 •

Changelog

Source

[v0.12.5] - 2022-03-07

Added

  • request method and path to route handler args
  • type definitions of the public interface

Fixed

  • route defined with all to never run when there is another match

Deprecated

  • passing multiple functions to routes
  • pos() and pre() hooks
  • fork() handler method
  • req handler arg
  • flash handler arg object
  • next() handler method
  • alwaysRebuildAPI app option
gcsboss
published 0.12.4 •

Changelog

Source

[v0.12.4] - 2022-03-02

Fixed

  • error trying to unsign cookie when there is no secret setup

Changed

  • signed cookie parsing to verify all cookies when secret is set
gcsboss
published 0.12.3 •

Changelog

Source

[v0.12.3] - 2022-02-19

Fixed

  • route matcher erroneously matching paths partially (eg. '/foo/:id' matching /foo/123/bar)
  • write method mishandling buffer concatenation
gcsboss
published 0.12.2 •

Changelog

Source

[v0.12.2] - 2021-12-16

Fixed

  • dependency bug where all log entries are filtered when conf.log.only is not set.
  • errors on shutdown code to not bubble up when cleaning up from startup error
gcsboss
published 0.12.1 •

Changelog

Source

[v0.12.1] - 2021-12-03

Fixed

  • app not being included in log entries when log is not explicitly in the conf
  • lack of cleanup (app.stop()) when user startup function throws

Deprecated

  • app._alwaysRebuildAPI setting. Will be removed on (0.13.x)
gcsboss
published 0.12.0 •

Changelog

Source

[v0.12.0] - 2021-11-30

Added

  • support to node v16.x

Changed

  • available methods on res and req
  • default app setting to NOT parse body by default

Removed

  • app.accept() feature
  • support to form-data request body parsing
gcsboss
published 0.12.0-rc1 •

gcsboss
published 0.11.13 •

Changelog

Source

[v0.11.13] - 2021-09-09

Added

  • call() route handler to run any user function with handler args

Fixed

  • app.call() allowing startup and shutdown to call without explicit this
gcsboss
published 0.11.12 •

Changelog

Source

[v0.11.12] - 2021-09-08

Fixed

  • call() not properly setting function this to the app
  • broken state handling when app.startup or app.shutdown throws
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