New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tinymce/moxiedoc

Package Overview
Dependencies
Maintainers
2
Versions
84
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.3.0-feature.20220823030451710.shad46d220 to 0.3.0-feature.20220823031435722.sha77c775d

4

dist/templates/antora/util.js

@@ -164,3 +164,3 @@ "use strict";

if (namespace.pages) {
indexPageLines.push('[cols="1,2",options="header"]\n', '|===\n', '|API|Summary\n\n');
indexPageLines.push('[cols="1,1"]\n', '|===\n\n');
namespace.pages.forEach((pageFile) => {

@@ -170,3 +170,3 @@ keywords.push(getNameFromFullName(pageFile.title));

indexPageLines.push('[.lead]\n');
indexPageLines.push(pageFileLine(pageFile, structure) + ' |\n');
indexPageLines.push(pageFileLine(pageFile, structure) + '\n\n');
const description = descriptions[pageFile.path];

@@ -173,0 +173,0 @@ indexPageLines.push(description + '\n\n');

{
"name": "@tinymce/moxiedoc",
"version": "0.3.0-feature.20220823030451710.shad46d220",
"version": "0.3.0-feature.20220823031435722.sha77c775d",
"description": "A tool for generating API documentation",

@@ -5,0 +5,0 @@ "author": "Tiny Technologies, Inc",

@@ -207,5 +207,4 @@ import * as fs from 'fs';

indexPageLines.push(
'[cols="1,2",options="header"]\n',
'|===\n',
'|API|Summary\n\n'
'[cols="1,1"]\n',
'|===\n\n'
);

@@ -216,3 +215,3 @@ namespace.pages.forEach((pageFile) => {

indexPageLines.push('[.lead]\n');
indexPageLines.push(pageFileLine(pageFile, structure) + ' |\n');
indexPageLines.push(pageFileLine(pageFile, structure) + '\n\n');
const description = descriptions[pageFile.path];

@@ -219,0 +218,0 @@ indexPageLines.push(description + '\n\n');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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