Socket
Socket
Sign inDemoInstall

latenize

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

latenize

Npm/NodeJS port of Semplice latinise/latenize


Version published
Weekly downloads
240
increased by98.35%
Maintainers
1
Weekly downloads
 
Created
Source

Latenize Gittip

NPM/NodeJS port of Semplice latenize

Getting Started

Install the module with: npm install latenize

var latenize = require('latenize');
latinize("Piqué") // => "Pique"
latinize("Solución") // => "Solution"
latinize.isLatin("Piqué")  // => false
latinize.isLatin("Pique")  // => true
latinize.isLatin(latinize("Piqué"))  // => true

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Donate

Donate Bitcoins

License

Semplice Copyright (c) 2013 Francois-Guillaume Ribreau Licensed under the MIT license.

Keywords

FAQs

Package last updated on 14 Jan 2014

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