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-e0cb01 to 0.4.10-e6e1e7

2

package.json
{
"name": "@esy-nightly/esy",
"version": "0.4.10-e0cb01",
"version": "0.4.10-e6e1e7",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Package builder for esy",

@@ -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

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