Huge News!Announcing our $40M Series B led by Abstract Ventures.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 2.0.2 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": {

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