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

terra-action-footer

Package Overview
Dependencies
Maintainers
10
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-action-footer - npm Package Compare versions

Comparing version 2.58.0 to 2.59.0

9

CHANGELOG.md

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

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

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

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

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

18

package.json
{
"name": "terra-action-footer",
"main": "lib/ActionFooter.js",
"version": "2.58.0",
"version": "2.59.0",
"description": "The terra-action-footer component is a footer bar that contains sockets for placing actionable items such as buttons and hyperlinks. The default variation contains a start and end socket, while the centered variation has only a center socket. If no actions are provided, the footer bar collapses to a themeable height and maintains the top border.",

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

"prop-types": "^15.5.8",
"terra-button": "^3.53.0",
"terra-hyperlink": "^2.45.0",
"terra-spacer": "^3.52.0",
"terra-button": "^3.54.0",
"terra-hyperlink": "^2.46.0",
"terra-spacer": "^3.53.0",
"terra-theme-context": "^1.0.0"

@@ -44,9 +44,9 @@ },

"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": "f34a76024b33d4b2f25492c5983f3b73a27c107e"
"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