Socket
Socket
Sign inDemoInstall

@instructure/ui-date-input

Package Overview
Dependencies
Maintainers
34
Versions
1407
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

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

es/DateInput/index.js

2

es/index.js

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

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

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

});
Object.defineProperty(exports, "DateInput", {
enumerable: true,
get: function get() {
return _DateInput.DateInput;
}
});
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 _DateInput = require("./DateInput");
{
"name": "@instructure/ui-date-input",
"version": "5.52.3-rc.30+77777f2c",
"version": "5.52.3-rc.31+81265a8b",
"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.30+77777f2c",
"@instructure/ui-test-utils": "5.52.3-rc.30+77777f2c"
"@instructure/ui-babel-preset": "5.52.3-rc.31+81265a8b",
"@instructure/ui-test-utils": "5.52.3-rc.31+81265a8b"
},
"dependencies": {
"@babel/runtime": "^7",
"@instructure/ui-calendar": "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-overlays": "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-selectable": "5.52.3-rc.30+77777f2c",
"@instructure/ui-testable": "5.52.3-rc.30+77777f2c",
"@instructure/ui-text-input": "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/ui-calendar": "5.52.3-rc.31+81265a8b",
"@instructure/ui-form-field": "5.52.3-rc.31+81265a8b",
"@instructure/ui-icons": "5.52.3-rc.31+81265a8b",
"@instructure/ui-layout": "5.52.3-rc.31+81265a8b",
"@instructure/ui-overlays": "5.52.3-rc.31+81265a8b",
"@instructure/ui-prop-types": "5.52.3-rc.31+81265a8b",
"@instructure/ui-react-utils": "5.52.3-rc.31+81265a8b",
"@instructure/ui-selectable": "5.52.3-rc.31+81265a8b",
"@instructure/ui-testable": "5.52.3-rc.31+81265a8b",
"@instructure/ui-text-input": "5.52.3-rc.31+81265a8b",
"@instructure/ui-themeable": "5.52.3-rc.31+81265a8b",
"@instructure/ui-utils": "5.52.3-rc.31+81265a8b",
"prop-types": "^15"

@@ -50,3 +50,3 @@ },

"sideEffects": false,
"gitHead": "77777f2c4ba2f5f0a1e26631de8c82c4248a5d68"
"gitHead": "81265a8bde6e983313a8e3ca2819517b9bccd237"
}

@@ -25,2 +25,2 @@ /*

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