markmap-view
Advanced tools
Comparing version 0.15.4 to 0.15.5-alpha.1
@@ -1,6 +0,6 @@ | ||
/*! markmap-view v0.15.4 | MIT License */ | ||
/*! markmap-view v0.15.5-alpha.1+013bf59 | MIT License */ | ||
(function (exports, d3) { | ||
'use strict'; | ||
/*! markmap-common v0.15.3 | MIT License */ | ||
/*! markmap-common v0.15.5-alpha.1+013bf59 | MIT License */ | ||
function _extends$1() { | ||
@@ -101,3 +101,3 @@ _extends$1 = Object.assign ? Object.assign.bind() : function (target) { | ||
var _item$children; | ||
(_item$children = item.children) == null ? void 0 : _item$children.forEach(child => { | ||
(_item$children = item.children) == null || _item$children.forEach(child => { | ||
walk(child, item); | ||
@@ -1359,3 +1359,3 @@ }); | ||
var _node$parentNode; | ||
(_node$parentNode = node.parentNode) == null ? void 0 : _node$parentNode.append(node.cloneNode(true)); | ||
(_node$parentNode = node.parentNode) == null || _node$parentNode.append(node.cloneNode(true)); | ||
}); | ||
@@ -1362,0 +1362,0 @@ walkTree(node, (item, next, parent) => { |
@@ -1,2 +0,2 @@ | ||
/*! markmap-view v0.15.4 | MIT License */ | ||
/*! markmap-view v0.15.5-alpha.1+013bf59 | MIT License */ | ||
import { Hook, getId, addClass, walkTree, childSelector, noop } from 'markmap-common'; | ||
@@ -993,3 +993,3 @@ export { loadCSS, loadJS } from 'markmap-common'; | ||
var _node$parentNode; | ||
(_node$parentNode = node.parentNode) == null ? void 0 : _node$parentNode.append(node.cloneNode(true)); | ||
(_node$parentNode = node.parentNode) == null || _node$parentNode.append(node.cloneNode(true)); | ||
}); | ||
@@ -996,0 +996,0 @@ walkTree(node, (item, next, parent) => { |
{ | ||
"name": "markmap-view", | ||
"version": "0.15.4", | ||
"version": "0.15.5-alpha.1+013bf59", | ||
"description": "View markmaps in browser", | ||
@@ -49,3 +49,3 @@ "author": "Gerald <gera2ld@live.com>", | ||
"@types/d3-flextree": "^2.1.1", | ||
"markmap-common": "0.15.3" | ||
"markmap-common": "0.15.5-alpha.1+013bf59" | ||
}, | ||
@@ -55,3 +55,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "63754c86c8cc17330081ac264882d2cbe791a972" | ||
"gitHead": "013bf59b71f2253dc54249c4a5a3097bf686494f" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
97896
2