Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

esy

Package Overview
Dependencies
Maintainers
3
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esy - npm Package Compare versions

Comparing version 0.6.7 to 0.6.8-macos.arm64.dev.1

_export/esy-751ce584.tar.gz

29

package.json
{
"description": "Package builder for esy.",
"license": "MIT",
"name": "esy",
"version": "0.6.7",
"license": "MIT",
"description": "Package builder for esy.",
"dependencies": {
"esy-solve-cudf": "^0.1.10"
},
"version": "0.6.8-macos.arm64.dev.1",
"scripts": {
"postinstall": "node ./postinstall.js"
"postinstall":
"node -e \"process.env['OCAML_VERSION']='ocaml'; process.env['OCAML_PKG_NAME']='n.00.0000'; require('./esyInstallRelease.js')\""
},
"bin": {
"esy": "_build/default/bin/esy.exe"
},
"files": [
"bin/",
"postinstall.js",
"Linux/",
"macOS/",
"Windows/",
"_build/default/**/*.exe"
]
}
"esy": "bin/esy",
"esyBuildPackageCommand": "bin/esyBuildPackageCommand",
"esyRewritePrefixCommand": "bin/esyRewritePrefixCommand",
"esySolveCudfCommand": "bin/esySolveCudfCommand"
}
}

@@ -51,3 +51,3 @@ # esy

│ This dune library implements sandbox builder - a routine which builds
│ the enture dependency graph and provides other introspection APIs.
│ the entire dependency graph and provides other introspection APIs.

@@ -101,3 +101,3 @@ ├── esy/bin

├── test-e2e-slow
│ End-to-end test suite which takes a significiant amount of time.
│ End-to-end test suite which takes a significant amount of time.
│ We execute it on CI by placing `@slowtest` token in commit messages.

@@ -114,7 +114,8 @@

% git clone git://github.com/esy/esy.git
% cd esy
% make bootstrap
% cd esy # Change to the cloned directory
% esy # install and build dependencies
```
And then run newly built `esy` executable from anywhere like `PATH_TO_REPO/bin/esy`.
And then run newly built `esy` executable from anywhere by adding `PATH_TO_REPO/_build/install/default/bin`
to the $PATH during the shell's session. On Windows, append `PATH_TO_REPO/bin` too.

@@ -121,0 +122,0 @@ ### Updating `bin/esyInstallRelease.js`

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