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

seneca

Package Overview
Dependencies
Maintainers
2
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seneca - npm Package Versions

1
14

3.8.1

Diff

Changelog

Source

3.8.1 2019-02-10

  • Fix action annotations - seneca-joi now works again.
rjrodger
published 3.8.0 •

Changelog

Source

3.8.0 2019-01-13

  • Plugin Seneca instance has init convenience method for initialization action.
  • Plugins can define local error codes with errors property.
  • Updated fail method throws Seneca Eraro exceptions directly and supports plugin-local codes.
  • Option to ensure plugins load only once, and to ignore plugins.
rjrodger
published 3.8.0-rc3 •

rjrodger
published 3.7.0 •

Changelog

Source

3.7.0 2018-07-18

  • role:seneca,cmd:ping responds with instance and process metrics.
  • Fixed memory leak in history: https://github.com/senecajs/seneca/issues/680 .
  • Utility modules available via Seneca.util: Eraro, Jsonic, Nid, Patrun.
  • meta.custom is now preserved properly over entire action pathway including transports.
rjrodger
published 3.6.0 •

Changelog

Source

3.6.0 2018-05-28

  • translate method simplifies translating message patterns.
  • Message metadata has custom sub-object that propogates with message.
rjrodger
published 3.5.0 •

Changelog

Source

3.5.0 2018-05-14

  • Better format for fatal error messages.
  • Passes npm audit.
  • Fixed double sub call.
rjrodger
published 3.4.3 •

Changelog

Source

3.4.3 2017-10-13

  • Supports --seneca.test to trigger test mode.
  • Support SENECA_TEST enviroment variable.
rjrodger
published 3.4.2 •

Changelog

Source

3.4.2 2017-08-10

  • Fixes priors bug #662.
  • Removes errant debugging code.
  • Fixes history pruning.
  • Slightly neater test logs (suffix to IN/OUT indicates sync/async message).
rjrodger
published 3.4.1 •

Changelog

Source

3.4.1 2017-07-06

  • Backwards compatibility fix for seneca-amqp-transport 2.2.0 (legacy.meta=true).
rjrodger
published 3.4.0 •

Changelog

Source

3.4.0 2017-07-03

  • Verified working against Node 8.
  • Added github standard code of conduct.
  • Now using https://github.com/prettier/prettier as code format.
  • Refactored message and reply meta data, making message tracking much easier; Actions and callbacks get a third parameter meta, that has all the details.
  • Minor refactor of error handling so that errors are passed-through; intended for 4.x, enable with legacy.error=false.
  • Next-generation transport (2X faster, new simpler API for transport writers) included in core Seneca; only http transport written; intended to be default transport in 4.x, enable with legacy.transport=false.
  • As part of next-generation transport, a new message protocol that gives the message data priority as a JSON object, and placed Seneca meta data into the meta$ property.
  • Action cache replaced by action history utility, making a decoupled seneca.reply method possible (as used (and needed) by next-generation transport).
  • Fixed root deprecation warning; Better, but incomplete refactor of source files; some minor fixes;
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