Socket
Socket
Sign inDemoInstall

basd

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basd

basd is a comprehensive suite of utility functions and helper libraries that augment lodash and add much herbs and spices.


Version published
Weekly downloads
7
decreased by-53.33%
Maintainers
1
Weekly downloads
 
Created
Source

basd

based code lifts all ships

npm pipeline license downloads

Gitlab Github Twitter Discord

basd is a comprehensive suite of utility functions and helper libraries that augment lodash and add much herbs and spices. A solid foundation on which to build robust and complex JS applications. At the heart of basd is the @basd/base module, containing many extensions to lodash. @basd/pipe deals with readable and writable streams and @basd/logger is an isomorphic logger for all of your logging needs. basd itself acts as a facade to all of these submodules as well as integrating various common and stable packages such as msgpack and tweetnacl.

Installation

npm install basd

Usage

Import basd into your project and use it like lodash:

const _ = require('basd')
// or
const { _, log, uuid, ...etc } = require('basd')

Then, use any of the plethora of methods:

_.log('Hello, World!')

Documentation

Modules

  • @basd/base imports lodash and adds various utility and helper functions

  • @basd/pipe provides pipe and stream functionality

  • @basd/logger is a simple logging tool, configurable to your needs

For specific submodule usage, refer to the individual module's documentation.

Tests

In order to run the test suite, simply clone the repository and install its dependencies:

git clone https://gitlab.com/basedwon/basd.git
cd basd
npm install

To run the tests:

npm test

Contributing

Thank you! Please see our contributing guidelines for details.

Donations

If you find this project useful and want to help support further development, please send us some coin. We greatly appreciate any and all contributions. Thank you!

Bitcoin (BTC):

1JUb1yNFH6wjGekRUW6Dfgyg4J4h6wKKdF

Monero (XMR):

46uV2fMZT3EWkBrGUgszJCcbqFqEvqrB4bZBJwsbx7yA8e2WBakXzJSUK8aqT4GoqERzbg4oKT2SiPeCgjzVH6VpSQ5y7KQ

License

basd is MIT licensed.

Keywords

FAQs

Package last updated on 24 Oct 2023

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