@hashicorp/hashi-basic-table
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -19,6 +19,6 @@ 'use strict'; | ||
null, | ||
data.map(function (item) { | ||
data.map(function (item, index) { | ||
return h( | ||
'li', | ||
{ key: item.description }, | ||
{ key: 'row-' + index }, | ||
h( | ||
@@ -25,0 +25,0 @@ 'span', |
{ | ||
"name": "@hashicorp/hashi-basic-table", | ||
"description": "simple table", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": "Hashicorp - Jeff Escalante", | ||
@@ -17,3 +17,3 @@ "main": "dist", | ||
}, | ||
"gitHead": "2a1578a2b83f7cf63ea629b5bebcdda6217330ac" | ||
"gitHead": "5aed5c88984b22f94be4455b48f2b0991cf53ee0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
1665
0