Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@voiceflow/husky-config

Package Overview
Dependencies
Maintainers
31
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@voiceflow/husky-config - npm Package Compare versions

Comparing version
1.0.2
to
1.0.3
+6
-0
CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [1.0.3](https://github.com/voiceflow/toolchain/compare/@voiceflow/husky-config@1.0.2...@voiceflow/husky-config@1.0.3) (2024-06-10)
### Bug Fixes
* remove engine requirement for husky (ENG-108) ([#16](https://github.com/voiceflow/toolchain/issues/16)) ([1fdd7d9](https://github.com/voiceflow/toolchain/commit/1fdd7d99c7dfbf76dd31740e0decba0192fdbef7))
## [1.0.2](https://github.com/voiceflow/toolchain/compare/@voiceflow/husky-config@1.0.1...@voiceflow/husky-config@1.0.2) (2024-06-10)

@@ -8,0 +14,0 @@

+2
-5
{
"name": "@voiceflow/husky-config",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {

@@ -10,9 +10,6 @@ "postinstall": "cd $PROJECT_CWD && husky install"

},
"engines": {
"node": "20"
},
"volta": {
"extends": "../../package.json"
},
"gitHead": "56c5fa3c3963f19675d12bbf38a42cbad050303b"
"gitHead": "940fdb2c1ea4712481bb145b0ba3f192a183890c"
}