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

bse-admin

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bse-admin - npm Package Compare versions

Comparing version 2.4.3 to 2.4.4

2

package.json
{
"name": "bse-admin",
"version": "2.4.3",
"version": "2.4.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

@@ -15,2 +15,3 @@ var util = require('util'),

.setTitle(person)
.setEmail(person)
.processRoute(parent, {

@@ -40,2 +41,15 @@ conditions: {

/**
* Gets email for node
* @param {Object} person - object data for person
* @returns {PersonNode}
*/
PersonNode.prototype.setEmail = function (person) {
this.email = utility.getLanguages().reduce(function (prev, lang) {
prev[lang] = person[lang].email[0] || '';
return prev;
}, {});
return this;
};
/**
* Sets view for node

@@ -42,0 +56,0 @@ * @returns {PersonNode}

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