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

securepass

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

securepass

securepass is free jQuery plugin developed by singhcoders.Plugin help user to verify that they enter secure password in HTML form. ### Version 1.0

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

phonecode

securepass is free jQuery plugin developed by singhcoders.Plugin help user to verify that they enter secure password in HTML form.

Version

1.0

Tech

secure uses jQuery to work properly .

And of course phonecode itself is open source with a public repository on GitHub.

useage

import jquery library

<script src='//code.jquery.com/jquery-1.10.2.js'></script>

under jquery import phonecode.js as following

<script type="text/javascript" src="securepass.js"></script>

And then

 $('#pass').securepass({
                 bkColor:'lightblue',
                 fontColor:'black',
                 formId:'form',
                 level:'strong',
                 passLength:9,
                 onError: function(){
                     alert("please check password!!");
                 }
             });

License

GPL license

appreciate our work by tweet @singhcoders

Keywords

jquery-plugin

FAQs

Package last updated on 05 Jun 2016

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