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

seneca

Package Overview
Dependencies
Maintainers
1
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seneca - npm Package Compare versions

Comparing version 3.23.0 to 3.23.1

26

CHANGES.md

@@ -0,5 +1,15 @@

## 3.22.1 2020-12-10
* Flat logger shows Error callpoint.
## 3.23.0 2020-11-30
* Update dependencies that have been converted to typescript.
## 3.22.0 2020-07-02
* Update patrun module to fix sub multiple fires
* PR #855 seneca.fail - allow the boolean first arg to trigger the error throw
* Update patrun module to fix sub multiple fires.
* PR #855 seneca.fail - allow the boolean first arg to trigger the error throw.

@@ -9,3 +19,3 @@

* Handle 'object' === typeof(null) edge cases.
* Handle 'object' === typeof(null) edge cases..

@@ -15,4 +25,4 @@

* Preserve default arrays in plugin options
* Accept older Joi schemas
* Preserve default arrays in plugin options.
* Accept older Joi schemas.

@@ -22,4 +32,4 @@

* Starting port to TypeScript, see lib/plugin.ts
* Well-defined plugin load lifecycle, see lib/plugin.ts use of https://github.com/rjrodger/ordu
* Starting port to TypeScript, see lib/plugin.ts.
* Well-defined plugin load lifecycle, see lib/plugin.ts use of https://github.com/rjrodger/ordu.

@@ -29,3 +39,3 @@

* Fixes regression with `seneca.depends`: https://github.com/senecajs/seneca/issues/792
* Fixes regression with `seneca.depends`: https://github.com/senecajs/seneca/issues/792.

@@ -32,0 +42,0 @@

@@ -576,3 +576,3 @@ /* Copyright © 2010-2019 Richard Rodger and other contributors, MIT License. */

return Object.assign(
let entry = Object.assign(
{

@@ -585,2 +585,4 @@ notice: err.message,

)
return entry
}

@@ -587,0 +589,0 @@

@@ -341,2 +341,6 @@ /* Copyright © 2014-2018 Richard Rodger and other contributors, MIT License. */

if (null == err.callpoint) {
err.callpoint = Common.error.callpoint(err)
}
instance.log.error(entry)

@@ -343,0 +347,0 @@ instance.emit('act-err', msg, err)

{
"name": "seneca",
"description": "A Microservices Framework for Node.js",
"version": "3.23.0",
"version": "3.23.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "http://senecajs.org",

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