Socket
Socket
Sign inDemoInstall

passwordmeter

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    passwordmeter

Password security checker function based on http://www.passwordmeter.com/


Version published
Weekly downloads
859
decreased by-31.33%
Maintainers
1
Install size
70.8 kB
Created
Weekly downloads
 

Readme

Source

passwordmeter

travis build codecov coverage version bower MIT License semantic-release

Password security checker function based on http://www.passwordmeter.com/

Unobtrusive and unit-tested.

Installation

This package is distributed via npm:

npm install passwordmeter

or Bower:

bower install passwordmeter

Usage

Require

var passwordMeter = require('passwordmeter');
//Function returns result from 0 to 100 and -1 for empty password.
//Second param is minimum password length. 8 by default
var score = passwordMeter.checkPass('pA$$w0rD', 8);

Bower

<script src="bower_components/passwordmeter/dist/index.umd.min.js"></script>
<script>
   var score = passwordMeter.checkPass('pA$$w0rD', 8);
</script>

Keywords

FAQs

Last updated on 04 Dec 2016

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