New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dayjs-ext

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dayjs-ext - npm Package Compare versions

Comparing version 1.12.3 to 2.0.0

12

CHANGELOG.md

@@ -0,1 +1,13 @@

# [2.0.0](https://github.com/prantlf/dayjs.git/compare/v1.12.3...v2.0.0) (2018-10-28)
### Bug Fixes
* Remove the locale "ua" and leave just "uk", which is correct according to ISO 639 ([7917304](https://github.com/prantlf/dayjs.git/commit/7917304))
### BREAKING CHANGES
* The locale "ua" is not suported any more. Use the identifier "uk" for the Ukrainian language.
## [1.12.3](https://github.com/prantlf/dayjs.git/compare/v1.12.2...v1.12.3) (2018-10-28)

@@ -2,0 +14,0 @@

2

package.json
{
"name": "dayjs-ext",
"version": "1.12.3",
"version": "2.0.0",
"description": "2KB immutable date time library alternative to Moment.js with the same modern API ",

@@ -5,0 +5,0 @@ "main": "dayjs.min.js",

@@ -45,3 +45,3 @@ <h1 align="center">Day.js Extended</h1>

* "[UTC mode]" for working in UTC, or for working with date-only values without the time part.
* Additional locales ([cs], [sk], [ua]).
* Additional locales ([cs], [sk], [uk]).
* Check for `dayjs` instance by the `instanceof` operator.

@@ -131,2 +131,2 @@

[sk]: ./src/locale/sk.js
[ua]: ./src/locale/ua.js
[uk]: ./src/locale/uk.js
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