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

@infotech/uikit-core

Package Overview
Dependencies
Maintainers
3
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infotech/uikit-core - npm Package Compare versions

Comparing version 1.1.0-beta.3 to 1.1.0-beta.4

2

lib/hocs/as-list/index.js

@@ -23,3 +23,3 @@ "use strict";

var styles = {
"List": "uikit_b9784657_internal_core__List_66b0c562"
"List": "uikit_1b03bab0_internal_core__List_66b0c562"
}; // @related-file ./styles.css

@@ -26,0 +26,0 @@

@@ -29,3 +29,3 @@ "use strict";

var fullWidthStyles = {
"fullWidth": "uikit_b9784657_internal_core__fullWidth_88374fbd"
"fullWidth": "uikit_1b03bab0_internal_core__fullWidth_88374fbd"
}; // @related-file ./index.css

@@ -32,0 +32,0 @@

@@ -10,3 +10,3 @@ "use strict";

var _omit = _interopRequireDefault(require("lodash/fp/omit"));
var _omit = _interopRequireDefault(require("lodash/omit"));

@@ -17,4 +17,2 @@ var _proxyPropStatics = _interopRequireDefault(require("./proxy-prop-statics"));

var _wrapDisplayName = _interopRequireDefault(require("./wrap-display-name"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -26,3 +24,5 @@

var enhance = function enhance(excludeProps) {
return (0, _recompose.compose)((0, _wrapDisplayName.default)("omitProps"), proxyStatics(omitProps(excludeProps)));
return (0, _recompose.mapProps)(function (props) {
return (0, _omit.default)(props, excludeProps);
});
};

@@ -29,0 +29,0 @@

{
"name": "@infotech/uikit-core",
"version": "1.1.0-beta.3",
"version": "1.1.0-beta.4",
"engines": {

@@ -5,0 +5,0 @@ "node": ">=8.5.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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