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

@js-joda/timezone

Package Overview
Dependencies
Maintainers
2
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@js-joda/timezone - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

2

CHANGELOG.md

@@ -60,3 +60,3 @@ Changelog

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
The code for extending js-joda `use(plug)` is not required anymore, because @js-joda/timezone automaticaly extends
js-joda when imported.

@@ -63,0 +63,0 @@

@@ -1,2 +0,2 @@

//! @version @js-joda/timezone-2.7.0-2021a-10-year-range
//! @version @js-joda/timezone-2.7.1-2021a-10-year-range
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors

@@ -3,0 +3,0 @@ //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)

@@ -1,2 +0,2 @@

//! @version @js-joda/timezone-2.7.0-2021a-2012-2022
//! @version @js-joda/timezone-2.7.1-2021a-2012-2022
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors

@@ -3,0 +3,0 @@ //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)

@@ -1,2 +0,2 @@

//! @version @js-joda/timezone-2.7.0
//! @version @js-joda/timezone-2.7.1
//! @copyright (c) 2015-present, Philipp Thürwächter, Pattrick Hüper & js-joda contributors

@@ -3,0 +3,0 @@ //! @license BSD-3-Clause (see LICENSE in the root directory of this source tree)

{
"name": "@js-joda/timezone",
"version": "2.7.0",
"version": "2.7.1",
"description": "iana tzdb timezone bindings for js-joda",

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

"devDependencies": {
"@js-joda/core": "^4.2.0"
"@js-joda/core": "^4.2.1"
},

@@ -56,3 +56,3 @@ "license": "BSD-3-Clause",

"homepage": "https://github.com/js-joda/js-joda-timezone#readme",
"gitHead": "cf3ac61c80c0e1f4cc6092022858ce04884ab41a"
"gitHead": "485c4b2be852563615e2d2a8c3f0bca22d86bcd4"
}

@@ -56,4 +56,4 @@ # @js-joda/timezone

<script src="../dist/js-joda.js"></script>
<script src="../dist/js-joda-timezone.js"></script>
<script src="./packages/core/dist/js-joda.js"></script>
<script src="./packages/timezone/dist/js-joda-timezone.js"></script>
<script>

@@ -80,3 +80,3 @@ // copy all js-joda classes to the global scope

## Reducing js-joda-timezone file size
If you don't need all the historical data that js-joda-timezone provides, you can instead use one of the reduced files ize builds:
If you don't need all the historical data that @js-joda/timezone provides, you can instead use one of the reduced files ize builds:

@@ -89,3 +89,3 @@ * `js-joda-timezone-10-year-range.js` covers +- five years from the current version's release

import 'js-joda-timezone/dist/js-joda-timezone-1970-2030'
import '@js-joda/timezone/dist/js-joda-timezone-1970-2030'

@@ -99,3 +99,3 @@ ## Implementation details

* js-joda-timezone is released under the [BSD 3-clause license](LICENSE):
* @js-joda/timezone is released under the [BSD 3-clause license](LICENSE):

@@ -102,0 +102,0 @@ * The author of joda time and the lead architect of the JSR-310 is Stephen Colebourne.

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc