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

@date-io/dayjs

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@date-io/dayjs - npm Package Compare versions

Comparing version 2.13.1 to 2.13.2

LICENSE

2

build/index.esm.js

@@ -86,3 +86,3 @@ import defaultDayjs from 'dayjs';

}
return _this.dayjs(value, format, _this.locale);
return _this.dayjs(value, format, _this.locale, true);
};

@@ -89,0 +89,0 @@ this.date = function (value) {

@@ -95,3 +95,3 @@ 'use strict';

}
return _this.dayjs(value, format, _this.locale);
return _this.dayjs(value, format, _this.locale, true);
};

@@ -98,0 +98,0 @@ this.date = function (value) {

{
"name": "@date-io/dayjs",
"version": "2.13.1",
"version": "2.13.2",
"description": "Abstraction over common javascript date management libraries",

@@ -17,3 +17,3 @@ "main": "build/index.js",

"dependencies": {
"@date-io/core": "^2.13.1"
"@date-io/core": "^2.13.2"
},

@@ -50,3 +50,3 @@ "devDependencies": {

"license": "MIT",
"gitHead": "687eba751bd706e7d704a39a7caa3e0afbfa40aa"
"gitHead": "c83bcc817b3589b4fe0d031e065f9ccd36a4d4c1"
}

@@ -113,3 +113,3 @@ import defaultDayjs, { QUnitType } from "dayjs";

return this.dayjs(value, format, this.locale);
return this.dayjs(value, format, this.locale, true);
};

@@ -116,0 +116,0 @@

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