
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
提供中国省市区编码数据及提供查询解析操作
$ npm install --save address-cn
解析地址编码到具体地址
import { decode } from 'address-cn/decode';
decode('110000');
// => ['北京']
decode('110101');
// => ['北京,北京市,东城区']
判断传入的是否为直辖市编码或名称
import { isMunicipality } from 'address-cn';
isMunicipality('110000')
// => true
isMunicipality('北京市')
// => true
isMunicipality('成都市')
// => false
FAQs
We found that address-cn 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.