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

cra-template-dvhb

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cra-template-dvhb - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.4.1](https://github.com/dvhb/template-react/compare/v1.4.0...v1.4.1) (2020-02-07)
### Bug Fixes
* remove package.json from release npm template ([9b686d2](https://github.com/dvhb/template-react/commit/9b686d2b24485226542408a4863f3718fa3cfc6a))
# [1.4.0](https://github.com/dvhb/template-react/compare/v1.3.0...v1.4.0) (2020-02-07)

@@ -2,0 +9,0 @@

18

package.json
{
"name": "cra-template-dvhb",
"version": "1.4.0",
"version": "1.4.1",
"description": "The base template for dvhb web app.",

@@ -27,11 +27,19 @@ "keywords": [

"scripts": {
"lint": "cd template && npm run tsc && npm run lint",
"semantic-release": "semantic-release"
"lint:template": "cd template && npm run tsc && npm run lint",
"presemantic-release": "cd template && rm -rf package.json package-lock.json",
"semantic-release": "semantic-release",
"test": "cd template && npm ci && npm run tsc && npm run lint && cp .env.example .env && npm run build "
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-commit": "lint-staged && npm run lint:template",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.{json,md,graphql}": [
"prettier --write",
"git add --force"
]
},
"devDependencies": {

@@ -43,2 +51,4 @@ "@commitlint/cli": "^8.2.0",

"husky": "^4.2.1",
"lint-staged": "^10.0.7",
"prettier": "^1.19.1",
"semantic-release": "^17.0.0"

@@ -45,0 +55,0 @@ },

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