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

terra-content-container

Package Overview
Dependencies
Maintainers
9
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.33.0 to 3.34.0

9

CHANGELOG.md

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

## 3.34.0 - (April 6, 2021)
* Changed
* Removed unnecessary `wdio.conf.js` file
* Updated to terra-functional-testing
* Updated Jest command
## 3.33.0 - (January 5, 2021)

@@ -10,3 +17,3 @@

* Fixed broken links in documentation.
## 3.32.0 - (December 8, 2020)

@@ -13,0 +20,0 @@

14

package.json
{
"name": "terra-content-container",
"main": "lib/ContentContainer.js",
"version": "3.33.0",
"version": "3.34.0",
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.",

@@ -31,3 +31,3 @@ "repository": {

"prop-types": "^15.5.8",
"terra-scroll": "^2.30.0"
"terra-scroll": "^2.31.0"
},

@@ -41,9 +41,9 @@ "scripts": {

"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio-default": "cd ../.. && npx wdio",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"jest": "jest --config ../../jest.config.js",
"wdio-default": "cd ../.. && terra wdio",
"wdio-lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio-fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "ded4e20a75b7e1fc40d9298b6d619fdea043815f"
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61"
}

@@ -5,3 +5,3 @@ Terra.describeViewports('Content Container', ['medium'], () => {

Terra.validates.element('default');
Terra.validates.element('content container');
});

@@ -12,4 +12,4 @@

Terra.validates.element('fill');
Terra.validates.element('content container fill');
});
});
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