Socket
Socket
Sign inDemoInstall

terra-button

Package Overview
Dependencies
Maintainers
9
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-button - npm Package Compare versions

Comparing version 3.40.0 to 3.41.0

5

CHANGELOG.md

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

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

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

14

package.json
{
"name": "terra-button",
"main": "lib/Button.js",
"version": "3.40.0",
"version": "3.41.0",
"description": "The terra-button component provides users a way to trigger actions in the UI.",

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

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

@@ -46,6 +46,6 @@ },

"prop-types": "^15.5.8",
"terra-icon": "^3.31.0",
"terra-icon": "^3.32.0",
"terra-theme-context": "^1.0.0"
},
"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