-
Notifications
You must be signed in to change notification settings - Fork 585
feat: Add snaps-sandbox
package and integrate into CLI
#3306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
export var walkTokens = (__marked_exports.walkTokens || exports.walkTokens); | ||
// ESM-uncomment-end | ||
- | ||
-//# sourceMappingURL=marked.umd.js.map |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This source map doesn't exist, and Vite was complaining about it.
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. Ignoring alerts on:
|
@SocketSecurity ignore npm/package-manager-detector@0.1.2 False positive. @SocketSecurity ignore npm/mz@2.7.0 These seem fine. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3306 +/- ##
==========================================
+ Coverage 97.80% 98.03% +0.23%
==========================================
Files 364 402 +38
Lines 9911 11111 +1200
Branches 1616 1754 +138
==========================================
+ Hits 9693 10893 +1200
Misses 218 218 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
7e34f3b
to
8fcb57c
Compare
snaps-sandbox
package and integrate into CLIsnaps-sandbox
package and integrate into CLI
@SocketSecurity ignore mime-types@3.0.1 New author is ok. |
This adds a new package,
@metamask/snaps-sandbox
, which is a tool to interact with Snaps through a web app. It's a replacement for the Snaps Simulator, but doesn't simulate any functionality. Instead, it calls MetaMask through the usual JSON-RPC methods.The sandbox can be used from the Snaps CLI by running
mm-snap sandbox
.