Socket
Socket
Sign inDemoInstall

@talend/react-bootstrap

Package Overview
Dependencies
23
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

6

CHANGELOG.md
## [v0.32.5]
## 2.2.2
### Patch Changes
- 1abc22f: chore: upgrade dependencies
## 2.2.1

@@ -4,0 +10,0 @@

2

dist/TalendReactBootstrap.js.dependencies.json

@@ -1,1 +0,1 @@

{"classnames":{"name":"classnames","var":"classNames","version":"2.3.2","path":"/index.js"},"react":{"name":"react","var":"React","version":"18.2.0","path":"/umd/react.development.js","peerDependency":">=16.3.0"},"react-is":{"name":"react-is","var":"ReactIs","version":"16.13.1","path":"/umd/react-is.development.js"},"prop-types":{"name":"prop-types","var":"PropTypes","version":"15.8.1","path":"/prop-types.js"},"react-dom":{"name":"react-dom","var":"ReactDOM","version":"18.2.0","path":"/umd/react-dom.development.js","peerDependency":">=16.3.0"},"react-lifecycles-compat":{"name":"react-lifecycles-compat","var":"reactLifecyclesCompat","version":"3.0.4","path":"/react-lifecycles-compat.js"}}
{"classnames":{"name":"classnames","var":"classNames","version":"2.5.1","path":"/index.js"},"react":{"name":"react","var":"React","version":"18.2.0","path":"/umd/react.development.js","peerDependency":">=16.3.0"},"react-is":{"name":"react-is","var":"ReactIs","version":"16.13.1","path":"/umd/react-is.development.js"},"prop-types":{"name":"prop-types","var":"PropTypes","version":"15.8.1","path":"/prop-types.js"},"react-dom":{"name":"react-dom","var":"ReactDOM","version":"18.2.0","path":"/umd/react-dom.development.js","peerDependency":">=16.3.0"},"react-lifecycles-compat":{"name":"react-lifecycles-compat","var":"reactLifecyclesCompat","version":"3.0.4","path":"/react-lifecycles-compat.js"}}

@@ -1,1 +0,1 @@

{"classnames":{"name":"classnames","var":"classNames","version":"2.3.2","path":"/index.js"},"react":{"name":"react","var":"React","version":"18.2.0","path":"/umd/react.production.min.js","peerDependency":">=16.3.0"},"react-is":{"name":"react-is","var":"ReactIs","version":"16.13.1","path":"/umd/react-is.production.min.js"},"prop-types":{"name":"prop-types","var":"PropTypes","version":"15.8.1","path":"/prop-types.min.js"},"react-dom":{"name":"react-dom","var":"ReactDOM","version":"18.2.0","path":"/umd/react-dom.production.min.js","peerDependency":">=16.3.0"},"react-lifecycles-compat":{"name":"react-lifecycles-compat","var":"reactLifecyclesCompat","version":"3.0.4","path":"/react-lifecycles-compat.min.js"}}
{"classnames":{"name":"classnames","var":"classNames","version":"2.5.1","path":"/index.js"},"react":{"name":"react","var":"React","version":"18.2.0","path":"/umd/react.production.min.js","peerDependency":">=16.3.0"},"react-is":{"name":"react-is","var":"ReactIs","version":"16.13.1","path":"/umd/react-is.production.min.js"},"prop-types":{"name":"prop-types","var":"PropTypes","version":"15.8.1","path":"/prop-types.min.js"},"react-dom":{"name":"react-dom","var":"ReactDOM","version":"18.2.0","path":"/umd/react-dom.production.min.js","peerDependency":">=16.3.0"},"react-lifecycles-compat":{"name":"react-lifecycles-compat","var":"reactLifecyclesCompat","version":"3.0.4","path":"/react-lifecycles-compat.min.js"}}

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

}
renderButton(_ref, className) {
let {
componentClass,
...elementProps
} = _ref;
renderButton({
componentClass,
...elementProps
}, className) {
const Component = componentClass || 'button';

@@ -48,0 +47,0 @@ return /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, {

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

*/
block: (0, _all.default)(_propTypes.default.bool, _ref => {
let {
block,
vertical
} = _ref;
return block && !vertical ? new Error('`block` requires `vertical` to be set to have any effect') : null;
})
block: (0, _all.default)(_propTypes.default.bool, ({
block,
vertical
}) => block && !vertical ? new Error('`block` requires `vertical` to be set to have any effect') : null)
};

@@ -31,0 +28,0 @@ const defaultProps = {

@@ -19,4 +19,4 @@ "use strict";

function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /* eslint-disable arrow-parens */
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* eslint-disable arrow-parens */
const MARGINS = {

@@ -125,4 +125,4 @@ height: ['marginTop', 'marginBottom'],

class Collapse extends _react.default.Component {
constructor() {
super(...arguments);
constructor(...args) {
super(...args);
/* -- Expanding -- */

@@ -129,0 +129,0 @@ _defineProperty(this, "handleEnter", elem => {

@@ -200,9 +200,8 @@ "use strict";

}
renderMenu(child, _ref) {
let {
id,
onSelect,
rootCloseEvent,
...props
} = _ref;
renderMenu(child, {
id,
onSelect,
rootCloseEvent,
...props
}) {
let ref = c => {

@@ -209,0 +208,0 @@ this.menu = c;

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

*/
divider: (0, _all.default)(_propTypes.default.bool, _ref => {
let {
divider,
children
} = _ref;
return divider && children ? new Error('Children will not be rendered for dividers') : null;
}),
divider: (0, _all.default)(_propTypes.default.bool, ({
divider,
children
}) => divider && children ? new Error('Children will not be rendered for dividers') : null),
/**

@@ -38,0 +35,0 @@ * Value passed to the `onSelect` handler, useful for identifying the selected menu item.

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

var _reactDom = _interopRequireDefault(require("react-dom"));
var _Modal = _interopRequireDefault(require("react-overlays/lib/Modal"));
var _Modal2 = _interopRequireDefault(require("react-overlays/lib/Modal"));
var _isOverflowing = _interopRequireDefault(require("react-overlays/lib/utils/isOverflowing"));

@@ -32,6 +32,6 @@ var _elementType = _interopRequireDefault(require("prop-types-extra/lib/elementType"));

function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
const propTypes = {
..._Modal.default.propTypes,
..._Modal2.default.propTypes,
..._ModalDialog.default.propTypes,

@@ -116,6 +116,6 @@ /**

*/
container: _Modal.default.propTypes.container
container: _Modal2.default.propTypes.container
};
const defaultProps = {
..._Modal.default.defaultProps,
..._Modal2.default.defaultProps,
animation: true,

@@ -232,5 +232,5 @@ dialogComponentClass: _ModalDialog.default

} = this.props;
const [baseModalProps, dialogProps] = (0, _splitComponentProps.default)(props, _Modal.default);
const [baseModalProps, dialogProps] = (0, _splitComponentProps.default)(props, _Modal2.default);
const inClassName = show && !animation && 'in';
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Modal.default, {
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Modal2.default, {
...baseModalProps,

@@ -237,0 +237,0 @@ ref: this.setModalRef,

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

stacked: _propTypes.default.bool,
justified: (0, _all.default)(_propTypes.default.bool, _ref => {
let {
justified,
navbar
} = _ref;
return justified && navbar ? Error('justified navbar `Nav`s are not supported') : null;
}),
justified: (0, _all.default)(_propTypes.default.bool, ({
justified,
navbar
}) => justified && navbar ? Error('justified navbar `Nav`s are not supported') : null),
/**

@@ -225,6 +222,5 @@ * A callback fired when a NavItem is selected.

}
isActive(_ref2, activeKey, activeHref) {
let {
props
} = _ref2;
isActive({
props
}, activeKey, activeHref) {
if (props.active || activeKey != null && props.eventKey === activeKey || activeHref && props.href === activeHref) {

@@ -231,0 +227,0 @@ return true;

@@ -201,20 +201,16 @@ "use strict";

function createSimpleWrapper(tag, suffix, displayName) {
const Wrapper = (_ref, _ref2) => {
let {
componentClass: Component,
className,
pullRight,
pullLeft,
...props
} = _ref;
let {
$bs_navbar: navbarProps = {
bsClass: 'navbar'
}
} = _ref2;
return /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, {
...props,
className: (0, _classnames.default)(className, (0, _bootstrapUtils.prefix)(navbarProps, suffix), pullRight && (0, _bootstrapUtils.prefix)(navbarProps, 'right'), pullLeft && (0, _bootstrapUtils.prefix)(navbarProps, 'left'))
});
};
const Wrapper = ({
componentClass: Component,
className,
pullRight,
pullLeft,
...props
}, {
$bs_navbar: navbarProps = {
bsClass: 'navbar'
}
}) => /*#__PURE__*/(0, _jsxRuntime.jsx)(Component, {
...props,
className: (0, _classnames.default)(className, (0, _bootstrapUtils.prefix)(navbarProps, suffix), pullRight && (0, _bootstrapUtils.prefix)(navbarProps, 'right'), pullLeft && (0, _bootstrapUtils.prefix)(navbarProps, 'left'))
});
Wrapper.displayName = displayName;

@@ -221,0 +217,0 @@ Wrapper.propTypes = {

@@ -30,6 +30,5 @@ "use strict";

class NavDropdown extends _react.default.Component {
isActive(_ref, activeKey, activeHref) {
let {
props
} = _ref;
isActive({
props
}, activeKey, activeHref) {
if (props.active || activeKey != null && props.eventKey === activeKey || activeHref && props.href === activeHref) {

@@ -36,0 +35,0 @@ return true;

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

function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); } /* eslint-disable react/no-multi-comp */
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } /* eslint-disable react/no-multi-comp */
const propTypes = {

@@ -31,12 +31,11 @@ eventKey: _propTypes.default.any,

};
function PaginationItem(_ref) {
let {
active,
disabled,
className,
style,
activeLabel,
children,
...props
} = _ref;
function PaginationItem({
active,
disabled,
className,
style,
activeLabel,
children,
...props
}) {
const Component = active || disabled ? 'span' : _SafeAnchor.default;

@@ -61,6 +60,5 @@ return /*#__PURE__*/(0, _jsxRuntime.jsx)("li", {

PaginationItem.defaultProps = defaultProps;
function createButton(name, defaultValue) {
var _class;
let label = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : name;
return _class = class extends _react.default.Component {
function createButton(name, defaultValue, label = name) {
var _Class;
return _Class = class extends _react.default.Component {
render() {

@@ -85,5 +83,5 @@ const {

}
}, _defineProperty(_class, "displayName", name), _defineProperty(_class, "propTypes", {
}, _defineProperty(_Class, "displayName", name), _defineProperty(_Class, "propTypes", {
disabled: _propTypes.default.bool
}), _class;
}), _Class;
}

@@ -90,0 +88,0 @@ const First = exports.First = createButton('First', '\u00ab');

@@ -24,4 +24,4 @@ "use strict";

function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
const has = Object.prototype.hasOwnProperty;

@@ -67,4 +67,4 @@ const defaultGetId = (id, type) => id ? `${id}--${type}` : null;

class Panel extends _react.default.Component {
constructor() {
super(...arguments);
constructor(...args) {
super(...args);
_defineProperty(this, "handleToggle", e => {

@@ -71,0 +71,0 @@ const panelGroup = this.context.$bs_panelGroup;

@@ -19,4 +19,4 @@ "use strict";

function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
const propTypes = {

@@ -71,4 +71,4 @@ accordion: _propTypes.default.bool,

class PanelGroup extends _react.default.Component {
constructor() {
super(...arguments);
constructor(...args) {
super(...args);
_defineProperty(this, "handleSelect", (key, expanded, e) => {

@@ -75,0 +75,0 @@ if (expanded) {

@@ -38,4 +38,4 @@ "use strict";

class PanelToggle extends _react.default.Component {
constructor() {
super(...arguments);
constructor(...args) {
super(...args);
this.handleToggle = this.handleToggle.bind(this);

@@ -42,0 +42,0 @@ }

@@ -73,15 +73,14 @@ "use strict";

class ProgressBar extends _react.default.Component {
renderProgressBar(_ref) {
let {
min,
now,
max,
label,
srOnly,
striped,
active,
className,
style,
...props
} = _ref;
renderProgressBar({
min,
now,
max,
label,
srOnly,
striped,
active,
className,
style,
...props
}) {
const [bsProps, elementProps] = (0, _bootstrapUtils.splitBsProps)(props);

@@ -88,0 +87,0 @@ const classes = {

@@ -19,8 +19,5 @@ "use strict";

*/
id(props) {
id(props, ...args) {
let error = null;
if (!props.generateChildId) {
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}
error = idPropType(props, ...args);

@@ -27,0 +24,0 @@ if (!error && !props.id) {

@@ -127,6 +127,5 @@ "use strict";

}
this.setState(_ref => {
let {
activeChild
} = _ref;
this.setState(({
activeChild
}) => {
if (activeChild !== child) {

@@ -133,0 +132,0 @@ return null;

@@ -20,6 +20,3 @@ "use strict";

function curry(fn) {
return function () {
for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
args[_key] = arguments[_key];
}
return (...args) => {
let last = args[args.length - 1];

@@ -134,4 +131,3 @@ if (typeof last === 'function') {

const elementProps = {};
Object.entries(props).forEach(_ref => {
let [propName, propValue] = _ref;
Object.entries(props).forEach(([propName, propValue]) => {
if (!isBsProp(propName)) {

@@ -149,4 +145,3 @@ elementProps[propName] = propValue;

const elementProps = {};
Object.entries(props).forEach(_ref2 => {
let [propName, propValue] = _ref2;
Object.entries(props).forEach(([propName, propValue]) => {
if (!isBsProp(propName) && !isOmittedProp[propName]) {

@@ -163,6 +158,3 @@ elementProps[propName] = propValue;

*/
function addStyle(Component) {
for (var _len2 = arguments.length, styleVariant = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) {
styleVariant[_key2 - 1] = arguments[_key2];
}
function addStyle(Component, ...styleVariant) {
bsStyles(styleVariant)(Component);

@@ -169,0 +161,0 @@ }

@@ -16,6 +16,3 @@ "use strict";

*/
function createChainedFunction() {
for (var _len = arguments.length, funcs = new Array(_len), _key = 0; _key < _len; _key++) {
funcs[_key] = arguments[_key];
}
function createChainedFunction(...funcs) {
return funcs.filter(f => f != null).reduce((acc, f) => {

@@ -28,6 +25,3 @@ if (typeof f !== 'function') {

}
return function chainedFunction() {
for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
args[_key2] = arguments[_key2];
}
return function chainedFunction(...args) {
acc.apply(this, args);

@@ -34,0 +28,0 @@ f.apply(this, args);

@@ -27,15 +27,10 @@ "use strict";

}
deprecationWarning.wrapper = function (Component) {
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
deprecationWarning.wrapper = (Component, ...args) => class DeprecatedComponent extends Component {
componentDidMount(...methodArgs) {
// eslint-disable-line
deprecationWarning(...args);
if (super.componentDidMount) {
super.componentDidMount(...methodArgs);
}
}
return class DeprecatedComponent extends Component {
componentDidMount() {
// eslint-disable-line
deprecationWarning(...args);
if (super.componentDidMount) {
super.componentDidMount(...arguments);
}
}
};
};

@@ -42,0 +37,0 @@ var _default = exports.default = deprecationWarning;

@@ -15,8 +15,5 @@ "use strict";

function generatedId(name) {
return function (props) {
return (props, ...args) => {
let error = null;
if (!props.generateChildId) {
for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
args[_key - 1] = arguments[_key];
}
error = idPropType(props, ...args);

@@ -30,6 +27,3 @@ if (!error && !props.id) {

}
function requiredRoles() {
for (var _len2 = arguments.length, roles = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
roles[_key2] = arguments[_key2];
}
function requiredRoles(...roles) {
return (0, _createChainableTypeChecker.default)((props, propName, component) => {

@@ -50,6 +44,3 @@ let missing;

}
function exclusiveRoles() {
for (var _len3 = arguments.length, roles = new Array(_len3), _key3 = 0; _key3 < _len3; _key3++) {
roles[_key3] = arguments[_key3];
}
function exclusiveRoles(...roles) {
return (0, _createChainableTypeChecker.default)((props, propName, component) => {

@@ -56,0 +47,0 @@ let duplicate;

@@ -11,4 +11,3 @@ "use strict";

const childProps = {};
Object.entries(props).forEach(_ref => {
let [propName, propValue] = _ref;
Object.entries(props).forEach(([propName, propValue]) => {
if (componentPropTypes[propName]) {

@@ -15,0 +14,0 @@ parentProps[propName] = propValue;

{
"name": "@talend/react-bootstrap",
"version": "2.2.1",
"version": "2.2.2",
"description": "Bootstrap 3 components built with React",

@@ -41,11 +41,11 @@ "repository": {

"devDependencies": {
"@talend/eslint-config": "^13.0.2",
"@talend/eslint-plugin": "^1.1.0",
"@talend/scripts-core": "^16.3.2",
"@talend/scripts-config-babel": "^13.2.1",
"@talend/scripts-config-react-webpack": "^16.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"chai": "^4.3.10",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"chai": "^4.4.1",
"chalk": "^2.4.2",

@@ -61,3 +61,3 @@ "create-react-class": "^15.7.0",

"dependencies": {
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"dom-helpers": "^3.4.0",

@@ -64,0 +64,0 @@ "invariant": "^2.2.4",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc