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

hexo-math

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-math - npm Package Compare versions

Comparing version

to
3.0.1

0

gulpconfig.json

@@ -0,0 +0,0 @@ {

2

lib/consts.js

@@ -6,3 +6,3 @@ "use strict";

});
var INLINE_MATH_REGEX = exports.INLINE_MATH_REGEX = /\$[\s\S]?\$/;
var INLINE_MATH_REGEX = exports.INLINE_MATH_REGEX = /\$[\s\S]+?\$/;
var BLOCK_MATH_REGEX = exports.BLOCK_MATH_REGEX = /^\s*\$\$[\s\S]*\$\$\s*$/m;

@@ -9,0 +9,0 @@ var INLINE_MATH_RENDER_REGEX = exports.INLINE_MATH_RENDER_REGEX = /\$([^\n]+?)\$/g;

{
"name": "hexo-math",
"version": "3.0.0-alpha3",
"version": "3.0.1",
"description": "Add math support to hexo",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet