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

@normalizer/template-backend

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@normalizer/template-backend - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

scripts/preinstall.js

5

bin/install.js

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

const path = require('path')
const core = require('@normalizer/core')
const verifyCommitPath = path.resolve('scripts/verifyCommit.js')
core(
`npx --no-install husky add .husky/pre-commit "npx --no-install lint-staged --allow-empty"`,
`npx --no-install husky add .husky/commit-msg "npx --no-install cross-env GIT_PARAMS=$1 node scripts/verifyCommit.js"`
`npx --no-install husky add .husky/commit-msg "npx --no-install cross-env GIT_PARAMS=$1 node ${verifyCommitPath}"`
)

6

package.json
{
"name": "@normalizer/template-backend",
"version": "0.0.3",
"description": "",
"version": "0.0.4",
"description": "nodejs 后台项目规范",
"main": "index.js",

@@ -9,3 +9,3 @@ "author": "",

"dependencies": {
"@normalizer/core": "^0.1.0"
"@normalizer/core": "^0.1.3"
},

@@ -12,0 +12,0 @@ "scripts": {

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