Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
us-baby-names
Advanced tools
U.S. baby name data from 1880 to 2016
⚠️ Warning: don't use these datasets client-side. The by-year dataset is 74 MB and the by-name dataset is 67 MB.
$ npm install us-baby-names --save
const byYear = require('us-baby-names/by-year')
console.log(byYear[1880])
// [ { name: 'Mary', sex: 'F', count: 7065 },
// { name: 'Anna', sex: 'F', count: 2604 },
// { name: 'Emma', sex: 'F', count: 2003 },
// { name: 'Elizabeth', sex: 'F', count: 1939 },
// ... ]
const byName = require('us-baby-names/by-name')
console.log(byName['Mary'])
// [ { year: 1880, sex: 'F', count: 7065 },
// { year: 1880, sex: 'M', count: 27 },
// { year: 1881, sex: 'F', count: 6919 },
// { year: 1881, sex: 'M', count: 29 },
// ... ]
const { byYear, byName } = require('us-baby-names')
This dataset is from data.gov. From the Social Security Administration website:
All names are from Social Security card applications for births that occurred in the United States after 1879. All data are from a 100% sample of the Social Security Administration's records on Social Security card applications as of March 2017.
The raw csv data is available in the raw-data
subdirectory.
FAQs
U.S. baby name data from 1880 to 2016
The npm package us-baby-names receives a total of 1 weekly downloads. As such, us-baby-names popularity was classified as not popular.
We found that us-baby-names demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.