
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
中国身份证号码解析器,传入身份证号,返回 【户籍地】【出生年月】【性别】
npm i -S id-parser
var idParser = require('id-parser');
//只处理 18位字符串
console.log(idParser.get('430421197710177894'));
// { hometown: '湖南省 衡阳市 衡阳县', birthday: moment("1977-10-17T00:00:00.000"), sex: '男' }
console.log(idParser.get('45222319950814004X'));
// { hometown: '无对应数据', birthday: moment("1995-08-14T00:00:00.000"), sex: '女' }
公民身份号码是特征组合码,由十七位数字本体码和一位校验码组成。排列顺序从左至右依次为:六位数字地址码,八位数字出生日期码,三位数字顺序码和一位数字校验码。
45222319950814004X 性 别: 女 出生日期: 1995年08月14日 发 证 地: 广西壮族自治区 柳州地区 鹿寨县
你查询的是 45222319950814004X(身份证号正确)
FAQs
中国身份证号码解析器,传入身份证号,返回 【户籍地】【出生年月】【性别】
The npm package id-parser receives a total of 0 weekly downloads. As such, id-parser popularity was classified as not popular.
We found that id-parser 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.