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

comb

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comb

A framework for node

  • 0.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1.6K
decreased by-33.47%
Maintainers
1
Weekly downloads
 
Created
Source

Comb

Overview

Framework for node that provides a one stop shop for frequently needed utilities, including:

  • OO utilties
  • Collections
  • Logging
  • String & date formatting
  • Proxy
  • Flow control
  • Date Management

See Usage for more details.

Installation

npm install comb

Why?

If your like us its fun to find new modules to use but often wish you didn't have to sift through NPM registry or the node modules page to find what you need.

So....

We created a library of things we use often, or commons utilities that are used by our other APIs.

Highlights

  • 99% test coverage! And we're always adding more!

  • Full api documentation with examples!

  • comb(define|singleton)

    • The back bone of comb.
    • Options for classical inheritance models as well as mixins(pseudo multi-inheritance)
    • You can call this._super from any method. Including statically defined ones!
    • Access to you class level properties within an instance
    • And much more...
  • Logging

  • Collections

  • Flow control

  • Proxy helpers

  • Tell me more!

Usage

License

MIT https://github.com/Pollenware/comb/raw/master/LICENSE

Meta

Keywords

FAQs

Package last updated on 02 Mar 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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