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

gitbook-asciidoc

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-asciidoc - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

lib/toAsciidoc.js

4

lib/index.js

@@ -1,5 +0,5 @@

var htmlParser = require('gitbook-html');
var HTMLParser = require('gitbook-html');
var toHTML = require('./tohtml');
var toAsciidoc = require('./toasciidoc');
module.exports = htmlParser.createParser(toHTML, toAsciidoc);
module.exports = HTMLParser.createParser(toHTML, toAsciidoc);
{
"name": "gitbook-asciidoc",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://www.gitbook.com",

@@ -5,0 +5,0 @@ "description": "Parse AsciiDoc content for 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