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

@bemoje/node-util

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bemoje/node-util

Very expansive utilities library for various development in node-js, all without external dependencies.

  • 0.6.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Node Utilities

Various utilities for development in node-js

GitHub Top Language

Github

GitHub Last Commit GitHub Stars GitHub Forks GitHub Watchers GitHub Repo Size

NPM

NPM Version NPM Downloads

Installation

This library is published in the NPM registry and can be installed using any compatible package manager.

NPM
npm install @bemoje/node-util
YARN
yarn add @bemoje/node-util

Usage

Import all named exports:

import * as util from '@bemoje/node-util'

All named exports are available from the root directory:

import {arrFlatten} from '@bemoje/node-util'

Specific imports:

import {arrFlatten} from '@bemoje/node-util/array/'

Distribution

This library is written in TypeScript.

ES6 Module Bundles
Type Declarations

See the declarations entry point.

Tests

Tests are written with Jest. To run tests:

npm run test

Issues

Please let me know of any bugs or issues.

Contribute

Contributors are welcome to open a pull request.

License

Released under the MIT License.

Documentation

See Full documentation

Keywords

FAQs

Package last updated on 08 Aug 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