Socket
Socket
Sign inDemoInstall

hexo-util

Package Overview
Dependencies
Maintainers
1
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-util - npm Package Compare versions

Comparing version 0.5.2 to 0.5.3

2

lib/highlight.js

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

var entities = new Entities();
var alias = require('../build/highlight_alias.json');
var alias = require('../highlight_alias.json');

@@ -9,0 +9,0 @@ hljs.configure({

{
"name": "hexo-util",
"version": "0.5.2",
"version": "0.5.3",
"description": "Utilities for Hexo.",

@@ -11,3 +11,3 @@ "main": "lib/index",

"test-cov": "istanbul cover --print both _mocha -- test/index.js",
"build:highlight": "mkdir -p build && node scripts/build_highlight_alias.js > build/highlight_alias.json",
"build:highlight": "node scripts/build_highlight_alias.js > highlight_alias.json",
"postinstall": "npm run build:highlight"

@@ -14,0 +14,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