@financial-times/dotcom-types-navigation
Advanced tools
Comparing version 2.6.2 to 3.0.0
{ | ||
"name": "@financial-times/dotcom-types-navigation", | ||
"version": "2.6.2", | ||
"version": "3.0.0", | ||
"description": "", | ||
@@ -10,3 +10,4 @@ "main": "", | ||
"clean": "npm run clean:node_modules", | ||
"clean:node_modules": "rm -rf node_modules" | ||
"clean:node_modules": "rm -rf node_modules", | ||
"preinstall": "[ \"$INIT_CWD\" != \"$PWD\" ] || npm_config_yes=true npx check-engine" | ||
}, | ||
@@ -17,3 +18,4 @@ "keywords": [], | ||
"engines": { | ||
"node": ">= 12.0.0" | ||
"node": ">= 12.0.0", | ||
"npm": "7.x || 8.x" | ||
}, | ||
@@ -25,3 +27,9 @@ "repository": { | ||
}, | ||
"homepage": "https://github.com/Financial-Times/dotcom-page-kit/tree/HEAD/packages/dotcom-types-navigation" | ||
"homepage": "https://github.com/Financial-Times/dotcom-page-kit/tree/HEAD/packages/dotcom-types-navigation", | ||
"volta": { | ||
"extends": "../../package.json" | ||
}, | ||
"devDependencies": { | ||
"check-engine": "^1.10.1" | ||
} | ||
} |
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
3031
1
1