@esy-nightly/esy
Advanced tools
Comparing version 0.3.4-20a610 to 0.3.4-2c69b5
{ | ||
"name": "@esy-nightly/esy", | ||
"version": "0.3.4-20a610", | ||
"version": "0.3.4-2c69b5", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "description": "Package builder for esy", | ||
"@esy-ocaml/esy-opam": "0.0.15", | ||
"esy-solve-cudf": "^0.1.8" | ||
"esy-solve-cudf": "^0.1.10" | ||
}, | ||
@@ -22,5 +22,5 @@ "scripts": { | ||
"platform-darwin/", | ||
"platform-windows-x64/", | ||
"platform-win32/", | ||
"_build/default/**/*.exe" | ||
] | ||
} |
@@ -27,3 +27,9 @@ /** | ||
), | ||
path.join('_build', 'default', 'esy-build-package', 'bin', 'fastreplacestring.exe') | ||
path.join( | ||
'_build', | ||
'default', | ||
'esy-build-package', | ||
'bin', | ||
'esyRewritePrefixCommand.exe' | ||
) | ||
]; | ||
@@ -118,6 +124,6 @@ | ||
copyPlatformBinaries('windows-x64'); | ||
copyPlatformBinaries('win32'); | ||
console.log('Installing cygwin sandbox...'); | ||
cp.execSync(`npm install esy-bash@0.1.24 --prefix ${__dirname}`); | ||
cp.execSync(`npm install esy-bash@0.3.9 --prefix ${__dirname}`); | ||
console.log('Cygwin installed successfully.'); | ||
@@ -124,0 +130,0 @@ break; |
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
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
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
158944860
17
495
14
Updatedesy-solve-cudf@^0.1.10