
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
tzdata-etcetera
Advanced tools
This is (a portion of) the IANA TZ database, represented as JSON. Use this module in combination with timezonecomplete. It is part of a set of similar modules:
This module contains all zones of IANA TZ database file 'etcetera'.
2025b
In Node.JS, to get at the JSON data, simply do:
var jsonData = require('tzdata-etcetera');
In a browser, use the bundled UMD module provided in tzdata-etcetera.js.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>tzdata-etcetera example</title>
<script src="./tzdata-etcetera.js"></script>
<script>
function onLoad() {
var data = tzdataEtcetera;
}
</script>
</head>
<body onLoad="onLoad()">
</body>
</html>
MIT
Etc/GMT, Etc/GMT+1, Etc/GMT+10, Etc/GMT+11, Etc/GMT+12, Etc/GMT+2, Etc/GMT+3, Etc/GMT+4, Etc/GMT+5, Etc/GMT+6, Etc/GMT+7, Etc/GMT+8, Etc/GMT+9, Etc/GMT-1, Etc/GMT-10, Etc/GMT-11, Etc/GMT-12, Etc/GMT-13, Etc/GMT-14, Etc/GMT-2, Etc/GMT-3, Etc/GMT-4, Etc/GMT-5, Etc/GMT-6, Etc/GMT-7, Etc/GMT-8, Etc/GMT-9, Etc/UTC, GMT
FAQs
(Part of) the IANA time zone database as a JSON file
The npm package tzdata-etcetera receives a total of 1,359 weekly downloads. As such, tzdata-etcetera popularity was classified as popular.
We found that tzdata-etcetera demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.