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.3.0-feature.20220825072305240.shaf09cf00 to 0.3.0-feature.20220825073010157.sha2150cd3

2

dist/templates/antora/template.d.ts

@@ -1,3 +0,3 @@

import { ExportStructure } from 'src/lib/exporter';
import { Api } from '../../lib/api';
import { ExportStructure } from '../../lib/exporter';
/**

@@ -4,0 +4,0 @@ * [function description]

@@ -5,2 +5,3 @@ "use strict";

const moxie_zip_1 = require("moxie-zip");
const Reporter = require("../../lib/reporter");
const AntoraTemplate = require("./antora.converter");

@@ -109,2 +110,3 @@ const Util = require("./util");

const addPageToArchive = function (page) {
Reporter.info('Adding file to zip:', page.filename);
this.addData(page.filename, page.content);

@@ -111,0 +113,0 @@ };

{
"name": "@tinymce/moxiedoc",
"version": "0.3.0-feature.20220825072305240.shaf09cf00",
"version": "0.3.0-feature.20220825073010157.sha2150cd3",
"description": "A tool for generating API documentation",

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

import { ZipWriter } from 'moxie-zip';
import { ExportStructure } from 'src/lib/exporter';
import { Api } from '../../lib/api';
import { ExportStructure } from '../../lib/exporter';
import * as Reporter from '../../lib/reporter';
import { Type } from '../../lib/type';

@@ -123,2 +124,3 @@ import * as AntoraTemplate from './antora.converter';

const addPageToArchive = function (this: ZipWriter, page: PageOutput) {
Reporter.info('Adding file to zip:', page.filename);
this.addData(page.filename, page.content);

@@ -125,0 +127,0 @@ };

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