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

hexo-theme-stun

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-theme-stun - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [2.6.2](https://github.com/liuyib/hexo-theme-stun/compare/v2.6.1...v2.6.2) (2021-01-25)
### Bug Fixes
* **#156:** can't render math formula in post title ([fc73f5a](https://github.com/liuyib/hexo-theme-stun/commit/fc73f5a14e3e511ce357b6e3b22e96891d937ac9)), closes [#156](https://github.com/liuyib/hexo-theme-stun/issues/156)
### [2.6.1](https://github.com/liuyib/hexo-theme-stun/compare/v2.6.0...v2.6.1) (2021-01-06)

@@ -7,0 +14,0 @@

2

package.json
{
"name": "hexo-theme-stun",
"version": "2.6.1",
"version": "2.6.2",
"description": "A beautiful & simple theme for Hexo",

@@ -5,0 +5,0 @@ "homepage": "https://liuyib.github.io",

@@ -29,7 +29,6 @@ 'use strict'

var filterHtml = (html.replace(/<[^>]+>/gim, '') || '').trim()
return `
<${tName} id="${id}" ${attrBegin} ${attrEnd}>
<a href="#${id}" class="heading-link"><i class="${theme.icon &&
theme.icon.post_heading}"></i></a>${filterHtml}</${tName}>
theme.icon.post_heading}"></i></a>${html}</${tName}>
`

@@ -36,0 +35,0 @@ })

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