Socket
Socket
Sign inDemoInstall

@instructure/ui-i18n

Package Overview
Dependencies
Maintainers
30
Versions
1913
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.8.1 to 5.9.0

2

es/Decimal.js

@@ -175,3 +175,3 @@ /*

if (isNegative) {
if (isNegative && result) {
result = '-' + result;

@@ -178,0 +178,0 @@ }

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

if (isNegative) {
if (isNegative && result) {
result = '-' + result;

@@ -192,0 +192,0 @@ }

{
"name": "@instructure/ui-i18n",
"version": "5.8.1",
"version": "5.9.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.8.1",
"@instructure/ui-themes": "^5.8.1",
"@instructure/ui-presets": "^5.9.0",
"@instructure/ui-themes": "^5.9.0",
"react": "15.6.2",

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

"dependencies": {
"@instructure/ui-utils": "^5.8.1",
"@instructure/ui-utils": "^5.9.0",
"decimal.js": "^9.0.1",

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

@@ -171,3 +171,3 @@ /*

if (isNegative) {
if (isNegative && result) {
result = `-${result}`

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