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

@ablula/egg-yuque-viewer

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ablula/egg-yuque-viewer - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

7

lib/YuqueClient.js

@@ -163,5 +163,5 @@ 'use strict';

<script>
function initHljsDelay(time = ${config.highlightDelay || 300}) {
function initHljsDelay(time = ${config.highlightDelay || 1000}) {
setTimeout(() => {
document.querySelectorAll('pre.ne-codeblock').forEach((el) => {
document.querySelectorAll('pre.ne-codeblock, pre code').forEach((el) => {
hljs.highlightElement(el);

@@ -174,2 +174,5 @@ });

});
document.addEventListener('load', (event) => {
initHljsDelay();
});
let previousUrl = "";

@@ -176,0 +179,0 @@ const observer = new MutationObserver(() => {

{
"name": "@ablula/egg-yuque-viewer",
"author": "mark.ck",
"version": "0.2.4",
"version": "0.2.5",
"description": "egg plugin for yuque viewer",

@@ -6,0 +6,0 @@ "eggPlugin": {

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