New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

generate-timezone-json

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generate-timezone-json - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "generate-timezone-json",
"version": "0.1.1",
"version": "0.1.2",
"bin": "./index.js",

@@ -5,0 +5,0 @@ "description": "Generate JSON file containing timezones from a tab file or the official IANA database",

# Generate Timezone JSON
### Installation
`npm i generate-timezone-json`
Run `npm i generate-timezone-json` to install in your current node project
or install globally with `npm i -g generate-timezone-json`
### Usage

@@ -13,9 +15,12 @@

### Gotchas
1. Note that the structure of the generated JSON file will be different depending on the source (i.e, zone.tab or the IANA timezones database)
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)
### Planned features (not yet implemented)
1. Specify an output directory with option `--outDir`: `generate-timezone <filename> --outDir <directory>`
2. Uniform JSON structure for all sources
3. type definitions
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc