react-use-measure
Advanced tools
Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "react-use-measure", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "Utility to measure view bounds", | ||
@@ -61,7 +61,6 @@ "keywords": [ | ||
"scripts": { | ||
"postinstall": "npx playwright install", | ||
"dev": "vite", | ||
"build": "rimraf dist && vite build && tsc", | ||
"test": "vitest run" | ||
"test": "npx playwright install && vitest run" | ||
} | ||
} |
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
1
29307