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

timezone-compare

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timezone-compare - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

AvailableTimezones.md

2

package.json
{
"name": "timezone-compare",
"version": "1.0.4",
"version": "1.0.5",
"bin": {

@@ -5,0 +5,0 @@ "timezone-compare": "./dist/index.js"

@@ -1,6 +0,41 @@

# timezone-compare
Get a list of times across 2 different timezones for easy checking.
# `$ timezone-compare`
### Screenshot
## Screenshot
![Screenshot](https://raw.githubusercontent.com/bhargav175/timezone-compare/master/assets/screenshot_1.png "Screenshot")
## :cloud: Installation
```bash
npm install -g timezone-compare
```
## Usage
``` bash
$ timezone-compare
? Enter FROM timezone (America/New_York) IST
? Enter TO timezone (Europe/London) GMT
```
## Available timezones
List of available timezones are [here][timezones].
## Note : Timezones are fetched from moment-timezone
[Moment Timezone -- getting a list timezones](http://momentjs.com/timezone/docs/#/data-loading/getting-zone-names/)
Other arbitrary timezones can be added to `src/informalTimezones.js` if needed.
## :like: Like it?
Support timezone-compare by giving [feedback](https://github.com/bhargav175/timezone-compare/issues), publishing new webpack blocks or just by 🌟 starring the project!
## :scroll: License
[MIT][license] © [Bhargav Ponnapalli][website]
[license]: http://showalicense.com/?fullname=Bhargav%20Ponnapalli%20<bhargavponnapalli.5%40gmail.com%3E%20(http%3A%2F%2Fcodementor.io/bhargavponnapalli)&year=2016#license-mit
[website]: https://www.codementor.io/bhargavponnapalli
[timezones]: https://github.com/bhargav175/timezone-compare/blob/master/AvailableTimezones.md
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