@kmamal/build-sdl
Advanced tools
Comparing version 2.24.1-4 to 2.24.1-5
{ | ||
"version": "2.24.1-4", | ||
"version": "2.24.1-5", | ||
"name": "@kmamal/build-sdl", | ||
@@ -11,15 +11,18 @@ "description": "build-sdl", | ||
"scripts": { | ||
"install": "cd scripts && npx -y zx install.mjs", | ||
"download-release": "cd scripts && npx -y zx download-release.mjs", | ||
"build": "cd scripts && npx -y zx build.mjs", | ||
"download-src": "cd scripts && npx -y zx download-src.mjs", | ||
"configure": "cd scripts && npx -y zx configure.mjs", | ||
"make": "cd scripts && npx -y zx make.mjs", | ||
"upload-release": "cd scripts && npx -y zx upload-release.mjs", | ||
"release": "cd scripts && npx -y zx release.mjs", | ||
"clean": "cd scripts && npx -y zx clean.mjs", | ||
"install": "cd scripts && node install.mjs", | ||
"download-release": "cd scripts && node download-release.mjs", | ||
"build": "cd scripts && node build.mjs", | ||
"download-src": "cd scripts && node download-src.mjs", | ||
"configure": "cd scripts && node configure.mjs", | ||
"make": "cd scripts && node make.mjs", | ||
"upload-release": "cd scripts && node upload-release.mjs", | ||
"release": "cd scripts && node release.mjs", | ||
"clean": "cd scripts && node clean.mjs", | ||
"install-deps-ubuntu": "./scripts/install-deps-ubuntu.sh", | ||
"install-deps-mac": "./scripts/install-deps-mac.sh" | ||
}, | ||
"license": "MIT" | ||
"license": "MIT", | ||
"dependencies": { | ||
"tar": "^6.1.11" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
13065
17
360
1
10
8
+ Addedtar@^6.1.11
+ Addedchownr@2.0.0(transitive)
+ Addedfs-minipass@2.1.0(transitive)
+ Addedminipass@3.3.65.0.0(transitive)
+ Addedminizlib@2.1.2(transitive)
+ Addedmkdirp@1.0.4(transitive)
+ Addedtar@6.2.1(transitive)
+ Addedyallist@4.0.0(transitive)