New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

pwd-meter

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pwd-meter

Using this package you can calculate strength of password

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

pwd-meter

Using this package you can check the strength of password in percentage.

Setup:

  • install package `npm i pwd-meter'

code:

const strength = require('pwd-meter');

let j = strength("surajjoshisurajsjohi@#$%%"); console.log(j);

  • [https://www.npmjs.com/package/my_own_npm_package]

FAQs

Package last updated on 28 Oct 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