New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@esy-nightly/esy

Package Overview
Dependencies
Maintainers
3
Versions
581
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@esy-nightly/esy - npm Package Compare versions

Comparing version 0.4.10-8a638d to 0.4.10-96abc0

_build/default/bin/esy.exe

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc