New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

terra-arrange

Package Overview
Dependencies
Maintainers
9
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-arrange - npm Package Compare versions

Comparing version 3.28.0 to 3.29.0

clinical-lowlight-wdio.conf.js

5

CHANGELOG.md

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

3.29.0 - (February 18, 2020)
------------------
### Added
* Added generated-themes to .npmignore
3.28.0 - (February 4, 2020)

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

11

package.json
{
"name": "terra-arrange",
"main": "lib/Arrange.js",
"version": "3.28.0",
"version": "3.29.0",
"description": "The arrange component is used for horizontally arranging and vertically aligning a single row of container elements.",

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

"jest": "jest --config ../../jestconfig.js",
"wdio": "cd ../.. && npx wdio ./packages/$npm_package_name/wdio.conf.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": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},

@@ -42,3 +45,3 @@ "peerDependencies": {

"prop-types": "^15.5.8",
"terra-icon": "^3.26.0"
"terra-icon": "^3.27.0"
},

@@ -48,3 +51,3 @@ "devDependencies": {

},
"gitHead": "bc075f286cd9a548094a79f2f721ec526e2b251a"
"gitHead": "386cab01eec19d715778905a31bdcfd448e6e1b2"
}
const path = require('path');
const wdioConf = require('../../node_modules/terra-toolkit/config/wdio/wdio.conf');
wdioConf.config.specs = [path.join(__dirname, 'test*', 'wdio', '**', '*-spec.js')];
wdioConf.config.specs = [path.join(__dirname, 'tests', 'wdio', '**', '*-spec.js')];
exports.config = wdioConf.config;
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