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

markmap-view

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

markmap-view - npm Package Compare versions

Comparing version 0.15.4 to 0.15.5-alpha.1

8

dist/browser/index.js

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