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

hexo-theme-shokax

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-theme-shokax - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "hexo-theme-shokax",
"version": "0.1.3",
"version": "0.1.4",
"description": "a hexo theme based on shoka",

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

@@ -46,3 +46,4 @@ /* global hexo */

},
playerAPI: theme.playerAPI
playerAPI: theme.playerAPI,
disableVL: theme.disableVL
}

@@ -49,0 +50,0 @@

@@ -29,2 +29,4 @@ /* global hexo */

return img
} else if (hexo.theme.config.experiments?.usingRelative) { // support relative url
return img
} else {

@@ -31,0 +33,0 @@ console.warn("sinaimg blocked all request from outside website,so don't use this format")

@@ -609,3 +609,5 @@ const cardActive = function () {

autoDarkmode();
visibilityListener();
if (!CONFIG.disableVL) {
visibilityListener();
}
themeColorListener();

@@ -612,0 +614,0 @@ algoliaSearch(pjax);

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