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

seneca

Package Overview
Dependencies
Maintainers
1
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seneca - npm Package Versions

1
15

0.9.0

Diff

Changelog

Source

0.9.0: 2015-12-03

  • act now displays a deprecation warning when its invoked within a plugin initialization function. To disable deprecation warnings, run node with --no-deprecation. PR 254
    • private$ is now exposed on seneca object. PR 260
    • The repl is now an external plugin, enabled by default. To disable set default_plugins.repl to false when creating seneca object. PR 255
    • Cluster is now an external plugin, enabled by default. To disable set default_plugins.cluster to false when creating seneca object. PR 256
    • Closing seneca now removes all relevant event listeners. PR 259
    • has function now converts strings to javascript objects. PR 262
    • Internal cleanup and organization of code, as well as more tests.
wyatt
published 0.8.0 •

Changelog

Source

0.8.0: 2015-11-20

  • Fixed seneca.print.tree[all] argument not being passed correctly to optioner. Issue 177.

    • Fix minor memory leak, when seneca closed it didn't detach process listeners. Pull request 230 and issue 226.
    • Fix api_delegate not calling client and server with arguments. Pull request 218.
    • Throw when trying to use seneca in cluster mode on node 0.10. This is do to to cluster support in node not working correctly prior to version 0.12.0. Pull request 227.
    • Outdated dependencies are updated to their latest stable ES5 versions.
      Pull request 236.
    • New function added to seneca named decorate. Used to extend the core seneca object with new functionality. Pull request 233.
    • Support data store merge$ ability. Pull request 217.
    • Support added for arrays to be used as defaults in actions. Issue 185.
    • General code cleanup and linting of internal code to follow style guide.
      More tests were also added to increase code coverage. Pull requests 207, 208, 214, 215, 223, 229, 238

    For all of the release information please view the 0.8.0 milestone on github: https://github.com/senecajs/seneca/milestones/0.8.0

matteo.collina
published 0.7.2 •

Changelog

Source

0.7.2: 2015-10-27

  • Fix support for catchall (without pins) clients. Issue 199. Pull request 200.
rjrodger
published 0.7.1 •

Changelog

Source

0.7.1: 2015-10-05

  • repl now supports quit/exit command
    • seneca.sub provides subscription pattern via meta$.sub
rjrodger
published 0.7.0 •

Changelog

Source

0.7.0: 2015-10-04

  • support node 4
    • update to patrun 0.5; now supports glob adds
    • new documentation system
rjrodger
published 0.6.5 •

Changelog

Source

0.6.5: 2015-09-04

  • revert to non-strict adds so that priors can be subset patterns, see issues 145, 149
rjrodger
published 0.6.4 •

Changelog

Source

0.6.4: 2015-07-29

  • bug fixes for issues: 144, 141, 143
    • documentation article on priors, issue 147
rjrodger
published 0.6.3 •

Changelog

Source

0.6.3: 2015-07-12

  • Use lab instead of mocha for unit testing
    • Use jsonic.stringify for consistent object string descriptions
    • Fix action-id/transaction-id edge cases; ids now transfer fully over priors and processes
    • Moved to docpad for github pages site
    • Rewrote getting started guide
    • Bug fixes for github issues: 135
rjrodger
published 0.6.2 •

Changelog

Source

0.6.2: 2015-06-22

  • REPL enhanced, now accepts literal jsonic patterns and traces action flow
    • Option debug.callpoint adds call point source file and line number tracing to logging
    • Bug fixes for github issues: 106, 125, 87, 110, 114, 130
    • Added logging option: --seneca.log.short makes all ids 2 chars in length
    • Added debug option: --seneca.print.tree(.all) - prints pattern tree to console
    • Bug fixes and minor updates to seneca-transport, seneca-web, seneca-basic, seneca-mem-store
rjrodger
published 0.6.1 •

Changelog

Source

0.6.1: 2015-02-04

  • "zig" style control flow for neater code
    • Much improved error logging and action tracing
    • Plugin initialization errors are fatal
    • Transport mapping sub-system completely refactored
    • Bug fixes for github issues: 92, 88, 86, 80, 97
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