Socket
Socket
Sign inDemoInstall

@talend/react-bootstrap

Package Overview
Dependencies
24
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.35.1 to 1.35.2

dist/TalendReactBootstrap.min.js.LICENSE.txt

6

CHANGELOG.md
## [v0.32.5]
## 1.35.2
### Patch Changes
- 8376814d2: fix: circular dependencies in Media
## 1.35.1

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

2

dist/TalendReactBootstrap.js.dependencies.json

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

{"react":{"name":"react","var":"React","version":"17.0.2","path":"/umd/react.development.js","peerDependency":">=16.3.0"},"classnames":{"name":"classnames","var":"classNames","version":"2.3.1","path":"/index.js"},"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":"17.0.2","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.3.1","path":"/index.js"},"react":{"name":"react","var":"React","version":"17.0.2","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":"17.0.2","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 @@

{"react":{"name":"react","var":"React","version":"17.0.2","path":"/umd/react.production.min.js","peerDependency":">=16.3.0"},"classnames":{"name":"classnames","var":"classNames","version":"2.3.1","path":"/index.js"},"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":"17.0.2","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.3.1","path":"/index.js"},"react":{"name":"react","var":"React","version":"17.0.2","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":"17.0.2","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"}}

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

function triggerBrowserReflow(node) {
node.offsetHeight; // eslint-disable-line no-unused-expressions
// eslint-disable-next-line mdx/no-unused-expressions
node.offsetHeight;
}

@@ -56,2 +57,5 @@

const propTypes = {
className: _propTypes.default.string,
children: _propTypes.default.node,
/**

@@ -58,0 +62,0 @@ * Show the component; triggers the expand or collapse animation

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

var _Media = _interopRequireDefault(require("./Media"));
var _bootstrapUtils = require("./utils/bootstrapUtils");

@@ -49,3 +47,5 @@

// The class is e.g. `media-top`, not `media-left-top`.
classes[(0, _bootstrapUtils.prefix)(_Media.default.defaultProps, align)] = true;
classes[(0, _bootstrapUtils.prefix)({
bsClass: 'media'
}, align)] = true;
}

@@ -52,0 +52,0 @@

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

var _Media = _interopRequireDefault(require("./Media"));
var _bootstrapUtils = require("./utils/bootstrapUtils");

@@ -42,3 +40,5 @@

// The class is e.g. `media-top`, not `media-left-top`.
classes[(0, _bootstrapUtils.prefix)(_Media.default.defaultProps, align)] = true;
classes[(0, _bootstrapUtils.prefix)({
bsClass: 'media'
}, align)] = true;
}

@@ -45,0 +45,0 @@

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

var _Media = _interopRequireDefault(require("./Media"));
var _bootstrapUtils = require("./utils/bootstrapUtils");

@@ -42,3 +40,5 @@

// The class is e.g. `media-top`, not `media-right-top`.
classes[(0, _bootstrapUtils.prefix)(_Media.default.defaultProps, align)] = true;
classes[(0, _bootstrapUtils.prefix)({
bsClass: 'media'
}, align)] = true;
}

@@ -45,0 +45,0 @@

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

@@ -44,4 +44,4 @@ "repository": {

"devDependencies": {
"@talend/scripts-core": "^11.7.1",
"@talend/scripts-preset-react-lib": "^11.0.3",
"@talend/scripts-core": "^12.0.0",
"@talend/scripts-preset-react-lib": "^14.0.0",
"@testing-library/jest-dom": "^5.16.4",

@@ -52,3 +52,2 @@ "@testing-library/react": "^12.1.5",

"chalk": "^2.4.2",
"colors": "^1.4.0",
"create-react-class": "^15.7.0",

@@ -55,0 +54,0 @@ "cross-env": "^7.0.3",

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

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