MetaMask / metamask-module-template

A simple template repository for starting new modules in the latest MetaMask fashion.
27 stars 23 forks source link

Add `@lavamoat/preinstall-always-fail` to `devDependencies` #188

Closed Mrtenz closed 1 year ago

Mrtenz commented 1 year ago

Description

This pull request adds the @lavamoat/preinstall-always-fail to the devDependencies of the project. The package was previously specified in the lavamoat configuration section, but not installed. This made the specified configuration of no effect.

Additionally, the package has been added to .depcheckrc.json file, which is a configuration file for detecting missing dependencies in our codebase. This was done to prevent any warnings or errors related to this package from being raised.

Changes

  1. Add @lavamoat/preinstall-always-fail to devDependencies.
  2. Add @lavamoat/preinstall-always-fail to .depcheckrc.json.
socket-security[bot] commented 1 year ago

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore foo@1.0.0 bar@* or ignore all packages with @SocketSecurity ignore-all

Ignoring: @lavamoat/preinstall-always-fail@1.0.0

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@lavamoat/preinstall-always-fail@1.0.0 None +0 kumavis
Mrtenz commented 1 year ago

@SocketSecurity ignore @lavamoat/preinstall-always-fail@1.0.0