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.26.1 to 3.26.2

5

CHANGES.md
## 3.26.2 2022-04-18
* Remove injection of plugin name at top level of options.
## 3.26.1 2022-04-18

@@ -3,0 +8,0 @@

5

lib/plugin.js

@@ -638,8 +638,3 @@ /* Copyright © 2020 Richard Rodger and other contributors, MIT License. */

: base_meta;
// NOTE: WARNING: in-place mutation of the object.
//
meta.options = meta.options || options;
let updated_options = {};
updated_options[plugin.fullname] = meta.options;
delegate.options(updated_options);
return meta;

@@ -646,0 +641,0 @@ }

@@ -875,10 +875,4 @@ /* Copyright © 2020 Richard Rodger and other contributors, MIT License. */

// NOTE: WARNING: in-place mutation of the object.
//
meta.options = meta.options || options
let updated_options: any = {}
updated_options[plugin.fullname] = meta.options
delegate.options(updated_options)
return meta

@@ -885,0 +879,0 @@ }

4

package.json
{
"name": "seneca",
"description": "A Microservices Framework for Node.js",
"version": "3.26.1",
"version": "3.26.2",
"license": "MIT",

@@ -125,5 +125,5 @@ "homepage": "http://senecajs.org",

"seneca-joi": "^7.0.2",
"seneca-promisify": "^2.2.2",
"seneca-promisify": "^2.3.0",
"typescript": "^4.6.3"
}
}

Sorry, the diff of this file is not supported yet

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