gitbook-plugin-plantuml-svg
Advanced tools
Comparing version 1.0.0 to 1.0.1-alpha.0
{ | ||
"name": "gitbook-plugin-plantuml-svg", | ||
"version": "1.0.0", | ||
"version": "1.0.1-alpha.0", | ||
"description": "Inject PlantUML into gitbook as SVG", | ||
@@ -11,4 +11,4 @@ "homepage": "https://github.com/wewei/gitbook-plugin-plantuml-svg", | ||
}, | ||
"files": ["lib"], | ||
"main": "lib/index.js", | ||
"files": ["dist"], | ||
"main": "dist/index.js", | ||
"keywords": [ | ||
@@ -26,2 +26,4 @@ "GitBook", | ||
"devDependencies": { | ||
"babel-core": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"chai": "^4.1.2", | ||
@@ -38,2 +40,3 @@ "coveralls": "^2.13.1", | ||
"lint-staged": "^4.2.1", | ||
"npx": "^9.7.1", | ||
"nsp": "^2.6.3", | ||
@@ -45,3 +48,3 @@ "prettier": "^1.7.0", | ||
"scripts": { | ||
"prepublish": "nsp check", | ||
"prepublish": "nsp check; npx babel src --out-dir dist", | ||
"pretest": "eslint .", | ||
@@ -48,0 +51,0 @@ "precommit": "lint-staged", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
1
7499
18
5
53
1