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.
generate-timezone-json
Advanced tools
Generate JSON file containing timezones from a tab file or the official IANA database
This is a node package which allows the generation of a JSON file containing time zones information. You could provide it your own zone.tab file, in which case it will parse the file to generate the JSON. If not given any input, it will pull the latest official time zones for you.
Run npm i generate-timezone-json
to install in your current node project
or install globally with npm i -g generate-timezone-json
npx generate-timezone-json
to generate timezones.json from official IANA Database,
npx generate-timezone-json <filename>
to generate timezones.json from a TAB file,
generate-timezone-json zone.tab
If installed globally, the npx
is optional.
Important Note: the structure of the generated JSON file will be different depending on the source (i.e, zone.tab or the IANA timezones database)
--outDir
: generate-timezone <filename> --outDir <directory>
FAQs
Generate JSON file containing timezones from a tab file or the official IANA database
The npm package generate-timezone-json receives a total of 15 weekly downloads. As such, generate-timezone-json popularity was classified as not popular.
We found that generate-timezone-json demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
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.