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

gitbook-plugin-plantuml-svg

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-plantuml-svg - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-alpha.0

dist/constants.js

11

package.json
{
"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",

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