Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bellman

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bellman - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

2

package.json

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.1.11",
"version": "1.1.12",
"description": "Yet another console logger. A pretty and powerful one, though.",

@@ -8,0 +8,0 @@ "homepage": "https://github.com/nskazki/bellman",

@@ -11,3 +11,3 @@ # Bellman

- `reg` - registers a file from which methods that print console messages will be called in order to adjust the width of the `:caller` row
- `reg` - registers the file from which logging methods will be called to adjust the width of the `:caller` row

@@ -17,3 +17,3 @@ ### Default config

```js
import Logger from 'bellman'
const Logger = require('bellman')

@@ -33,3 +33,3 @@ new Logger()

```js
import Logger from 'bellman'
const Logger = require('bellman')

@@ -36,0 +36,0 @@ const userConfig = {

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