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

markmap-view

Package Overview
Dependencies
Maintainers
1
Versions
89
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.14.5-alpha.18 to 0.14.5-alpha.19

85

dist/browser/index.js

@@ -1,2 +0,2 @@

/*! markmap-view v0.14.5-alpha.18+44c9639 | MIT License */
/*! markmap-view v0.14.5-alpha.19+5323905 | MIT License */
(function (exports, d3) {

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

/*! markmap-common v0.14.5-alpha.18+44c9639 | MIT License */
/*! markmap-common v0.14.5-alpha.19+5323905 | MIT License */
class Hook {

@@ -552,4 +552,83 @@ constructor() {

var version = "2.1.1";
var name = "d3-flextree";
var version$1 = "2.1.2";
var main = "build/d3-flextree.js";
var module = "index";
var author = {
name: "Chris Maloney",
url: "http://chrismaloney.org"
};
var description = "Flexible tree layout algorithm that allows for variable node sizes.";
var keywords = [
"d3",
"d3-module",
"layout",
"tree",
"hierarchy",
"d3-hierarchy",
"plugin",
"d3-plugin",
"infovis",
"visualization",
"2d"
];
var homepage = "https://github.com/klortho/d3-flextree";
var license = "WTFPL";
var repository = {
type: "git",
url: "https://github.com/klortho/d3-flextree.git"
};
var scripts = {
clean: "rm -rf build demo test",
"build:demo": "rollup -c --environment BUILD:demo",
"build:dev": "rollup -c --environment BUILD:dev",
"build:prod": "rollup -c --environment BUILD:prod",
"build:test": "rollup -c --environment BUILD:test",
build: "rollup -c",
lint: "eslint index.js src",
"test:main": "node test/bundle.js",
"test:browser": "node test/browser-tests.js",
test: "npm-run-all test:*",
prepare: "npm-run-all clean build lint test"
};
var dependencies = {
"d3-hierarchy": "^1.1.5"
};
var devDependencies = {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015-rollup": "^3.0.0",
d3: "^4.13.0",
"d3-selection-multi": "^1.0.1",
eslint: "^4.19.1",
jsdom: "^11.6.2",
"npm-run-all": "^4.1.2",
rollup: "^0.55.3",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-uglify": "^3.0.0",
"uglify-es": "^3.3.9"
};
var packageInfo = {
name: name,
version: version$1,
main: main,
module: module,
"jsnext:main": "index",
author: author,
description: description,
keywords: keywords,
homepage: homepage,
license: license,
repository: repository,
scripts: scripts,
dependencies: dependencies,
devDependencies: devDependencies
};
const {
version
} = packageInfo;
const defaults = Object.freeze({

@@ -556,0 +635,0 @@ children: data => data.children,

@@ -1,2 +0,2 @@

/*! markmap-view v0.14.5-alpha.18+44c9639 | MIT License */
/*! markmap-view v0.14.5-alpha.19+5323905 | MIT License */
'use strict';

@@ -245,4 +245,83 @@

var version = "2.1.1";
var name = "d3-flextree";
var version$1 = "2.1.2";
var main = "build/d3-flextree.js";
var module$1 = "index";
var author = {
name: "Chris Maloney",
url: "http://chrismaloney.org"
};
var description = "Flexible tree layout algorithm that allows for variable node sizes.";
var keywords = [
"d3",
"d3-module",
"layout",
"tree",
"hierarchy",
"d3-hierarchy",
"plugin",
"d3-plugin",
"infovis",
"visualization",
"2d"
];
var homepage = "https://github.com/klortho/d3-flextree";
var license = "WTFPL";
var repository = {
type: "git",
url: "https://github.com/klortho/d3-flextree.git"
};
var scripts = {
clean: "rm -rf build demo test",
"build:demo": "rollup -c --environment BUILD:demo",
"build:dev": "rollup -c --environment BUILD:dev",
"build:prod": "rollup -c --environment BUILD:prod",
"build:test": "rollup -c --environment BUILD:test",
build: "rollup -c",
lint: "eslint index.js src",
"test:main": "node test/bundle.js",
"test:browser": "node test/browser-tests.js",
test: "npm-run-all test:*",
prepare: "npm-run-all clean build lint test"
};
var dependencies = {
"d3-hierarchy": "^1.1.5"
};
var devDependencies = {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015-rollup": "^3.0.0",
d3: "^4.13.0",
"d3-selection-multi": "^1.0.1",
eslint: "^4.19.1",
jsdom: "^11.6.2",
"npm-run-all": "^4.1.2",
rollup: "^0.55.3",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-uglify": "^3.0.0",
"uglify-es": "^3.3.9"
};
var packageInfo = {
name: name,
version: version$1,
main: main,
module: module$1,
"jsnext:main": "index",
author: author,
description: description,
keywords: keywords,
homepage: homepage,
license: license,
repository: repository,
scripts: scripts,
dependencies: dependencies,
devDependencies: devDependencies
};
const {
version
} = packageInfo;
const defaults = Object.freeze({

@@ -249,0 +328,0 @@ children: data => data.children,

16

package.json
{
"name": "markmap-view",
"version": "0.14.5-alpha.18+44c9639",
"version": "0.14.5-alpha.19+5323905",
"description": "View markmaps in browser",

@@ -40,11 +40,11 @@ "author": "Gerald <gera2ld@live.com>",

"dependencies": {
"@babel/runtime": "^7.12.5",
"@types/d3": "^6.0.0",
"d3": "^6.2.0",
"d3-flextree": "^2.1.1"
"@babel/runtime": "^7.22.6",
"@gera2ld/jsx-dom": "^2.2.2",
"@types/d3": "^7.4.0",
"d3": "^7.8.5",
"d3-flextree": "^2.1.2"
},
"devDependencies": {
"@gera2ld/jsx-dom": "^2.2.2",
"@types/d3-flextree": "^2.1.1",
"markmap-common": "0.14.5-alpha.18+44c9639"
"markmap-common": "0.14.5-alpha.19+5323905"
},

@@ -54,3 +54,3 @@ "peerDependencies": {

},
"gitHead": "44c96396827295d0b30c41404b95f688e3bff1e6"
"gitHead": "532390588885518c11fa50b8a77c0694821cfecf"
}

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