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

@b613/utils

Package Overview
Dependencies
Maintainers
0
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@b613/utils

Set of utility methods for common operations

  • 1.0.0-beta32
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
290
increased by23.93%
Maintainers
0
Weekly downloads
 
Created
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/colornpm install cli-color (only for Node.js usage)
@b613/utils/imagenpm install image-downloader sharp
@b613/utils/servernpm install body-parser express morgan

Libraries

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

Development Setup

  1. Install Devbox

  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

Package last updated on 01 Jul 2024

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