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

1235

0.1.7

Diff

Changelog

Source

0.1.7/2012-09-05

  • comb.async
  • forEach
  • map
  • filter
  • some
  • every
  • zip
  • sum
  • avg
  • sort
  • min
  • max
  • difference
  • removeDuplicates
  • unique
  • rotate
  • permutations
  • transpose
  • valuesAt
  • union
  • intersect
  • powerSet
  • cartesian
  • compact
  • multiply
  • flatten
  • pluck
  • invoke
  • new function features …
    • hitch and partial now accept property names to access
    • New method applyFirst
  • Changed comb to be a function see here
  • More tests
  • Updated docs
damartin
published 0.1.6 •

Changelog

Source

0.1.6/2012-08-29

  • Changed comb.when to accept an array of promises as well as multi args
  • Added comb.chain to pipe results from one item to another
  • Updated docs and tests
published 0.1.5 •

Changelog

Source

0.1.5/2012-08-26

  • Changed middleware plugin to error properly
published 0.1.4 •

Changelog

Source

0.1.4/2012-08-20

  • added new short cut for configuring loggers
  • Added changed logger.addAppender to accept a string and options to use Appender.createAppender method.
  • comb.argsToArray now takes a slice argument to remove arguments.
  • Added a resolve function to comb.Promise to handle node style callback resolution.
  • Added a "promise" method to comb.Promise to allow for the return of an object that will not allow calling function to resolve the promise.
  • Cleaned up promise using code to return the "promise" wrapper.
published 0.1.3 •

Changelog

Source

0.1.3/2012-08-16

  • new array methods
    • sort
    • min
    • max
    • difference
    • avg
  • Logging changes
    • Added comb.logger as shortcut to get a logger
    • Changed appenders to register themselves for dynamic appender creation
  • Updated docs
published 0.1.2 •

Changelog

Source

0.1.2/2012-07-17

  • Bug fixes
    • Changed comb.logging.PropertyConfigurator to deep merge porperties (Clone to config object)
  • Added comb.array.multiply
  • Updated docs to use coddoc
damartin
published 0.1.1 •

Changelog

Source

0.1.1/2012-04-20

  • Migrated all tests to use it
    • More Tests
    • Added functionality to comb.Promise/PromiseList (allowing promises as callbacks and node style callbacks for)
damartin
published 0.1.0 •

Changelog

Source

0.1.0/2012-03-02

  • comb.define performance increase
    • Changed HashTable to use strict equal
    • Doc fixes
damartin
published 0.0.9 •

Changelog

Source

0.0.9 /2012-02-16

  • Complete redesign of comb.define to be more flexible and efficient
    • this._super does not require and Arguments object any more to call super
    • added "use strict" to all tests
    • New Features
      • comb.serial method for executing methods that return promises serially
      • comb.wrap method for wrapping node methods that require a function callback, with a promise
      • new date helper methods
        • comb.yearsFromNow
        • comb.yearsAgo
        • comb.daysFromNow
        • comb.daysAgo
        • comb.monthsFromNow
        • comb.monthsAgo
        • comb.hoursFromNow
        • comb.hoursAgo
        • comb.minutesFromNow
        • comb.minutesAgo
        • comb.secondsFromNow
        • comb.secondsAgo
      • comb.hitchIgnore/bindIngore for binding a method to a certain scope but ignoring all passed in parameters
      • comb.number.roundCeil for round numbers up always
    • Bug Fixes
      • Fixed logging appender level setting, before the appenders level would always be overriden on initialization
damartin
published 0.0.8 •

Changelog

Source

0.0.8 / 2012-02-9

  • Added new MethodMissing plugin
    • Bug fixes
      • Changed inflections to underscore between word boundaries and numbers and vice versa with camelize.
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