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

hexo-plugin-aurora

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-plugin-aurora - npm Package Compare versions

Comparing version

to
1.8.3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.8.3](https://github.com/auroral-ui/hexo-plugin-aurora/compare/v1.8.2...v1.8.3) (2023-09-16)
### Bug Fixes
* code fence lang is undefined cause build fail ([0be169b](https://github.com/auroral-ui/hexo-plugin-aurora/commit/0be169bc24ae4af1e89a6e04edc5be4ee07956c1))
## [1.8.2](https://github.com/auroral-ui/hexo-plugin-aurora/compare/v1.8.1...v1.8.2) (2023-09-13)

@@ -2,0 +9,0 @@

@@ -64,2 +64,9 @@ const shiki = require('shiki');

function parseFence(infoString) {
if (!infoString) {
return {
lang: defaultLang,
meta: {}
};
}
const tokens = lex(infoString);

@@ -66,0 +73,0 @@

2

package.json
{
"name": "hexo-plugin-aurora",
"version": "1.8.2",
"version": "1.8.3",
"description": "A plugin for Hexo Aurora theme",

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