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.9.0 to 5.10.0

es/bidirectional.js

2

es/components/index.js

@@ -24,3 +24,5 @@ /*

*/
import _ApplyTextDirection from './ApplyTextDirection';
export { _ApplyTextDirection as ApplyTextDirection };
import _ApplyLocale from './ApplyLocale';
export { _ApplyLocale as ApplyLocale };

@@ -28,2 +28,4 @@ /*

/* list utils in alphabetical order */
import _bidirectional from './bidirectional';
export { _bidirectional as bidirectional };
import _DateTime from './DateTime';

@@ -30,0 +32,0 @@ export { _DateTime as DateTime };

54

lib/components/index.js

@@ -6,4 +6,8 @@ 'use strict';

});
exports.ApplyLocale = undefined;
exports.ApplyLocale = exports.ApplyTextDirection = undefined;
var _ApplyTextDirection2 = require('./ApplyTextDirection');
var _ApplyTextDirection3 = _interopRequireDefault(_ApplyTextDirection2);
var _ApplyLocale2 = require('./ApplyLocale');

@@ -15,24 +19,26 @@

exports.ApplyLocale = _ApplyLocale3.default; /*
* The MIT License (MIT)
*
* Copyright (c) 2015 - present Instructure, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
exports.ApplyTextDirection = _ApplyTextDirection3.default; /*
* The MIT License (MIT)
*
* Copyright (c) 2015 - present Instructure, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all
* copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
exports.ApplyLocale = _ApplyLocale3.default;

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

});
exports.Decimal = exports.Locale = exports.DateTime = undefined;
exports.Decimal = exports.Locale = exports.DateTime = exports.bidirectional = undefined;

@@ -21,2 +21,6 @@ var _components = require('./components');

var _bidirectional2 = require('./bidirectional');
var _bidirectional3 = _interopRequireDefault(_bidirectional2);
var _DateTime2 = require('./DateTime');

@@ -60,7 +64,8 @@

exports.DateTime = _DateTime3.default;
exports.bidirectional = _bidirectional3.default;
/* list utils in alphabetical order */
exports.DateTime = _DateTime3.default;
exports.Locale = _Locale3.default;
exports.Decimal = _Decimal3.default;
{
"name": "@instructure/ui-i18n",
"version": "5.9.0",
"version": "5.10.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.9.0",
"@instructure/ui-themes": "^5.9.0",
"@instructure/ui-presets": "^5.10.0",
"@instructure/ui-themes": "^5.10.0",
"react": "15.6.2",

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

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

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

@@ -22,4 +22,12 @@ ---

- [ApplyLocale](#ApplyLocale)
- [ApplyTextDirection](#ApplyTextDirection)
### Utilities
The `ui-i18n` package contains the following utilities:
- [bidirectional](#bidirectional)
- [DateTime](#DateTime)
- [Decimal](#Decimal)
- [Locale](#Locale)
[npm]: https://img.shields.io/npm/v/@instructure/ui-i18n.svg

@@ -26,0 +34,0 @@ [npm-url]: https://npmjs.com/package/@instructure/ui-i18n

@@ -24,2 +24,3 @@ /*

*/
export ApplyTextDirection from './ApplyTextDirection'
export ApplyLocale from './ApplyLocale'

@@ -28,4 +28,5 @@ /*

/* list utils in alphabetical order */
export bidirectional from './bidirectional'
export DateTime from './DateTime'
export Locale from './Locale'
export Decimal from './Decimal'
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