@geek/logger
Advanced tools
Comparing version 1.0.17 to 1.0.18
@@ -12,81 +12,2 @@ /* eslint-disable eqeqeq */ | ||
const colors = [ | ||
20, | ||
21, | ||
26, | ||
27, | ||
32, | ||
33, | ||
38, | ||
39, | ||
40, | ||
41, | ||
42, | ||
43, | ||
44, | ||
45, | ||
56, | ||
57, | ||
62, | ||
63, | ||
68, | ||
69, | ||
74, | ||
75, | ||
76, | ||
77, | ||
78, | ||
79, | ||
80, | ||
81, | ||
92, | ||
93, | ||
98, | ||
99, | ||
112, | ||
113, | ||
128, | ||
129, | ||
134, | ||
135, | ||
148, | ||
149, | ||
160, | ||
161, | ||
162, | ||
163, | ||
164, | ||
165, | ||
166, | ||
167, | ||
168, | ||
169, | ||
170, | ||
171, | ||
172, | ||
173, | ||
178, | ||
179, | ||
184, | ||
185, | ||
196, | ||
197, | ||
198, | ||
199, | ||
200, | ||
201, | ||
202, | ||
203, | ||
204, | ||
205, | ||
206, | ||
207, | ||
208, | ||
209, | ||
214, | ||
215, | ||
220, | ||
221, | ||
]; | ||
const generateNamespaceColor = namespace => { | ||
@@ -201,1 +122,80 @@ let hash = 0; | ||
const colors = [ | ||
20, | ||
21, | ||
26, | ||
27, | ||
32, | ||
33, | ||
38, | ||
39, | ||
40, | ||
41, | ||
42, | ||
43, | ||
44, | ||
45, | ||
56, | ||
57, | ||
62, | ||
63, | ||
68, | ||
69, | ||
74, | ||
75, | ||
76, | ||
77, | ||
78, | ||
79, | ||
80, | ||
81, | ||
92, | ||
93, | ||
98, | ||
99, | ||
112, | ||
113, | ||
128, | ||
129, | ||
134, | ||
135, | ||
148, | ||
149, | ||
160, | ||
161, | ||
162, | ||
163, | ||
164, | ||
165, | ||
166, | ||
167, | ||
168, | ||
169, | ||
170, | ||
171, | ||
172, | ||
173, | ||
178, | ||
179, | ||
184, | ||
185, | ||
196, | ||
197, | ||
198, | ||
199, | ||
200, | ||
201, | ||
202, | ||
203, | ||
204, | ||
205, | ||
206, | ||
207, | ||
208, | ||
209, | ||
214, | ||
215, | ||
220, | ||
221, | ||
]; |
{ | ||
"name": "@geek/logger", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "Logging module for Node.js and Axway Titanium", | ||
@@ -51,16 +51,15 @@ "main": "Logger.js", | ||
"devDependencies": { | ||
"@titanium/eslint-config": "0.0.18", | ||
"eslint": "^7.12.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsdoc": "^30.7.3", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"fs-extra": "^9.0.1", | ||
"lodash": "^4.17.20" | ||
"@geek/eslint-config": "^1.0.3", | ||
"eslint": "^8.6.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-jsdoc": "^37.5.1", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"fs-extra": "^10.0.0", | ||
"lodash": "^4.17.21" | ||
}, | ||
"peerDependencies": { | ||
"ansi-colors": "^4.1.1", | ||
"@geek/jsonc": "^1.0.1" | ||
"@geek/jsonc": "^1.0.4", | ||
"ansi-colors": "^4.1.1" | ||
}, | ||
"dependencies": {}, | ||
"private": false | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89187