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

hexo-theme-shokax

Package Overview
Dependencies
Maintainers
1
Versions
101
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.2.0-rc5 to 0.2.0-rc6

5

package.json
{
"name": "hexo-theme-shokax",
"version": "0.2.0-rc5",
"version": "0.2.0-rc6",
"description": "a hexo theme based on shoka",

@@ -40,4 +40,5 @@ "main": "index.js",

"dependencies": {
"js-yaml": "^4.1.0"
"js-yaml": "^4.1.0",
"sass": "^1.58.3"
}
}

2

scripts/helpers/asset.js

@@ -45,3 +45,3 @@ /* global hexo */

el: '#new-comment',
serverURL: '${hexo.theme.config.waline.serverURL}',
serverURL: '${hexo.theme.config.waline.serverURL.replace(/\/+$/, '')}',
count: 10,

@@ -48,0 +48,0 @@ });

@@ -155,3 +155,3 @@ const statics = CONFIG.statics.indexOf('//') > 0 ? CONFIG.statics : CONFIG.root;

oWinWidth = window.innerWidth;
sideBar.child('.panels').changeOrGetHeight(oWinHeight + 'px');
// sideBar.child('.panels').changeOrGetHeight(oWinHeight + 'px');
};

@@ -158,0 +158,0 @@ const scrollHandle = function (event) {

@@ -478,3 +478,3 @@ let NOWPLAYING = null;

}
}).then(function (c) {
}).then((c) => {
if (c) {

@@ -536,3 +536,3 @@ playlist.create();

},
init: function () {
init: () => {
const item = playlist.current();

@@ -539,0 +539,0 @@ if (!item || item.error) {

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