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

@instructure/ui-text-input

Package Overview
Dependencies
Maintainers
34
Versions
1574
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/ui-text-input - npm Package Compare versions

Comparing version 5.52.3-rc.29 to 5.52.3-rc.30

es/TextInput/index.js

2

es/index.js

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

*/
export * from './components';
export { TextInput } from './TextInput';

@@ -6,13 +6,9 @@ "use strict";

});
Object.defineProperty(exports, "TextInput", {
enumerable: true,
get: function get() {
return _TextInput.TextInput;
}
});
var _components = require("./components");
Object.keys(_components).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function get() {
return _components[key];
}
});
});
var _TextInput = require("./TextInput");
{
"name": "@instructure/ui-text-input",
"version": "5.52.3-rc.29+c3da79f1",
"version": "5.52.3-rc.30+77777f2c",
"description": "A UI component library made by Instructure Inc.",

@@ -23,19 +23,19 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-color-utils": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-elements": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-test-utils": "5.52.3-rc.29+c3da79f1"
"@instructure/ui-babel-preset": "5.52.3-rc.30+77777f2c",
"@instructure/ui-color-utils": "5.52.3-rc.30+77777f2c",
"@instructure/ui-elements": "5.52.3-rc.30+77777f2c",
"@instructure/ui-test-utils": "5.52.3-rc.30+77777f2c"
},
"dependencies": {
"@babel/runtime": "^7",
"@instructure/ui-dom-utils": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-form-field": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-icons": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-layout": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-prop-types": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-react-utils": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-testable": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-themeable": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-utils": "5.52.3-rc.29+c3da79f1",
"@instructure/uid": "5.52.3-rc.29+c3da79f1",
"@instructure/ui-dom-utils": "5.52.3-rc.30+77777f2c",
"@instructure/ui-form-field": "5.52.3-rc.30+77777f2c",
"@instructure/ui-icons": "5.52.3-rc.30+77777f2c",
"@instructure/ui-layout": "5.52.3-rc.30+77777f2c",
"@instructure/ui-prop-types": "5.52.3-rc.30+77777f2c",
"@instructure/ui-react-utils": "5.52.3-rc.30+77777f2c",
"@instructure/ui-testable": "5.52.3-rc.30+77777f2c",
"@instructure/ui-themeable": "5.52.3-rc.30+77777f2c",
"@instructure/ui-utils": "5.52.3-rc.30+77777f2c",
"@instructure/uid": "5.52.3-rc.30+77777f2c",
"classnames": "^2",

@@ -49,3 +49,3 @@ "prop-types": "^15",

"sideEffects": false,
"gitHead": "c3da79f1be7c71f54c34f49c32f97ac6b5dcf7bf"
"gitHead": "77777f2c4ba2f5f0a1e26631de8c82c4248a5d68"
}

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

*/
export * from './components'
export { TextInput } from './TextInput'
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