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

@tinymce/moxiedoc

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinymce/moxiedoc - npm Package Compare versions

Comparing version 0.1.1-rc.20211012064113176.sha54570ae to 0.2.0-feature.20220218023639432.sha18493e1

dist/templates/antora/antora.converter.d.ts

3

CHANGELOG.md

@@ -9,2 +9,5 @@ # Changelog

### Added
- New `antora` template for generating AsciiDoc API documentation for use in Antora.
## 0.1.0 - 2021-10-12

@@ -11,0 +14,0 @@

2

dist/lib/cli.js

@@ -9,3 +9,3 @@ #! /usr/bin/env node

commander_1.program
.version('0.1.0')
.version('0.2.0')
.usage('[options] <dir ...>')

@@ -12,0 +12,0 @@ .option('-o, --out <path>', 'output path, default: out')

{
"name": "@tinymce/moxiedoc",
"version": "0.1.1-rc.20211012064113176.sha54570ae",
"version": "0.2.0-feature.20220218023639432.sha18493e1",
"description": "A tool for generating API documentation",

@@ -15,3 +15,3 @@ "author": "Tiny Technologies, Inc",

"prepublishOnly": "yarn build",
"copy-templates": "cd src && cp --parents templates/**/*.handlebars ../dist/ && cd ../",
"copy-templates": "cd src && rsync -R templates/**/*.handlebars ../dist/ && cd ../",
"build": "tsc && yarn copy-templates",

@@ -18,0 +18,0 @@ "lint": "eslint src/**/*.ts",

@@ -79,3 +79,3 @@ import { Api } from './api';

this.parser.on('parse', function () {
this.parser.on('parse', function (this: Parser) {
ignoreFile = false;

@@ -82,0 +82,0 @@ Reporter.info('Parsing file:', this.info.filePath);

@@ -11,3 +11,3 @@ #! /usr/bin/env node

program
.version('0.1.0')
.version('0.2.0')
.usage('[options] <dir ...>')

@@ -14,0 +14,0 @@ .option('-o, --out <path>', 'output path, default: out')

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