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.53.0 to 5.54.0

5

CHANGELOG.md

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

## 5.54.0 - (May 24, 2024)
* Changed
* Minor dependency version bump.
## 5.53.0 - (February 20, 2024)

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

7

lib/Base.js

@@ -19,3 +19,3 @@ "use strict";

function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); }
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }

@@ -68,3 +68,2 @@ function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }

var Base = /*#__PURE__*/function (_React$Component) {
_inherits(Base, _React$Component);
function Base(props) {

@@ -81,3 +80,4 @@ var _this;

}
_createClass(Base, [{
_inherits(Base, _React$Component);
return _createClass(Base, [{
key: "componentDidMount",

@@ -129,3 +129,2 @@ value: function componentDidMount() {

}]);
return Base;
}(_react.default.Component);

@@ -132,0 +131,0 @@ Base.propTypes = propTypes;

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

@@ -24,13 +24,21 @@ "author": "Cerner Corporation",

"main": "lib/Base.js",
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
"terra-i18n": "^4.42.0"
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-intl": "^2.8.0",
"react": "16",
"react-dom": "16",
"react-intl": "2",
"terra-theme-provider": "^4.16.0"
},
"dependencies": {
"classnames": "2",
"prop-types": "15",
"terra-i18n": "^4.43.0"
},
"scripts": {

@@ -49,11 +57,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files",

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