📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

tz-ids

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tz-ids

An array of time zone IDs

1.0.0
latest
Source
npm
Version published
Weekly downloads
770
-40.49%
Maintainers
1
Weekly downloads
 
Created
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

json

FAQs

Package last updated on 17 Jun 2016

Did you know?

Socket

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