Socket
Socket
Sign inDemoInstall

bole

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bole - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## [5.0.4](https://github.com/rvagg/bole/compare/v5.0.3...v5.0.4) (2023-04-24)
### Bug Fixes
* node.js versions in workflow ([1711c61](https://github.com/rvagg/bole/commit/1711c61a3c303b5076ba889761d711f734711e49))
### Trivial Changes
* adjust naming of setFastTime feature in README ([#34](https://github.com/rvagg/bole/issues/34)) ([41ac45d](https://github.com/rvagg/bole/commit/41ac45dee9edb569128d681f6839828ee11b9b0a))
* **deps:** bump actions/checkout from 3.3.0 to 3.5.0 ([#36](https://github.com/rvagg/bole/issues/36)) ([e691334](https://github.com/rvagg/bole/commit/e69133480b141ecce6eaee8a401823dbb8de152f))
* **deps:** bump actions/checkout from 3.5.0 to 3.5.2 ([#38](https://github.com/rvagg/bole/issues/38)) ([a8b6053](https://github.com/rvagg/bole/commit/a8b6053ca76c0d5af616686a3e69402ef4bd095e))
## [5.0.3](https://github.com/rvagg/bole/compare/v5.0.2...v5.0.3) (2023-01-06)

@@ -2,0 +16,0 @@

2

package.json
{
"name": "bole",
"version": "5.0.3",
"version": "5.0.4",
"description": "A tiny JSON logger",

@@ -5,0 +5,0 @@ "main": "bole.js",

@@ -45,3 +45,3 @@ # bole

* Very fast, bole has been optimised for common cases and is designed to add minimal overhead to your applications, use the `fastTime` feature (below) to make it even faster
* Very fast, bole has been optimised for common cases and is designed to add minimal overhead to your applications, use the `bole.setFastTime()` feature (below) to make it even faster
* Arbitrary log **names**, create a logger by calling `const log = bole('logname')` and `'logname'` will be attached to the output

@@ -48,0 +48,0 @@ * Loggers have 4 levels / methods: `log.debug()`, `log.info()`, `log.warn()`, `log.error()`

Sorry, the diff of this file is not supported yet

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