Socket
Socket
Sign inDemoInstall

comb

Package Overview
Dependencies
0
Maintainers
4
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345Next

2.0.0

Diff

jkc
published 1.2.0 •

dustinsmith1024
published 1.0.1 •

dustinsmith1024
published 1.1.0 •

Changelog

Source

1.1.0

  • Porting 1.1.0 code back to 1.0.1 so we don't have to updated all the dependent apps.
dustinsmith1024
published 1.0.0 •

Changelog

Source

1.0.0

  • Node 5 support
  • Updated to use jshint
  • Added grunt
aheuermann
published 0.4.1 •

Changelog

Source

0.4.1

  • Adding wrapStyle option to ConsoleAppender to allow stripping of styling. Defaults to true.
  • Added levelNameColored to ConsoleAppender
damartin
published 0.4.0 •

Changelog

Source

0.4.0

  • Update comb.number.round to default to new comb.number.roundHalfUp method.
damartin
published 0.3.6 •

Changelog

Source

0.3.6

  • Added new timer function to comb.logger.
damartin
published 0.3.5 •

Changelog

Source

0.3.5

  • Fixed issue where messages were not propagated down to appenders even if there level was set to accept them
  • Added error logging to rolling file appender if there was an issue rolling over.
damartin
published 0.3.4 •

Changelog

Source

0.3.4

  • Update comb.string.format to handle signing numbers with padding properly
    • comb.string.format('%+07.2d', 10); //"+010.00"
    • comb.string.format('%+07.2d', -10); //"-010.00"
    • comb.string.format('%+ 7.2d', 10); //" +10.00"
    • comb.string.format('%+ 7.2d', -10); //" -10.00"
2345Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc