bare-console
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -10,2 +10,10 @@ const inspect = require('bare-inspect') | ||
this._timers = new Map() | ||
if (opts.bind) { | ||
this.log = this.log.bind(this) | ||
this.error = this.error.bind(this) | ||
this.time = this.time.bind(this) | ||
this.timeEnd = this.timeEnd.bind(this) | ||
this.trace = this.trace.bind(this) | ||
} | ||
} | ||
@@ -12,0 +20,0 @@ |
{ | ||
"name": "bare-console", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Simple debugging console for JavaScript", | ||
@@ -10,3 +10,3 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "standard && bare test.js" | ||
"test": "standard && brittle test.js" | ||
}, | ||
@@ -13,0 +13,0 @@ "repository": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14541
65