You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

hexo-theme-shokax

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-theme-shokax - npm Package Compare versions

Comparing version

to
0.0.4-alpha4

{
"name": "hexo-theme-shokax",
"version": "0.0.4-alpha3",
"version": "0.0.4-alpha4",
"description": "a hexo theme based on shoka",

@@ -16,3 +16,3 @@ "main": "index.js",

"@types/hexo": "^3.8.8",
"@types/jquery": "^3.5.14",
"@types/jquery": "^3.5.16",
"@types/js-yaml": "^4.0.5",

@@ -22,10 +22,10 @@ "@types/lozad": "^1.16.1",

"@types/shelljs": "^0.8.11",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"eslint": "^8.30.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.32.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.8.0",
"eslint-plugin-vue": "^9.9.0",
"typescript": "^4.9.4",

@@ -32,0 +32,0 @@ "vue": "^3.2.45"

@@ -12,3 +12,4 @@ 'use strict'

'bodyEnd',
'comment'
'comment',
'status'
],

@@ -15,0 +16,0 @@ styles: [

@@ -166,8 +166,8 @@ const getDocHeight = () => $dom('main > .inner').offsetHeight;

const str = CONFIG[asset][type];
if (str.indexOf('gh') > -1 || str.indexOf('combine') > -1) {
return `https://cdn.jsdelivr.net/${str}`;
}
if (str.indexOf('npm') > -1) {
return `https://unpkg.com/${str}`;
}
if (str.indexOf('gh') > -1 || str.indexOf('combine') > -1) {
return `https://cdn.jsdelivr.net/${str}`;
}
if (str.indexOf('http') > -1) {

@@ -174,0 +174,0 @@ return str;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet