Home
Docs
GitHub
Pricing
Blog
Log In

Run Sandworm Audit for your App

Get started
Generated on May 17, 2024 via pnpm

wasm-grate 0.1.16

Analyzes JS projects for potential WebAssembly migration points.
Package summary
Share
3
issues
2
high severity
meta
2
1
moderate severity
vulnerability
1
2
licenses
15
ISC
9
MIT
Package created
29 Oct 2023
Version published
30 Oct 2023
Maintainers
1
Total deps
24
Direct deps
1
License
ISC

Issues

3

2 high severity issues

high
via: wasm-grate@0.1.16
via: wasm-grate@0.1.16
Collapse
Expand

1 moderate severity issue

moderate
Recommendation: Upgrade to version 0.28.0 or later
via: binary-install@1.1.0
Collapse
Expand

Install Script Usage

β“˜ This section contains AI-generated explanations for this package's install scripts.
     We recommend overviewing the package source files before installing to your project.

The "preinstall" Script

node npm/scripts.js uninstall

The script simply tries to require an external function (getBinary) and use it to get a binary. If an error occurs during this process, it either throws the error (if it's set to be fatal) or continues without the binary. The uninstall and install checks simply look for 'uninstall' or 'install' in the command arguments and, if found, run an uninstall or install method respectively in the acquired binary. There's no part of this code that can steal sensitive information, get root access to local resources, run or download remote code, or otherwise harm the system without external components explicitly made to do so.

The "postinstall" Script

node npm/scripts.js install

This script primarily does two things. It either installs or uninstalls a certain binary module based on the argument passed to it; 'install' or 'uninstall'. For the installation, it requires that a binary module './getBinary' be present in the same directory. If the module is not found an error will be thrown, hence stopping the script from executing further. For uninstallation, it does not require the presence of this module, hence it won't throw an error if the file is not found. Therefore, this script is not doing anything harmful and seems to be just part of a regular installer/uninstaller routine.

Licenses

ISC License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
Cannot
hold-liable
Must
include-copyright
include-license
15 Packages, Including:
chownr@2.0.0
fs-minipass@2.1.0
fs.realpath@1.0.0
glob@7.2.3
inflight@1.0.6
inherits@2.0.4
minimatch@3.1.2
minipass@3.3.6
minipass@5.0.0
once@1.4.0
rimraf@3.0.2
tar@6.2.1
wasm-grate@0.1.16
wrappy@1.0.2
yallist@4.0.0

MIT License

Permissive
OSI Approved
This is a human-readable summary of (and not a substitute for) the license. Disclaimer.
Can
commercial-use
modify
distribute
sublicense
private-use
Cannot
hold-liable
Must
include-copyright
include-license
9 Packages, Including:
axios@0.26.1
balanced-match@1.0.2
binary-install@1.1.0
brace-expansion@1.1.11
concat-map@0.0.1
follow-redirects@1.15.6
minizlib@2.1.2
mkdirp@1.0.4
path-is-absolute@1.0.1
Disclaimer

This deed highlights only some of the key features and terms of the actual license. It is not a license and has no legal value. You should carefully review all of the terms and conditions of the actual license before using the licensed material.

Sandworm is not a law firm and does not provide legal services. Distributing, displaying, or linking to this deed or the license that it summarizes does not create a lawyer-client or any other relationship.

Direct Dependencies

1
All Dependencies CSV
β“˜ This is a list of wasm-grate 's direct dependencies. Data on all dependencies, including transitive ones, is available via CSV download.
NameVersionSizeLicenseTypeVulnerabilities
binary-install1.1.04.78 kBMIT
prod
1

Visualizations