You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gitbook-plugin-api

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-api - npm Package Compare versions

Comparing version

to
1.0.6

4

index.js

@@ -8,3 +8,2 @@ 'use strict'

const classes = options.classes || {}
const attributes = options.attributes || {}
const text = options.text

@@ -17,5 +16,2 @@ const html = options.html

}
for (let entry of Object.entries(attributes)) {
el.setAttribute(entry[0], entry[1])
}
if (container != null) {

@@ -22,0 +18,0 @@ container.appendChild(el)

2

package.json
{
"name": "gitbook-plugin-api",
"version": "1.0.5",
"version": "1.0.6",
"description": "API Documentation plugin for GitBook",

@@ -5,0 +5,0 @@ "main": "index.js",