js-logger icon indicating copy to clipboard operation
js-logger copied to clipboard

Lightweight, unobtrusive, configurable JavaScript logger.

Results 13 js-logger issues
Sort by recently updated
recently updated
newest added

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

Hello! I am developing an app in Next.js and I started adopting this library because I like the way it handles the LOG_LEVELES. In my project i just created a...