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.2.0-feature.20220218052238395.shaad72172 to 0.2.0-feature.20220218052738294.sha3e6b946

4

dist/templates/antora/template.js

@@ -182,6 +182,2 @@ "use strict";

if ('adoc' === ext) {
let namespace = getNamespaceFromFullName(data.fullName);
if (!namespace) {
namespace = 'tinymce';
}
if (data.fullName === 'tinymce') {

@@ -188,0 +184,0 @@ return (BASE_PATH + '/tinymce.root.adoc').toLowerCase();

2

package.json
{
"name": "@tinymce/moxiedoc",
"version": "0.2.0-feature.20220218052238395.shaad72172",
"version": "0.2.0-feature.20220218052738294.sha3e6b946",
"description": "A tool for generating API documentation",

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

@@ -216,8 +216,2 @@ import * as fs from 'fs';

if ('adoc' === ext) {
let namespace = getNamespaceFromFullName(data.fullName);
if (!namespace) {
namespace = 'tinymce';
}
if (data.fullName === 'tinymce') {

@@ -224,0 +218,0 @@ return (BASE_PATH + '/tinymce.root.adoc').toLowerCase();

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