You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

js-joda-timezone

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-joda-timezone - npm Package Versions

23

2.1.1

Diff
pithu
published 2.1.1 •

Changelog

Source

2.1.1

  • Update js-joda peer dependency
pithu
published 2.1.0 •

Changelog

Source

2.1.0

  • produce smaller builds containing a more limited set of timezone data #73
  • updated to iana tzdb 2019a #73
pithu
published 2.0.2 •

Changelog

Source

2.0.2

  • updated to iana tzdb 2018g
pithu
published 2.0.1 •

Changelog

Source

2.0.1

  • iana tzdb 2018e
phueper
published 2.0.0 •

Changelog

Source

2.0.0

public API

(re) introduced new plugin concept

  • Hide use(plug) concept from public api. The function for extending js-joda is not exported anymore (the default export of this module is removed). The code for extending js-joda use(plug) is not required anymore, because js-joda-timezone automaticaly extends js-joda when imported.

dependendency updates

phueper
published 1.3.1 •

Changelog

Source

1.3.1

revert previous (breaking) public API change (see https://github.com/js-joda/js-joda-timezone/issues/48)

pithu
published 1.3.0 •

Changelog

Source

1.3.0

public api

  • Hide use(plug) concept from public api. The function for extending js-joda is not exported anymore (the default export of this module is removed). The code for extending js-joda use(plug) is not required anymore, because js-joda-timezone automaticaly extends js-joda when imported.
pithu
published 1.2.1 •

Changelog

Source

1.2.1

bug

  • fix umd build

dependendency updates

pithu
published 1.2.0 •

Changelog

Source

1.2.0

public api

  • remove private export of tzdb data, instead
  • add loadTzdbData() and getTzdbData() static methods to the class ZoneRulesProvider, that allows to provide/share tzdb data.
  • provide empty dist versions of js-joda-timezone without preconfigured tzdb data.

iana tzdb

  • manually updated iana tzdb to 2018c

dependendency updates

pithu
published 1.1.6 •

Changelog

Source

1.1.6

dependendency updates

etc

  • private export of tzdb data