Socket
Socket
Sign inDemoInstall

tz-ids

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    tz-ids

An array of time zone IDs


Version published
Weekly downloads
521
decreased by-27.94%
Maintainers
1
Install size
22.5 kB
Created
Weekly downloads
 

Readme

Source

tz-ids

NPM version Bower version Build Status devDependency Status

An array of time zone IDs

[
  'Africa/Abidjan',
  'Africa/Accra',
  'Africa/Addis_Ababa',
  'Africa/Algiers',
  'Africa/Asmara',
  'Africa/Bamako',
  'Africa/Bangui',
  'Africa/Banjul',
  'Africa/Bissau',
  'Africa/Blantyre',
  'Africa/Brazzaville',
  'Africa/Bujumbura',
  'Africa/Cairo',
  'Africa/Casablanca',
  'Africa/Ceuta',
  'Africa/Conakry',
  'Africa/Dakar',
  //...
]

Installation

Package managers

npm
npm install tz-ids
bower
bower install tz-ids

Standalone

Download the script file directly.

API

tzIds

Type: Array

import tzIds from 'tz-ids';

Array.isArray(tzIds); //=> true

IDs are sorted in alphabetical order.

License

The Unlicense

Keywords

FAQs

Last updated on 17 Jun 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc