Socket
Socket
Sign inDemoInstall

bagofholding

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bagofholding

An uncursed bag of various Node.js utility functions.


Version published
Weekly downloads
30
increased by900%
Maintainers
1
Weekly downloads
 
Created
Source

Bag Of Holding http://travis-ci.org/cliffano/bagofholding

Bag Of Holding is an uncursed bag of various Node.js utility functions.

This is an extract of the reusable parts from various Node.js modules I've written. It contains convenient utilities for command-line tools, unit test mock functions, and data manipulation.

Installation

npm install bagofholding

or as a dependency in package.json file:

"dependencies": {
  "bagofholding": "x.y.z"
}

Usage

var bag = require('bagofholding');
bag.cli.*;
bag.mock.*;
bag.obj.*;
bag.text.*;

Check out the source code for a list of functions available for use.

FAQs

Package last updated on 17 May 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