Socket
Socket
Sign inDemoInstall

@instructure/ui-i18n

Package Overview
Dependencies
Maintainers
30
Versions
1943
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-i18n - npm Package Compare versions

Comparing version 5.3.1 to 5.4.0-dev.0

3

es/DateTime.js

@@ -88,3 +88,4 @@ /*

var d = parse(dateString, locale, timezone);
return format ? d.format(format) : d.toISOString(true);
var iso8601format = 'YYYY-MM-DDTHH:mm:ss.SSSZ';
return format ? d.format(format) : d.format(iso8601format);
}

@@ -91,0 +92,0 @@

@@ -104,3 +104,4 @@ 'use strict';

var d = parse(dateString, locale, timezone);
return format ? d.format(format) : d.toISOString(true);
var iso8601format = 'YYYY-MM-DDTHH:mm:ss.SSSZ';
return format ? d.format(format) : d.format(iso8601format);
}

@@ -107,0 +108,0 @@

{
"name": "@instructure/ui-i18n",
"version": "5.3.1",
"version": "5.4.0-dev.0",
"description": "A UI component library made by Instructure Inc.",

@@ -25,4 +25,4 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-presets": "^5.3.1",
"@instructure/ui-themes": "^5.3.1",
"@instructure/ui-presets": "^5.4.0-dev.0",
"@instructure/ui-themes": "^5.4.0-dev.0",
"react": "15.6.2",

@@ -36,3 +36,3 @@ "react-dom": "15.6.2"

"dependencies": {
"@instructure/ui-utils": "^5.3.1",
"@instructure/ui-utils": "^5.4.0-dev.0",
"decimal.js": "^9.0.1",

@@ -39,0 +39,0 @@ "moment-timezone": "^0.5.14",

@@ -88,3 +88,4 @@ /*

const d = parse(dateString, locale, timezone)
return format ? d.format(format) : d.toISOString(true)
const iso8601format = 'YYYY-MM-DDTHH:mm:ss.SSSZ'
return format ? d.format(format) : d.format(iso8601format)
}

@@ -91,0 +92,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