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.30 to 0.0.31

40

assets/lock.js

@@ -70,26 +70,22 @@ require(['gitbook', 'jQuery'], function(gitbook, $) {

// const rmm = document.createElement('div'); // is a node
// rmm.id = 'read-more-mask';
// rmm.style.position = 'relative'
// rmm.style.height = '500px'
// rmm.style.background = '-webkit-gradient(linear, 0 0%, 0 100%, from(rgba(255, 255, 255, 0)),to(rgb(255, 255, 255)))'
// // rmm.appendChild(html.join(''))
// rmm.innerHTML = html
// const rmw = document.createElement('div'); // is a node
// rmw.id = "read-more-wrap"
// rmw.style.position = 'absolute'
// rmw.style.bottom = '0px'
// rmw.style.zIndex = '9999'
// rmw.style.width = '100%'
// rmw.style.marginTop = '-100px'
// rmw.style.fontFamily = 'PingFangSC-Regular, sans-serif'
// rmw.appendChild(rmm)
//
cla[0].after(html)
const rmm = document.createElement('div'); // is a node
rmm.id = 'read-more-mask';
rmm.style.position = 'relative'
rmm.style.height = '500px'
rmm.style.background = '-webkit-gradient(linear, 0 0%, 0 100%, from(rgba(255, 255, 255, 0)),to(rgb(255, 255, 255)))'
// rmm.appendChild(html.join(''))
rmm.innerHTML = html
const rmw = document.createElement('div'); // is a node
rmw.id = "read-more-wrap"
rmw.style.position = 'absolute'
rmw.style.bottom = '0px'
rmw.style.zIndex = '9999'
rmw.style.width = '100%'
rmw.style.marginTop = '-100px'
rmw.style.fontFamily = 'PingFangSC-Regular, sans-serif'
rmw.appendChild(rmm)
cla[0].after(rmw)
// const pw = document.getElementsByClassName("page-wrapper");

@@ -96,0 +92,0 @@ // pw[0].

{
"name": "gitbook-plugin-lock",
"version": "0.0.30",
"version": "0.0.31",
"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