New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

genderize-br

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

genderize-br

Realiza flexão de gênero (converte de masculino para feminino) em palavras do Português do Brasil

  • 0.0.1-a
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

genderize-br

Biblioteca de flexão de gênero de substantivos em Português do Brasil. Converte palavras no gênero masculino para o gênero feminino

Instalation

Latest Version

// NPM
npm install --save https://github.com/klawdyo/genderize-br

// Yarn
yarn add https://github.com/klawdyo/genderize-br

A Specific Version

// NPM
npm install --save https://github.com/klawdyo/genderize-br#v.0.1

// Yarn
yarn add https://github.com/klawdyo/genderize-br#v.0.1

Examples

Import

  // CommonJS
  const genderize = require('genderize-br')

  // ES6
  import genderize from 'genderize-br'

How To

  genderize('pato') //pata

FAQs

Package last updated on 23 Jul 2020

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