Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

terra-base

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-base - npm Package Compare versions

Comparing version 5.33.0 to 5.34.0

6

CHANGELOG.md

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

5.34.0 - (June 9, 2020)
------------------
### Changed
* Minor file changes to comply with eslint rules
* Update wdio test configuration to use root wdio config
5.33.0 - (April 28, 2020)

@@ -9,0 +15,0 @@ ------------------

4

lib/Base.js

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

function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }

@@ -139,3 +139,3 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }

var messages = _objectSpread({}, this.state.messages, {}, customMessages);
var messages = _objectSpread(_objectSpread({}, this.state.messages), customMessages);

@@ -142,0 +142,0 @@ var renderChildren = strictMode ? /*#__PURE__*/_react.default.createElement(_react.default.StrictMode, null, children) : children;

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

function _createSuper(Derived) { return function () { var Super = _getPrototypeOf(Derived), result; if (_isNativeReflectConstruct()) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }

@@ -31,0 +31,0 @@ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }

{
"name": "terra-base",
"main": "lib/Base.js",
"version": "5.33.0",
"version": "5.34.0",
"description": "The base component sets minimal global styles for an application.",

@@ -32,3 +32,3 @@ "repository": {

"prop-types": "^15.5.8",
"terra-i18n": "^4.28.0"
"terra-i18n": "^4.29.0"
},

@@ -41,10 +41,10 @@ "scripts": {

"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"
},
"gitHead": "5e0b4b9f28277197ff0dfba8ff6ba0e60ebd0672"
"gitHead": "8f2b00e0c29d873351fc4265b27a14e8c4053352"
}

@@ -17,3 +17,3 @@ import React from 'react';

<li>
Ordered list item
Ordered list item
<ol>

@@ -28,3 +28,3 @@ <li>Nested ordered list item</li>

<li>
Unordered list item
Unordered list item
<ol>

@@ -31,0 +31,0 @@ <li>Nested unordered list item</li>

@@ -23,3 +23,3 @@ import React from 'react';

<li>
Ordered list item
Ordered list item
<ol>

@@ -35,3 +35,3 @@ <li>Nested ordered list item</li>

<li>
Unordered list item
Unordered list item
<ol>

@@ -38,0 +38,0 @@ <li>Nested unordered list item</li>

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