
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@indigov/zips-user-updates
Advanced tools
A helper function to identify user updates re: districts and zip codes
This simple repo helps consolidate the data flow necessary to find accurate zip codes and Congressional districts for Zendesk users.
Pseudocode usage below. See index.test.ts for exact usage.
import ZIPSUserUpdates from '@indigov/zips-user-updates'
const zipsUserUpdates = ZIPSUserUpdates({
zipsUrl: 'https://zips.com',
zipsToken: 'token',
district: 'AZ-01',
cohort: 'ushor',
})
for (const user of await fetchAllZendeskUsers()) {
const userFields = await zipsUserUpdates(user)
if (userFields) {
await updateZendeskUser({
id: user.id,
user_fields: userFields,
})
}
}
FAQs
A helper function to identify user updates re: districts and zip codes
We found that @indigov/zips-user-updates demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.