Huge News!Announcing our $40M Series B led by Abstract Ventures.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.33.0 to 3.34.0

5

CHANGELOG.md

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

3.34.0 - (June 9, 2020)
------------------
### Changed
* Update wdio test configuration to use root wdio config
3.33.0 - (May 19, 2020)

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

14

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

@@ -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,3 +46,3 @@ },

"prop-types": "^15.5.8",
"terra-icon": "^3.31.0"
"terra-icon": "^3.32.0"
},

@@ -52,3 +52,3 @@ "devDependencies": {

},
"gitHead": "a75ebe4bfe9cb09b4d0ab1a5f9c8039ddf2d0add"
"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