@cypress/registry-js
Advanced tools
Comparing version 1.3.2-patch14 to 1.3.2-patch15
{ | ||
"name": "@cypress/registry-js", | ||
"version": "1.3.2-patch14", | ||
"version": "1.3.2-patch15", | ||
"description": "A simple and opinionated library for working with the Windows registry", | ||
@@ -8,5 +8,3 @@ "main": "dist/lib/index.js", | ||
"scripts": { | ||
"install": "yarn run prebuild-install || yarn run gyp-rebuild || true", | ||
"prebuild-install": "prebuild-install -t 8.2.1 -r node && move build build-node && prebuild-install -t 1.8.2 -r electron && move build build-electron && prebuild-install", | ||
"gyp-rebuild": "node-gyp rebuild && move build build-node", | ||
"install": "node script/install.js", | ||
"build": "tsc", | ||
@@ -13,0 +11,0 @@ "pretest": "yarn build", |
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1
205318
17