@esy-nightly/esy
Advanced tools
Comparing version 0.4.10-8a638d to 0.4.10-96abc0
{ | ||
"name": "@esy-nightly/esy", | ||
"version": "0.4.10-8a638d", | ||
"version": "0.4.10-96abc0", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "description": "Package builder for esy", | ||
"bin": { | ||
"esy": "_build/default/esy/bin/esyCommand.exe" | ||
"esy": "_build/default/bin/esy.exe" | ||
}, | ||
@@ -17,0 +17,0 @@ "files": [ |
@@ -19,3 +19,4 @@ /** | ||
const binariesToCopy = [ | ||
path.join('_build', 'default', 'esy', 'bin', 'esyCommand.exe'), | ||
path.join('_build', 'default', 'bin', 'esy.exe'), | ||
path.join('_build', 'default', 'bin', 'esyInstallRelease.js'), | ||
path.join( | ||
@@ -22,0 +23,0 @@ '_build', |
@@ -35,4 +35,10 @@ # esy | ||
│ | ||
├── bin | ||
├── bin/esy | ||
│ symlink (wrapper on Windows) for esy command, used for running tests | ||
│ | ||
├── bin/esyInstallRelease.js | ||
│ postinstall step for npm releases produced with `esy npm-release` | ||
│ command. This is a built JS file which is developed in a separate flow | ||
│ inside `esy-install-npm-release/` subdirectory (see below). | ||
│ | ||
├── docs | ||
@@ -68,2 +74,5 @@ │ esy end user documentation in markdown format. | ||
│ | ||
├── esy-install-npm-release | ||
│ Sources for `bin/esyInstallRelease.js`. | ||
│ | ||
├── esy-command-expression | ||
@@ -110,2 +119,15 @@ │ Parser for #{...} syntax used in esy manifests. | ||
### Updaating `bin/esyInstallRelease.js` | ||
`bin/esyInstallRelease.js` is developed separately within the `esy-install-npm-release/` directory. | ||
Run: | ||
``` | ||
% make bin/esyInstallRelease.js | ||
``` | ||
to update the `bin/esyInstallRelease.js` file with the latest changed, don't | ||
forget to commit it. | ||
### Running Tests | ||
@@ -112,0 +134,0 @@ |
Sorry, the diff of this file is too big to display
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
162868168
20
45636
252
53
34