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

create-hexo

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-hexo - npm Package Compare versions

Comparing version 0.4.0 to 0.5.0

27

package.json
{
"name": "create-hexo",
"version": "0.4.0",
"description": "Hexo site initializer",
"version": "0.5.0",
"description": "Hexo site initializer. (`npm create hexo`) ",
"keywords": [
"hexo",
"initializer"
"initializer",
"npm",
"pnpm",
"yarn",
"script",
"cli",
"create",
"init",
"typescript"
],

@@ -50,3 +58,2 @@ "homepage": "https://github.com/hexojs/create-hexo",

"commander": "^13.1.0",
"execa": "^9.5.2",
"picocolors": "^1.1.1"

@@ -57,11 +64,11 @@ },

"@jest/types": "^29.6.3",
"@types/node": "^22.10.5",
"@types/node": "^22.13.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"esbuild": "^0.24.2",
"esbuild": "^0.25.0",
"esbuild-jest": "^0.5.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",

@@ -71,4 +78,4 @@ "typescript": "^5.7.3"

"engines": {
"node": ">=20"
"node-lts": ">=20"
}
}

@@ -30,3 +30,3 @@ # Create-Hexo

> [pnpm.io](https://pnpm.io/)
> - [pnpm create](https://pnpm.io/cli/create)

@@ -38,2 +38,3 @@ ### npm

# npm create hexo [path]
# npm exec create-hexo [path]

@@ -43,5 +44,5 @@ # npx create-hexo [path]

> [npm init](https://docs.npmjs.com/cli/commands/npm-init)
> - [npm init](https://docs.npmjs.com/cli/commands/npm-init)
### Yarn
### Yarn 1 (Classic)

@@ -51,1 +52,3 @@ ```bash

```
> - [yarn create](https://classic.yarnpkg.com/docs/cli/create)

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