@ubio/logger
Advanced tools
+1
-0
@@ -16,2 +16,3 @@ declare function ubioLogger(options: ubioLogger.LoggerOptions): ubioLogger.Logger | ||
| warning(message: string, details?: object): void; | ||
| warn(message: string, details?: object): void; | ||
| error(message: string, details?: object): void; | ||
@@ -18,0 +19,0 @@ alert(message: string, details?: object): void; |
+2
-0
@@ -19,2 +19,3 @@ 'use strict'; | ||
| { severity: 'warning', stream: out }, | ||
| { severity: 'warning', alias: 'warn', stream: out }, | ||
| { severity: 'error', stream: out }, | ||
@@ -37,2 +38,3 @@ { severity: 'alert', stream: out } | ||
| { severity: 'warning', stream: out }, | ||
| { severity: 'warning', alias: 'warn', stream: out }, | ||
| { severity: 'error', stream: err }, | ||
@@ -39,0 +41,0 @@ { severity: 'alert', stream: err } |
+4
-4
| { | ||
| "name": "@ubio/logger", | ||
| "version": "1.4.1", | ||
| "version": "1.4.2", | ||
| "description": "Logger component for UB", | ||
@@ -23,7 +23,7 @@ "main": "index.js", | ||
| "devDependencies": { | ||
| "eslint": "^5.14.1", | ||
| "eslint": "^6.2.2", | ||
| "eslint-config-ub": "^3.0.0", | ||
| "mocha": "^6.0.0", | ||
| "mocha": "^7.1.2", | ||
| "sandboxed-module": "^2.0.3", | ||
| "sinon": "^7.2.4" | ||
| "sinon": "^7.4.1" | ||
| }, | ||
@@ -30,0 +30,0 @@ "dependencies": { |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
7986
2.25%184
1.66%