🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

js-joda-timezone

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-joda-timezone - npm Package Compare versions

Comparing version

to
1.1.6

Changelog
=========
### 1.1.6 (next)
### 1.1.7 (next)
### 1.1.6
#### dependendency updates
#### etc
* private export of tzdb data
### 1.1.5

@@ -7,0 +15,0 @@

{
"name": "js-joda-timezone",
"version": "1.1.5",
"version": "1.1.6",
"description": "iana tzdb timezone bindings for js-joda",

@@ -44,3 +44,3 @@ "typings": "dist/js-joda-timezone.d.ts",

"peerDependencies": {
"js-joda": "^1.6.1"
"js-joda": "^1.6.2"
},

@@ -55,13 +55,13 @@ "devDependencies": {

"chai": "^4.1.2",
"coveralls": "^2.13.1",
"esdoc": "^1.0.3",
"coveralls": "^3.0.0",
"esdoc": "^1.0.4",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^4.7.1",
"eslint": "^4.16.0",
"eslint-config-js-joda": "^1.0.0",
"js-joda": "^1.6.1",
"js-joda": "^1.6.2",
"json-loader": "^0.5.7",
"karma": "^1.7.1",
"karma": "^2.0.0",
"karma-chai-plugins": "^0.9.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",

@@ -71,10 +71,10 @@ "karma-phantomjs-launcher": "^1.0.4",

"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"karma-webpack": "^2.0.9",
"markdown-toc": "^1.2.0",
"mocha": "^3.5.3",
"moment-timezone": "^0.5.13",
"nyc": "^11.2.1",
"phantomjs-prebuilt": "^2.1.15",
"typescript": "^2.5.2",
"webpack": "^3.6.0"
"mocha": "^4.0.1",
"moment-timezone": "^0.5.14",
"nyc": "^11.4.1",
"phantomjs-prebuilt": "^2.1.16",
"typescript": "^2.6.2",
"webpack": "^3.10.0"
},

@@ -81,0 +81,0 @@ "license": "BSD-3-Clause",

@@ -16,4 +16,12 @@ /*

jsJoda.ZoneRulesProvider.getAvailableZoneIds = MomentZoneRulesProvider.getAvailableZoneIds;
// TODO This is temporay solution to get access to the tzdb data.
// It would be nice to decouple load and set tzdb data
// and to provide a possiblitiy to load only a subset of zoneIds.
// Be aware that this is an undocumented feature and
// that the format of the tzdb might change in the future!
jsJoda.ZoneRulesProvider._TZDB = latest;
extendSystemDefaultZoneId(jsJoda.ZoneId);
return jsJoda;
}

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

Sorry, the diff of this file is not supported yet

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