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

gitbook-cli

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-cli - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

bin/gitbook.js

@@ -55,7 +55,7 @@ #! /usr/bin/env node

program
.command('versions:current')
.command('versions:print')
.description('print current version to use in the current directory')
.action(function(){
runPromise(
versions.current()
versions.current(program.gitbook)
.then(function(v) {

@@ -62,0 +62,0 @@ console.log("Current version is", v);

{
"name": "gitbook-cli",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://www.gitbook.com",

@@ -5,0 +5,0 @@ "description": "CLI to generate books using gitbook",

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