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

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.

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-50%
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.

It contains common functions used in various cliffano/* modules.

Installation

npm install bagofholding

or specify it as a dependency in package.json file:

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

Usage

var bag = require('bagofholding');
bag.cli.*; // command-line tools utilities
bag.mock.*; // mock IO-related Node.js API
bag.obj.*; // object manipulation utilities
bag.text.*; // string manipulation utilities

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

Colophon

Follow @cliffano on Twitter.

FAQs

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