
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@isvend/timezones-list
Advanced tools
This package contains an array of timezones based on conventional options.
It does not follow any complete data set, but it contains almost all basic timezones. And all names are according to the tz format: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
The fields in the array are as follows:
label
a string label which contains the UTC with the tz
code of a timezonetzCode
contains the tz
codesname
contains the descriptive name of the timezone with UTC offsetutc
contains only the UTC of a timezoneutcOffset
contains the timezone Offset
npm install @isvend/timezones-list --save
# or
yarn add @isvend/timezones-list
import timezones from "@isvend/timezones-list";
// or
var timezones = require("@isvend/timezones-list");
FAQs
List of all timezones
We found that @isvend/timezones-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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.