@hashicorp/react-basic-table
Advanced tools
Comparing version
@@ -12,10 +12,10 @@ 'use strict'; | ||
rows = _ref.rows; | ||
return React.createElement("div", { | ||
return /*#__PURE__*/React.createElement("div", { | ||
className: "g-basic-table" | ||
}, headline && React.createElement("h4", { | ||
}, headline && /*#__PURE__*/React.createElement("h4", { | ||
className: "g-type-display-4" | ||
}, headline), React.createElement("ul", null, rows.map(function (row) { | ||
return React.createElement("li", { | ||
}, headline), /*#__PURE__*/React.createElement("ul", null, rows.map(function (row) { | ||
return /*#__PURE__*/React.createElement("li", { | ||
key: "row-".concat(row.id) | ||
}, React.createElement("span", null, row.timeSlot), React.createElement("span", null, row.description)); | ||
}, /*#__PURE__*/React.createElement("span", null, row.timeSlot), /*#__PURE__*/React.createElement("span", null, row.description)); | ||
}))); | ||
@@ -22,0 +22,0 @@ } |
{ | ||
"name": "@hashicorp/react-basic-table", | ||
"description": "simple table", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Hashicorp - Jeff Escalante", | ||
@@ -17,3 +17,3 @@ "license": "MPL-2.0", | ||
}, | ||
"gitHead": "64593597f1207ea5895568af753d410a9ee8d35d" | ||
"gitHead": "91411752de6f18e074f8492cc7690f1b05961527" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
19039
0.41%1
Infinity%