Socket
Socket
Sign inDemoInstall

bagofholding

Package Overview
Dependencies
11
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

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
18
decreased by-21.74%
Maintainers
1
Install size
899 kB
Created
Weekly downloads
 

Changelog

Source

0.1.2

  • http#proxy now handles HTTP_PROXY and HTTPS_PROXY along with http_proxy and https_proxy environment variables

Readme

Source

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

An uncursed bag of various Node.js utility functions.

This is an extract of the reusable parts of various Node.js modules I've written.

Mostly for internal use.

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.http.*;
bag.obj.*;
bag.text.*;

Check out lib for the available methods of each component.

FAQs

Last updated on 27 Feb 2013

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc