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

documentation-website

Package Overview
Dependencies
Maintainers
1
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

documentation-website - npm Package Compare versions

Comparing version 1.0.263 to 1.0.264

2

package.json
{
"name": "documentation-website",
"version": "1.0.263",
"version": "1.0.264",
"description": "Declarative multilanguage documentation website generator",

@@ -5,0 +5,0 @@ "keywords": [

@@ -81,14 +81,14 @@ // #!/usr/bin/env babel-node

aboutThisWebsiteLink: 'a[href="#about-this-website"]',
aboutThisWebsiteSection: '.about-this-website',
aboutThisWebsiteSection: '.section__about-this-website',
codeWrapper: '.codehilite',
code: '.codehilite pre, code',
codeWrapper: 'pre',
code: 'code',
homeLink: 'a[href="#home"]',
mainSection: '.main-content',
mainSection: '.section__main',
headlines:
'.main-content h1, .main-content h2, ' +
'.main-content h3, .main-content h4, ' +
'.main-content h5, .main-content h6',
'.section__main h1, .section__main h2, ' +
'.section__main h3, .section__main h4, ' +
'.section__main h5, .section__main h6',
tableOfContent: '.doc-toc',

@@ -95,0 +95,0 @@ tableOfContentLinks: '.doc-toc ul li a[href^="#"]'

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