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.1.0
to
1.1.1
+9
README.md
# Husky Config
Initialization helper for [`husky`](https://typicode.github.io/husky/).
## Installation
```sh
yarn add --exact -D @voiceflow/husky-config
```
+4
-0

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

## [1.1.1](https://github.com/voiceflow/toolchain/compare/@voiceflow/husky-config@1.1.0...@voiceflow/husky-config@1.1.1) (2025-04-01)
**Note:** Version bump only for package @voiceflow/husky-config
# [1.1.0](https://github.com/voiceflow/toolchain/compare/@voiceflow/husky-config@1.0.3...@voiceflow/husky-config@1.1.0) (2024-10-07)

@@ -8,0 +12,0 @@

+2
-2
{
"name": "@voiceflow/husky-config",
"version": "1.1.0",
"version": "1.1.1",
"scripts": {

@@ -13,3 +13,3 @@ "postinstall": "cd $PROJECT_CWD && husky install"

},
"gitHead": "d582018fe065bbf6530a0444ed5c156745fd4f83"
"gitHead": "36ec89339d9f8332aa2b1715b8da66a9b821a1fe"
}