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 4.7.1-dev.1 to 4.8.0-dev.1

4

es/components/index.js

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

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

@@ -1,24 +0,36 @@

/*
* 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.
*/
"use strict";
'use strict';
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ApplyLocale = undefined;
var _ApplyLocale2 = require('./ApplyLocale');
var _ApplyLocale3 = _interopRequireDefault(_ApplyLocale2);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
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.
*/
{
"name": "@instructure/ui-i18n",
"version": "4.7.1-dev.1",
"description": "",
"version": "4.8.0-dev.1",
"description": "A UI component library made by Instructure Inc.",
"author": "Instructure, Inc. Engineering and Product Design",

@@ -25,3 +25,3 @@ "main": "./lib/index.js",

"devDependencies": {
"@instructure/ui-presets": "^4.7.1-dev.1",
"@instructure/ui-presets": "^4.8.0-dev.1",
"react": "15.6.2",

@@ -28,0 +28,0 @@ "react-dom": "15.6.2"

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

*/
export ApplyLocale from './ApplyLocale'
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