Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vvo/tzdb

Package Overview
Dependencies
Maintainers
1
Versions
205
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vvo/tzdb - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

2

package.json
{
"name": "@vvo/tzdb",
"version": "3.2.0",
"version": "3.3.0",
"description": "Automatically updated npm package of all IANA time zones and major cities",

@@ -5,0 +5,0 @@ "repository": {

@@ -22,6 +22,26 @@ # tzdb [![GitHub license](https://img.shields.io/github/license/vvo/tzdb?style=flat)](https://github.com/vvo/tzdb/blob/master/LICENSE) [![Tests](https://github.com/vvo/tzdb/workflows/CI/badge.svg)](https://github.com/vvo/tzdb/actions) [![npm version](https://badge.fury.io/js/%40vvo%2Ftzdb.svg)](https://www.npmjs.com/package/@vvo/tzdb)

```js
{"timeZoneName":"America/Los_Angeles","formatted":"-08:00 Pacific Time - Los Angeles"},
{"timeZoneName":"America/Tijuana","formatted":"-08:00 Pacific Time - Tijuana"},
{"timeZoneName":"America/Vancouver","formatted":"-08:00 Pacific Time - Vancouver"},
{"timeZoneName":"America/Whitehorse","formatted":"-08:00 Pacific Time - Whitehorse, Dawson"},
{
"timeZoneName":"America/Anchorage",
"formatted":"-09:00 Alaska Time - Anchorage, Juneau",
"group":[
"America/Anchorage",
"America/Juneau",
"America/Metlakatla",
"America/Nome",
"America/Sitka",
"America/Yakutat"
]
},
{
"timeZoneName":"Pacific/Gambier",
"formatted":"-09:00 Gambier Time - Gambier",
"group":["Pacific/Gambier"]
},
{
"timeZoneName":"America/Los_Angeles",
"formatted":"-08:00 Pacific Time - Los Angeles",
"group":[
"America/Los_Angeles"
]
},
```

@@ -45,6 +65,38 @@

```js
{"geonameId":"5368361","name":"Los Angeles","countryName":"United States","timeZoneName":"America/Los_Angeles","timeZoneOffsetNameWithoutDst":"Pacific Time","population":3971883,"modificationDate":"2019-12-12"},
{"geonameId":"1205733","name":"Chittagong","countryName":"Bangladesh","timeZoneName":"Asia/Dhaka","timeZoneOffsetNameWithoutDst":"Bangladesh Time","population":3920222,"modificationDate":"2016-11-09"},
{"geonameId":"1804651","name":"Kunming","countryName":"China","timeZoneName":"Asia/Shanghai","timeZoneOffsetNameWithoutDst":"China Time","population":3855346,"modificationDate":"2014-08-14"},
{"geonameId":"361058","name":"Alexandria","countryName":"Egypt","timeZoneName":"Africa/Cairo","timeZoneOffsetNameWithoutDst":"Eastern European Time","population":3811516,"modificationDate":"2019-09-05"},
{
"geonameId":"5368361",
"name":"Los Angeles",
"countryName":"United States",
"timeZoneName":"America/Los_Angeles",
"timeZoneOffsetNameWithoutDst":"Pacific Time",
"population":3971883,
"modificationDate":"2019-12-12"
},
{
"geonameId":"1205733",
"name":"Chittagong",
"countryName":"Bangladesh",
"timeZoneName":"Asia/Dhaka",
"timeZoneOffsetNameWithoutDst":"Bangladesh Time",
"population":3920222,
"modificationDate":"2016-11-09"
},
{
"geonameId":"1804651",
"name":"Kunming",
"countryName":"China",
"timeZoneName":"Asia/Shanghai",
"timeZoneOffsetNameWithoutDst":"China Time",
"population":3855346,
"modificationDate":"2014-08-14"
},
{
"geonameId":"361058",
"name":"Alexandria",
"countryName":"Egypt",
"timeZoneName":"Africa/Cairo",
"timeZoneOffsetNameWithoutDst":"Eastern European Time",
"population":3811516,
"modificationDate":"2019-09-05"
},
```

@@ -51,0 +103,0 @@

Sorry, the diff of this file is too big to display

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