Socket
Socket
Sign inDemoInstall

@wireapp/react-ui-kit

Package Overview
Dependencies
Maintainers
6
Versions
751
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/react-ui-kit - npm Package Compare versions

Comparing version 9.0.11 to 9.0.12

5

lib/Layout/Container.js

@@ -57,7 +57,6 @@ "use strict";

});
const Container = (_a, ref) => {
exports.Container = (0, react_1.forwardRef)((_a, ref) => {
var { centerText, level, verticalCenter } = _a, props = __rest(_a, ["centerText", "level", "verticalCenter"]);
return ((0, jsx_runtime_1.jsx)("div", Object.assign({ ref: ref, css: containerStyle({ centerText, level, verticalCenter }) }, props)));
};
exports.Container = Container;
});
exports.Container.displayName = 'Container';

@@ -64,0 +63,0 @@ exports.ContainerLG = (0, react_1.forwardRef)((props, ref) => ((0, jsx_runtime_1.jsx)(exports.Container, Object.assign({ ref: ref, level: 'lg' }, props))));

4

package.json

@@ -72,4 +72,4 @@ {

},
"version": "9.0.11",
"gitHead": "059508a4d9dbfa8ef710818815ac19f91d5bd3c6"
"version": "9.0.12",
"gitHead": "2068ec8f20af05dba50cef9fe01f16d6146f54b4"
}

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