
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
street-suffix
Advanced tools
Utility for expanding and abbreviating US street types from their many abbreviations.
npm install --save street-suffix
Expanding a street type abbreviation into it's full USPS suffix street-suffix
let suffix = require('street-suffix');
suffix.expand('st') // STREET
suffix.expand('ave') // AVENUE
suffix.expand('av') // AVENUE
suffix.expand('avenue'); // AVENUE
Abbreviating a street type suffix or abbreviation into it's USPS standard abbreviation
let suffix = require('street-suffix');
suffix.abbreviate('street'); // ST
suffix.abbreviate('avenue'); // AVE
suffix.abbreviate('ave'); // AVE
suffix.abbreviate('av'); // AVE
This works for all standard USPS abbreviations
FAQs
Expands and Abbreviates USPS Street Suffixes
The npm package street-suffix receives a total of 0 weekly downloads. As such, street-suffix popularity was classified as not popular.
We found that street-suffix demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.