markmap-cli
Advanced tools
Comparing version 0.4.2 to 0.4.3-alpha.3
{ | ||
"name": "markmap-cli", | ||
"version": "0.4.2", | ||
"version": "0.4.3-alpha.3+b22a1c8", | ||
"description": "Create markmaps from CLI", | ||
@@ -28,7 +28,7 @@ "author": "Gerald <gera2ld@live.com>", | ||
"build:js": "rollup -c rollup.conf.js", | ||
"prebuild": "yarn ci && yarn clean", | ||
"prepublishOnly": "yarn build", | ||
"ci": "yarn lint", | ||
"prebuild": "npm run ci && npm run clean", | ||
"prepublishOnly": "npm run build", | ||
"ci": "npm run lint", | ||
"lint": "eslint --ext .ts .", | ||
"build": "tsc && yarn build:js" | ||
"build": "tsc && npm run build:js" | ||
}, | ||
@@ -47,3 +47,3 @@ "bugs": { | ||
"@babel/runtime": "^7.11.2", | ||
"markmap-lib": "^0.10.2" | ||
"markmap-lib": "^0.10.3-alpha.3+b22a1c8" | ||
}, | ||
@@ -60,3 +60,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "3d2300a0c6421cc15f9e80de70f3be0be0d8c3bb" | ||
"gitHead": "b22a1c84fedf89dfbd66c0330419c65a1cd9eb34" | ||
} |
Sorry, the diff of this file is too big to display
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
829265
15459
3