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

@cehappdev/ceh-view-markdown

Package Overview
Dependencies
Maintainers
4
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cehappdev/ceh-view-markdown - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

9

dist/index.js

@@ -111,3 +111,8 @@ "use strict";

var children = _ref5.children;
var head = [];
var head = {
rows: [{
key: 'head',
cells: []
}]
};
var body = {

@@ -122,3 +127,3 @@ rows: []

row.props.children.forEach(function (cell, index) {
head.push({
head.rows[0].cells.push({
key: "head-".concat(index),

@@ -125,0 +130,0 @@ label: cell.props.children[0]

{
"name": "@cehappdev/ceh-view-markdown",
"homepage": "https://nerc-ceh.github.io/ceh-view",
"version": "1.4.2",
"version": "1.4.3",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

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