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.4-d71ba4 to 0.4.4-d9ad76

2

package.json
{
"name": "@esy-nightly/esy",
"version": "0.4.4-d71ba4",
"version": "0.4.4-d9ad76",
"license": "MIT",

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

@@ -46,9 +46,11 @@ # esy

│ the enture dependency graph and provides other introspection APIs.
├── esy/bin
│ This dune executable implements "esy" command.
├── esyi
├── esy-solve
│ This dune library implements solver.
├── esy-install
│ This dune library implements installer.
├── esyi/bin
│ This dune executable implements "esy install" command.

@@ -58,2 +60,3 @@ ├── esy-build-package

│ build each package.
├── esy-build-package/bin

@@ -68,4 +71,6 @@ │ This dune executable implements "esy-build-package" command.

│ Parser for #{...} syntax used in esy manifests.
├── esy-shell-expansion
│ A simple shell expansion.
├── esy-yarn-lockfile

@@ -80,9 +85,14 @@ │ Parser for a subset of yarn lockfile format.

├── esy.lock.json
├── esy.lock
├── package.json
├── scripts
├── test
│ Unit tests.
├── test-e2e-slow
│ End-to-end test suite which takes a significiant amount of time.
│ We execute it on CI by placing `@slowtest` token in commit messages.
└── test-e2e

@@ -89,0 +99,0 @@ End-to-end test suite.

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

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