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

curp.js

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

curp.js

Función para generar el CURP, de acuerdo a las especificaciones oficiales.

  • 0.1.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
74
decreased by-19.57%
Maintainers
1
Weekly downloads
 
Created
Source

curp.js

Build Status

Función para generar el CURP, de acuerdo a las especificaciones oficiales.

Se puede usar con node.js y directamente en el navegador.

Instalación

Navegador : <script src="curp.js"></script>

Node.js : var generaCurp = require('curp');

Modo de uso

var curp = generaCurp({
  nombre            : 'Juan',
  apellido_paterno  : 'Perez',
  apellido_materno  : 'Ramirez',
  sexo              : 'H',
  estado            : 'DF',
  fecha_nacimiento  : [31, 1, 1981]
});

Pruebas

Para correr las pruebas utiliza el comando:

npm run mocha

Changelog

  • 0.1.3
  • Agregadas pruebas con mocha (creditos a @Dudemullet)
  • Correcciones en el algoritmo (creditos a @Dudemullet)
  • 0.1.2
  • Correccion en homonimia
  • Reemplazado jshint por jslint
  • 0.1.1
  • Agregado normalizaString()
  • 0.1.0
  • Primer version

Licencia

MIT ( http://opensource.org/licenses/MIT )

Keywords

FAQs

Package last updated on 13 Jul 2018

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