New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bare-console

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-console - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

8

index.js

@@ -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 @@

4

package.json
{
"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": {

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