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

tui-jsdoc-template

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tui-jsdoc-template - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

.editorconfig

2

package.json
{
"name": "tui-jsdoc-template",
"version": "1.0.4",
"version": "1.0.5",
"description": "Toast UI JSDoc Template",

@@ -5,0 +5,0 @@ "main": "publish.js",

@@ -721,3 +721,3 @@ 'use strict';

// TODO: move the tutorial functions to templateHelper.js
function generateTutorial(title, tutorial, filename) {
function generateTutorial(title, tutorial, filename, originalFileName) {
var $ = cheerio.load(tutorial.parse(), {

@@ -737,2 +737,3 @@ decodeEntities: false,

filename: filename,
originalFileName: originalFileName,
package: find({kind: 'package'})[0]

@@ -753,3 +754,4 @@ };

node.children.forEach(function(child) {
generateTutorial('Tutorial: ' + child.title, child, helper.tutorialToUrl(child.name));
var originalFileName = child.name;
generateTutorial('Tutorial: ' + child.title, child, helper.tutorialToUrl(child.name), originalFileName);
saveChildren(child);

@@ -756,0 +758,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