New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@s-ui/react-layout-grid

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-layout-grid - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

1

lib/gridItem/index.js
import { jsx as _jsx } from "react/jsx-runtime";
import PropTypes from 'prop-types';
import cx from 'classnames';

@@ -3,0 +4,0 @@ import { BASE_CLASS, CELL_NUMBERS } from '../settings';

7

lib/index.js
import { jsx as _jsx } from "react/jsx-runtime";
import PropTypes from 'prop-types';
import LayoutGridItem from './gridItem';

@@ -9,4 +10,6 @@ import cx from 'classnames';

children = _ref.children,
justifyContent = _ref.justifyContent;
var classNames = cx("" + BASE_CLASS, alignItems && BASE_CLASS + "--ai-" + alignItems, justifyContent && BASE_CLASS + "--jc-" + justifyContent);
justifyContent = _ref.justifyContent,
_ref$isGapless = _ref.isGapless,
isGapless = _ref$isGapless === void 0 ? false : _ref$isGapless;
var classNames = cx("" + BASE_CLASS, alignItems && BASE_CLASS + "--ai-" + alignItems, justifyContent && BASE_CLASS + "--jc-" + justifyContent, isGapless && "is-gapless");
return /*#__PURE__*/_jsx("div", {

@@ -13,0 +16,0 @@ className: classNames,

{
"name": "@s-ui/react-layout-grid",
"version": "1.3.0",
"version": "1.4.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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