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.44.0 to 2.45.0

5

CHANGELOG.md

@@ -7,2 +7,7 @@ ChangeLog

2.45.0 - (June 9, 2020)
------------------
### Changed
* Update wdio test configuration to use root wdio config
2.44.0 - (June 2, 2020)

@@ -9,0 +14,0 @@ ------------------

18

package.json
{
"name": "terra-action-footer",
"main": "lib/ActionFooter.js",
"version": "2.44.0",
"version": "2.45.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.40.0",
"terra-hyperlink": "^2.33.0",
"terra-spacer": "^3.39.0",
"terra-button": "^3.41.0",
"terra-hyperlink": "^2.34.0",
"terra-spacer": "^3.40.0",
"terra-theme-context": "^1.0.0"

@@ -43,10 +43,10 @@ },

"precompile": "rm -rf lib",
"test": "npm run jest && npm run wdio",
"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio-default": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.js",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio ./packages/$npm_package_name/clinical-lowlight-wdio.conf.js",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio ./packages/$npm_package_name/wdio.conf.js",
"wdio-default": "cd ../.. && npx wdio",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "e00edee5a7045d98d91c79d8f20b6720622ae018"
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352"
}
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