1.0.9 • Published 6 months ago

simple-node-utility v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Simple Node Utility

A lightweight Node.js utility package that provides various helpful functions for common tasks.

Features

  • Create slugs from text
  • Check if a string is a valid phone number
  • Generate password hashes with salts

Installation

You can install this package using npm:

npm i simple-node-utility

Uses

import { makeHas, isPhoneNumber,createSlug} from "simple-node-utility";
 makeHas('Password'), isPhoneNumber('phonenumber'), createSlug('string');
 phone number validation only for Bangladesh
1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago