🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nodebb-plugin-mega-colors

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-mega-colors - npm Package Compare versions

Comparing version
0.10.15
to
0.10.16
+3
-1
library.js

@@ -29,3 +29,5 @@ (function (module) {

function chooseColor ($1) {
$1 = $1.toLowerCase();
if ('лидер' === $1) return '#cf0000';
if ('генерал' === $1) return '#f7632b';
if ('офицер' === $1) return '#cf6800';

@@ -57,2 +59,2 @@ if ('рекрутер' === $1) return '#008000';

})(module);
})(module);
{
"name": "nodebb-plugin-mega-colors",
"version": "0.10.15",
"version": "0.10.16",
"nbbpm": {

@@ -5,0 +5,0 @@ "compatibility": "^0.7.1 || ^0.8.0 || ^0.9.0 || ^1.0.0"