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

terra-responsive-element

Package Overview
Dependencies
Maintainers
9
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-responsive-element - npm Package Compare versions

Comparing version 5.29.0 to 5.30.0

9

CHANGELOG.md

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

## 5.30.0 - (April 6, 2021)
* Changed
* Removed unnecessary `wdio.conf.js` file
* Upgrade tests to terra-functional-testing and WebDriverIO v6
* Updated Jest command
## 5.29.0 - (March 2, 2021)

@@ -15,3 +22,3 @@

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

@@ -18,0 +25,0 @@

16

package.json
{
"name": "terra-responsive-element",
"main": "lib/ResponsiveElement.js",
"version": "5.29.0",
"version": "5.30.0",
"description": "The terra-responsive-element conditionally renders components based on viewport size",

@@ -29,7 +29,7 @@ "repository": {

"dependencies": {
"@cerner/terra-docs": "^1.2.0",
"@cerner/terra-docs": "^1.3.0",
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"resize-observer-polyfill": "^1.4.1",
"terra-breakpoints": "^2.32.0"
"terra-breakpoints": "^2.33.0"
},

@@ -43,9 +43,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": "31a55a132a87238b1ca4616fdc4e3e16d80290bd"
"gitHead": "b6ddb01d67dc1ecbe6fd0eba0ddc8f46b7eb3d61"
}
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