Socket
Socket
Sign inDemoInstall

@b613/utils

Package Overview
Dependencies
182
Maintainers
1
Versions
47
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
Created

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/clientnpm install axios axios-cache-adapter
@b613/utils/lib/colornpm install cli-color (only for Node.js usage)
@b613/utils/lib/imagenpm install image-downloader jimp
@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 Nix Package Manager

  2. Install direnv with your OS package manager

  3. Hook it direnv into your shell

  4. At the top-level of your project run:

    direnv allow
    

    The next time your launch your terminal and enter the top-level of your project, direnv will check for changes.

License

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

Keywords

FAQs

Last updated on 11 Jan 2023

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