New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@hashicorp/react-basic-table

Package Overview
Dependencies
Maintainers
17
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 2.0.3-alpha.0 to 2.1.0

4

dist/index.js

@@ -7,3 +7,3 @@ 'use strict';

var fragment = "fragment basicTableSectionFields on BasicTableRecord {\n headline\n rows {\n id\n timeSlot\n description\n }\n}\n";
var fragment = "fragment basicTableFields on BasicTableRecord {\n headline\n rows {\n id\n timeSlot\n description\n }\n}\n";

@@ -15,3 +15,3 @@ function BasicTable(_ref) {

className: "g-basic-table"
}, React.createElement("h4", {
}, headline && React.createElement("h4", {
className: "g-type-display-4"

@@ -18,0 +18,0 @@ }, headline), React.createElement("ul", null, rows.map(function (row) {

{
"name": "@hashicorp/react-basic-table",
"description": "simple table",
"version": "2.0.3-alpha.0+81e5d483",
"version": "2.1.0",
"author": "Hashicorp - Jeff Escalante",

@@ -17,3 +17,3 @@ "license": "MPL-2.0",

},
"gitHead": "81e5d48333a50619d437b09f8d910cbf5f3a8f78"
"gitHead": "64593597f1207ea5895568af753d410a9ee8d35d"
}

Sorry, the diff of this file is not supported yet

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