Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
timezone-data
Advanced tools
This package contains a list of time zones from release 2022b of the IANA tz database.
Data extracted from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List
The fields in the array are as follows:
tz
contains the time zone codeoffsetSTD
contains the offset from UTC for Standard TimeoffsetDST
contains the offset from UTC for Daylight Saving TimetzNameSTD
contains the time zone name for Standard TimetzNameDST
constains the time zone name for Daylight Saving TimelinkTo
constains the updated time zone code in case that the tz
is deprecatednpm install timezone-data --save
# or
yarn add timezone-data
import tz from 'timezone-data';
// or
const tz = require('timezone-data');
FAQs
This is a list of time zones from release 2022b of the tz database.
We found that timezone-data 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.