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

@hashicorp/hashi-basic-table

Package Overview
Dependencies
Maintainers
12
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/hashi-basic-table - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

4

dist/index.js

@@ -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"
}
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