Socket
Socket
Sign inDemoInstall

husky

Package Overview
Dependencies
Maintainers
1
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

husky - npm Package Compare versions

Comparing version 0.15.0-beta.6 to 0.15.0-beta.7

scripts/normalizeNewline.js

6

package.json
{
"name": "husky",
"version": "0.15.0-beta.6",
"version": "0.15.0-beta.7",
"description": "Prevents bad commit or push (git hooks, pre-commit/precommit, pre-push/prepush, post-merge/postmerge and all that stuff...)",

@@ -12,3 +12,4 @@ "scripts": {

"build": "del-cli lib && tsc",
"prepublishOnly": "npm run test && npm run build && pkg-ok",
"normalizeNewline": "node scripts/normalizeNewline",
"prepublishOnly": "npm run test && npm run build && npm run normalizeNewline && pkg-ok",
"lint": "tslint 'src/**/*.ts'",

@@ -57,2 +58,3 @@ "fix": "npm run lint -- --fix"

"jest": "^21.2.1",
"normalize-newline": "^3.0.0",
"pkg-ok": "^1.1.0",

@@ -59,0 +61,0 @@ "prettier": "^1.7.4",

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