Socket
Socket
Sign inDemoInstall

moment-timezone

Package Overview
Dependencies
1
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.3 to 0.2.4

3

changelog.md

@@ -0,1 +1,4 @@

### `0.2.4` _2014-10-20_
* Updated data to IANA TZDB `2014i`. [#142](https://github.com/moment/moment-timezone/pull/142)
### `0.2.3` _2014-10-20_

@@ -2,0 +5,0 @@ * Updated data to IANA TZDB `2014h`. [#141](https://github.com/moment/moment-timezone/pull/141)

@@ -2002,5 +2002,12 @@ [

"country": "PG",
"comments": ""
"comments": "most locations"
},
{
"name": "Pacific/Bougainville",
"lat": -5.7833,
"long": 155.5667,
"country": "PG",
"comments": "Bougainville"
},
{
"name": "Asia/Manila",

@@ -2007,0 +2014,0 @@ "lat": 14.5833,

2

moment-timezone-utils.js
//! moment-timezone-utils.js
//! version : 0.2.3
//! version : 0.2.4
//! author : Tim Wood

@@ -4,0 +4,0 @@ //! license : MIT

//! moment-timezone.js
//! version : 0.2.3
//! version : 0.2.4
//! author : Tim Wood

@@ -24,3 +24,3 @@ //! license : MIT

var VERSION = "0.2.3",
var VERSION = "0.2.4",
zones = {},

@@ -27,0 +27,0 @@ links = {},

{
"name": "moment-timezone",
"version": "0.2.3",
"version": "0.2.4",
"description": "Parse and display moments in any timezone.",

@@ -5,0 +5,0 @@ "homepage": "http://momentjs.com/timezone/",

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

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

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