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

1.4.0

Diff

Changelog

Source

1.4.0: 2016-03-16

  • Add setting for immediate pinning. PR #358
  • Allow overriding action timeout. PR #359
  • Use lodash defaultsDeep to implement util.deepextend. PR #364
  • Update transport dependency. PR #372
nfeehan
published 1.3.0 •

Changelog

Source

1.3.0: 2016-03-01

  • Default tag when undefined. PR #349
  • Update transport dependency. PR #351
  • Update transport dependency. PR #352
  • Add test and return listener address info. PR #353
  • Add test for pinning. PR #357
wyatt
published 1.2.0 •

Changelog

Source

1.2.0: 2016-02-17

  • Entity is now loaded as a plugin from the seneca-entity module. PR #343
  • act now can receive more than two arguments in the callback. PR #341
wyatt
published 1.1.0 •

Changelog

Source

1.1.0: 2016-01-28

  • Plugin options can now be loaded and provided asynchronously to future plugins. See Issue #293 for further details.
  • Seneca is now exposed as a property on the main exports. PR #320
  • strict.find is a new option. It allows not-found actions to default to returning an empty object as the result, instead of erroring. PR #333
  • seneca-web is now at version 0.7.0, which includes support for hapi. PR #331
  • seneca-mem-store and seneca-basic are updated to the latest versions. PR #332 All issues for v1.1.0 are contained in the 1.1.0 milestone
wyatt
published 1.0.0 •

Changelog

Source

1.0.0: 2016-01-11

  • Fixed API wrapper so that original function name preserved. Issue #296
  • Fixed CLI --seneca.print.tree arg so that it works correctly. Issue #235
  • Seneca instance now passed as property on add callback function. PR #290
  • Dependencies updated to latest versions. PR #285 and #304
wyatt
published 0.9.3 •

Changelog

Source

0.9.3: 2015-12-21

  • Fixed calling error handler twice with the same error. Issue #245
  • Fixed npm install error message. Issue #274
  • Updated transport plugin to recent version
wyatt
published 0.9.2 •

Changelog

Source

0.9.2: 2015-12-14

  • Fixed seneca Error when loading old style plugin
  • Revert deprecation warning from 0.9.0 when calling act during plugin initialization
mcdonnelldean
published 0.9.1 •

Changelog

Source

0.9.1: 2015-12-08

  • Fixed pins only working when they are provided as strings plus additional tests PR 268
wyatt
published 0.9.0 •

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

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