
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.
compact-timezone-list
Advanced tools
Array of timezones with their labels, tz code, and UTC/GMT offsets.
This package contains an array of timezones based on conventional options found online. It does not follow any complete data set, but all names are according to the tz format: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
More specifically, the fields in the array are:
offset
, a string from "-11:00"
to "+14:00"
representing the UTC offsetlabel
, a readable label that contains the offset and a longer, descriptive name of the timezonetzCode
, the value from the tz
standardnpm install compact-timezone-list --save
# or
yarn add compact-timezone-list
import timezones from 'compact-timezone-list';
// or
import { minimalTimezoneSet } from 'compact-timezone-list';
minimalTimezoneSet
export provides one option per offset type, with a favourite chosen to represent each offset. This is mostly targeted to small, western-focused apps. But, every UTC offset is included.FAQs
Array of timezones with their labels, tz code, and UTC/GMT offsets.
We found that compact-timezone-list 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.
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.