Socket
Socket
Sign inDemoInstall

@b613/utils

Package Overview
Dependencies
115
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@b613/utils

Set of utility methods for common operations


Version published
Maintainers
1
Weekly downloads
737
increased by125.38%

Weekly downloads

Readme

Source

Common Utils

npm Build status Test coverage Buy me a beer

This package provides utility methods for common operations which cover a wide range of use cases and helps in avoiding writing boilerplate code.

Install

npm install @b613/utils

Install Peer Dependencies by needed modules

ModulePeer Dependencies
@b613/utils/lib/colornpm install cli-color (only for Node.js usage)
@b613/utils/lib/imagenpm install image-downloader sharp
@b613/utils/lib/servernpm install body-parser express morgan
@b613/utils/lib/tracenpm install cli-color (only for Node.js usage)

Libraries

ModuleBrowserNode.jsDocumentation
@b613/utils/lib/array✔️✔️array.d.ts
@b613/utils/lib/clist✔️✔️CircularList.d.ts
@b613/utils/lib/client✔️✔️client.d.ts
@b613/utils/lib/color✔️✔️color.d.ts
@b613/utils/lib/http✔️✔️color.d.ts
@b613/utils/lib/image✔️✔️image.d.ts
@b613/utils/lib/number✔️✔️number.d.ts
@b613/utils/lib/object✔️✔️object.d.ts
@b613/utils/lib/ping✔️ping.d.ts
@b613/utils/lib/promise✔️✔️promise.d.ts
@b613/utils/lib/qs✔️✔️qs.d.ts
@b613/utils/lib/regex✔️✔️regex.d.ts
@b613/utils/lib/schema✔️✔️schema.d.ts
@b613/utils/lib/server✔️Server.d.ts
@b613/utils/lib/string✔️✔️string.d.ts
@b613/utils/lib/trace✔️✔️trace.d.ts

Development Setup

  1. Install The Determinate Nix Installer

  2. Install direnv with your OS package manager

  3. Hook it direnv into your shell

  4. Load environment

    At the top-level of your project run:

    direnv allow
    
  5. Install dependencies

    make install
    
  6. Start dev environment

    make env
    

    This will starts a preconfigured Tmux session. Please see the .tmuxinator.yml file.

License

Under the MIT license. See LICENSE file for more details.

Keywords

FAQs

Last updated on 24 Mar 2024

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