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

comb

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comb - npm Package Versions

1245

0.2.5

Diff

Changelog

Source

0.2.5

  • Fixed the additions of weekdays on dates that span weekends. …
    • new Date(2013, 11, 19, 0, 0, 0) + 3 weekdays should be tuesday not Sunday
damartin
published 0.2.4 •

Changelog

Source

0.2.4

  • Fixed issue with pool ensuring only the max number of objects is created.
damartin
published 0.2.3 •

Changelog

Source

0.2.3

  • Updated define to be more performant
  • Rewrote Promise#chain
damartin
published 0.2.2 •

damartin
published 0.2.1 •

Changelog

Source

0.2.1

  • Added check for getgid when logging on non posix systems
damartin
published 0.2.0 •

Changelog

Source

0.2.0 / 2012-11-20

  • Added new features to comb.define
    • extend - supports direct extension Mammal.extend({})
    • define now accepts a hash directly istead of requiring null if there is not a super
  • Added the ability to catch errors with comb.Promise#chain
    • will call nearest errback
    • allows the ability to catch errors and still be successful
    • allows one to rethrow errors
    • accepts a promise as a return value from an errback
  • updated docs
damartin
published 0.1.10 •

Changelog

Source

0.1.10 / 2012-11-14

  • Added new properites to logger events
    • gid
    • pid
    • processTitle
    • hostname
damartin
published 0.1.91 •

Changelog

Source

0.1.91 / 2012-10-01

  • Added _getSuper to classes declared with comb.define
damartin
published 0.1.9 •

Changelog

Source

0.1.9 / 2012-09-22

  • Change comb.array.intersection to not use recursion
  • added comb.wait
damartin
published 0.1.8 •

Changelog

Source

0.1.8/2012-09-10

  • Added travis CI build
  • Updated comb.date to use maps where possible and removed switch statements to use else if
  • Updated tests to run as expected each time
  • Updated tests to be timezone agnostic
  • Fixed console appender test
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