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

infer-gender

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infer-gender - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

index.js

@@ -26,3 +26,3 @@ const fs = require('fs')

.toLowerCase()
.replace(/[^a-z -]+/g, '')
.replace(/[^a-z-абвгдезиклмнопрстэюяабвгдеийклмнопрстуфхчьяё ]+/g, '')
.split(' ')

@@ -29,0 +29,0 @@ // Return the first word that matches a name

{
"name": "infer-gender",
"version": "1.2.1",
"version": "1.2.2",
"description": "Infer the gender of a name based on a large list of names, case insensitive and removes diacritics",

@@ -22,3 +22,3 @@ "scripts": {

"mocha": "^5.2.0",
"nodemon": "^1.9.1"
"nodemon": "^1.18.7"
},

@@ -25,0 +25,0 @@ "engines": {

@@ -33,2 +33,7 @@ # infer-gender

- [x] https://gist.github.com/thoppe/e9d5ba72fcfc3089a0ca223acc6a09cd
- [x] https://www.ranker.com/list/common-russian-language-names/reference
- [x] https://www.ranker.com/list/common-chinese-language-names/reference
- [x] http://masterrussian.com/aa031701a.shtml
- [x] http://masterrussian.com/aa031001a.shtml
- [x] https://www.fakenamegenerator.com/order.php

@@ -35,0 +40,0 @@ ## License

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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