Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-content-container

Package Overview
Dependencies
Maintainers
8
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-content-container - npm Package Compare versions

Comparing version 3.42.0 to 3.43.0

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## 3.43.0 - (May 24, 2024)
* Changed
* Minor dependency version bump.
## 3.42.0 - (February 27, 2024)

@@ -7,0 +12,0 @@

2

lib/ContentContainer.js

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

function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } } return target; }
var cx = _bind.default.bind(_ContentContainerModule.default);

@@ -20,0 +20,0 @@ var propTypes = {

{
"name": "terra-content-container",
"version": "3.42.0",
"version": "3.43.0",
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",

@@ -24,12 +24,20 @@ "author": "Cerner Corporation",

"main": "lib/ContentContainer.js",
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"peerDependencies": {
"react": "16",
"react-dom": "16"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-scroll": "^2.37.0",
"terra-theme-context": "^1.0.0"
"classnames": "2",
"prop-types": "15",
"terra-scroll": "^2.38.0",
"terra-theme-context": "1"
},
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
},
"scripts": {

@@ -48,11 +56,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files",

},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"gitHead": "8968ea64cd0b536d8fa7bbb8bbd434cf527758cf"
"gitHead": "209e73eab65abaee39bd1e026d50e5e03d8f38ac"
}
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