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

gitbook-plugin-lock

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitbook-plugin-lock - npm Package Compare versions

Comparing version 0.0.79 to 0.0.80

2

assets/lock.js

@@ -80,5 +80,7 @@ require(['gitbook', 'jQuery'], function(gitbook, $) {

articleHeightPercent = config.lock.articleHeightPercent || 0.5;
console.log(articleHeightPercent,"看看高度")
if (articleHeightPercent >= 1 || articleHeightPercent <= 0) {
articleHeightPercent = 0.5
}
console.log(articleHeightPercent,"看看高度2")

@@ -85,0 +87,0 @@ const rand = Math.floor(Math.random() * verificationCode.length)

2

package.json
{
"name": "gitbook-plugin-lock",
"version": "0.0.79",
"version": "0.0.80",
"description": "Gitbook 页面加锁",

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

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