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

@jalik/logger

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jalik/logger - npm Package Versions

124

2.2.0

Diff

Changelog

Source

v2.2.0 (2019-02-07)

  • Upgraded dependencies
  • Lib available in ES6+ syntax (see src folder) to enable auto-completion in IDEs
  • Fixes code in README
jalik
published 2.1.4 •

Changelog

Source

v2.1.4 (2019-01-17)

  • Fixes compatibility error 'log' called on an object that does not implement interface Console
jalik
published 2.1.3 •

Changelog

Source

v2.1.3 (2019-01-17)

  • Upgraded dependencies
jalik
published 2.1.2 •

Changelog

Source

v2.1.2 (2018-10-13)

  • Upgraded dependencies
jalik
published 2.1.1 •

Changelog

Source

v2.1.1 (2018-10-10)

  • Upgraded devDependencies
  • Changes package's repository URL
jalik
published 2.1.0 •

Changelog

Source

v2.1.0 (2018-10-10)

  • Adds : after the logger name (ex: ClassLogger: test)
  • Adds method Logger.clone(name: String)
  • Removes useless return instruction in the following methods:
    • Logger.debug()
    • Logger.error()
    • Logger.info()
    • Logger.warn()
jalik
published 2.0.1 •

Changelog

Source

v2.0.1 (2018-06-09)

  • Fixes example of Logger.on(event: String, listener: Function) in README
jalik
published 2.0.0 •

Changelog

Source

v2.0.0 (2018-06-09)

  • BREAKING: Method Logger.on(event: String, listener: Function) has changed to improve ease of use. Before you had to pass debug, error, info or warning as the first string argument, now use the log event instead. Also in the callback, the type of log is inserted as the second argument after message, thus context is now the third argument.
    • BEFORE: Logger.on('error', (message, context) => {})
    • NOW: Logger.on('log', (message, type, context) => {})
  • Fixes code examples in README
jalik
published 1.0.5 •

Changelog

Source

v1.0.5 (2018-06-07)

  • Upgraded dependencies
jalik
published 1.0.4 •

Changelog

Source

v1.0.4 (2018-04-02)

  • Adds constructor option displayName: Boolean
  • Adds constructor option name: String
  • Adds method Logger.getName()
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