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

@berlysia/create-app

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berlysia/create-app - npm Package Compare versions

Comparing version

to
2.1.0

templates/inject-base/.githooks/pre-commit

6

package.json
{
"name": "@berlysia/create-app",
"version": "2.0.2",
"version": "2.1.0",
"description": "",

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

"fix:prettier": "yarn lint:prettier --write",
"prepare": "husky install"
"prepare": "git config --local core.hooksPath .githooks && echo 'githooks installed' || echo 'githooks install failed'"
},

@@ -49,2 +49,2 @@ "repository": {

}
}
}

@@ -10,3 +10,3 @@ {

"fix:prettier": "yarn lint:prettier --write",
"prepare": "husky install"
"prepare": "git config --local core.hooksPath .githooks && echo 'githooks installed' || echo 'githooks install failed'"
},

@@ -13,0 +13,0 @@ "devDependencies": {