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

hexo-theme-next

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-theme-next - npm Package Compare versions

Comparing version 8.11.0 to 8.11.1

2

docs/ru/README.md

@@ -136,3 +136,3 @@ <div align="right">

<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/img/press/logos/full-logo-light.svg"></a>
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/v3/img/components/full-logo-light.svg"></a>

@@ -139,0 +139,0 @@ > Netlify allows us to distribute the documentation.

@@ -136,3 +136,3 @@ <div align="right">

<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/img/press/logos/full-logo-light.svg"></a>
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/v3/img/components/full-logo-light.svg"></a>

@@ -139,0 +139,0 @@ > Netlify 容许我们发布文档。

{
"name": "hexo-theme-next",
"version": "8.11.0",
"version": "8.11.1",
"description": "Elegant and powerful theme for Hexo.",

@@ -37,3 +37,3 @@ "main": "package.json",

"chai": "4.3.6",
"eslint": "8.12.0",
"eslint": "8.14.0",
"hexo": "6.1.0",

@@ -40,0 +40,0 @@ "hexo-renderer-marked": "5.0.0",

@@ -136,3 +136,3 @@ <div align="right">

<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/img/press/logos/full-logo-light.svg"></a>
<a href="https://www.netlify.com"><img height="40" src="https://www.netlify.com/v3/img/components/full-logo-light.svg"></a>

@@ -139,0 +139,0 @@ > Netlify allows us to distribute the documentation.

@@ -61,7 +61,7 @@ /* global hexo */

const links = {
local : parse(this.theme.js || '').hostname,
local : parse(this.theme.js || '').protocol + '//' + parse(this.theme.js || '').hostname,
jsdelivr: 'https://cdn.jsdelivr.net',
unpkg : 'https://unpkg.com',
cdnjs : 'https://cdnjs.cloudflare.com',
custom : parse(custom_cdn_url || '').hostname
custom : parse(custom_cdn_url || '').protocol + '//' + parse(custom_cdn_url || '').hostname
};

@@ -68,0 +68,0 @@ const h = enable ? host || 'https://fonts.googleapis.com' : '';

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