Socket
Socket
Sign inDemoInstall

gitbook-json

Package Overview
Dependencies
1
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    gitbook-json

Utility to work with JSON output from GitBook


Version published
Weekly downloads
6
Maintainers
5
Install size
922 kB
Created
Weekly downloads
 

Readme

Source

gitbook-json

Javascript utility to work with JSON output from GitBook.

Usage

var json = require('gitbook-json');

// Convert a version 1/2 to version 3
var output = json.toVersion3(version1);

// Convert a version 3 to version 2
var output = json.toVersion2(version3);

FAQs

Last updated on 18 Sep 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc