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

@elliemae/ds-shared

Package Overview
Dependencies
Maintainers
2
Versions
2503
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elliemae/ds-shared - npm Package Compare versions

Comparing version 0.3.31 to 0.3.32

12

FocusGroup/FocusGrid.js

@@ -15,2 +15,4 @@ "use strict";

var _system = require("@elliemae/ds-utilities/system");
var _getNextCellPosition = _interopRequireDefault(require("./utils/getNextCellPosition"));

@@ -74,4 +76,6 @@

var child = _react.default.cloneElement(_react.default.Children.only(children), {
innerRef: containerRef
var child = _react.default.Children.only(children);
var decoratedChild = _react.default.cloneElement(child, {
innerRef: (0, _system.mergeRefs)(child.props.innerRef, containerRef)
});

@@ -223,5 +227,5 @@

fileName: _jsxFileName,
lineNumber: 174
lineNumber: 176
}
}, child);
}, decoratedChild);
}
{
"name": "@elliemae/ds-shared",
"version": "0.3.31",
"version": "0.3.32",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Ellie Mae - Dim Sum - Shared components and utilities",

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