Socket
Socket
Sign inDemoInstall

terra-base

Package Overview
Dependencies
Maintainers
7
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

terra-base - npm Package Compare versions

Comparing version 5.52.0 to 5.53.0

5

CHANGELOG.md

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

## 5.53.0 - (February 20, 2024)
* Changed
* Minor dependency version bump
## 5.52.0 - (February 15, 2024)

@@ -7,0 +12,0 @@

23

package.json
{
"name": "terra-base",
"version": "5.52.0",
"version": "5.53.0",
"description": "The base component sets minimal global styles for an application.",

@@ -32,3 +32,4 @@ "author": "Cerner Corporation",

"react-dom": "^16.8.5",
"react-intl": "^2.8.0"
"react-intl": "^2.8.0",
"terra-theme-provider": "^4.16.0"
},

@@ -43,8 +44,16 @@ "scripts": {

"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"
"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": "31ec38baf909fed741b41a204f7fa28884ab327e"
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"gitHead": "f6e211cd4d14bda39490c4b7371ac12d6830e7bd"
}
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