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

create-harold-app

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-harold-app - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

eslint.config.mjs

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### [1.2.0](https://github.com/harold-js/create-harold-app/releases/tag/v1.2.0) (2024-11-10)
- update harold-scripts
- min Node version is 20
### [1.1.1](https://github.com/harold-js/create-harold-app/releases/tag/v1.1.1) (2023-10-17)

@@ -2,0 +7,0 @@

29

package.json
{
"name": "create-harold-app",
"version": "1.1.1",
"version": "1.2.0",
"description": "Static blog/site generator",

@@ -8,3 +8,3 @@ "author": "Julian Ćwirko (julian.io)",

"engines": {
"node": ">=16.0.0"
"node": ">=20.0.0"
},

@@ -28,17 +28,22 @@ "type": "module",

"scripts": {
"lint": "eslint -c .eslintrc . --fix",
"lint": "eslint . --fix",
"prettier": "prettier --write '**/*.{js,json}'"
},
"dependencies": {
"adm-zip": "0.5.10",
"axios": "1.5.1",
"commander": "11.1.0",
"cross-spawn": "7.0.3",
"eslint": "8.51.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"adm-zip": "0.5.16",
"axios": "1.7.7",
"commander": "12.1.0",
"cross-spawn": "7.0.5",
"is-absolute-url": "4.0.1",
"prettier": "3.0.3",
"prettier": "3.3.3",
"sanitize-filename": "1.6.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "^15.12.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