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

@metamask/snaps-cli

Package Overview
Dependencies
Maintainers
7
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/snaps-cli - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

CHANGELOG.md

@@ -9,2 +9,7 @@ # Changelog

## [0.2.1]
### Fixed
- Snap produced by `mm-snap init` ([#94](https://github.com/MetaMask/snaps-skunkworks/pull/94))
- The template used to create the "Hello, world!" snap had become outdated due to a build-time bug.
## [0.2.0]

@@ -28,5 +33,6 @@ ### Changed

[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/MetaMask/snaps-skunkworks/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/MetaMask/snaps-skunkworks/releases/tag/v0.1.0

6

package.json
{
"name": "@metamask/snaps-cli",
"version": "0.2.0",
"version": "0.2.1",
"description": "A CLI for developing MetaMask Snaps.",

@@ -27,7 +27,7 @@ "repository": {

"lint:eslint": "eslint . --cache --ext js,ts",
"lint:misc": "prettier '**/*.json' '!**/init-template.json' '**/*.md' '!CHANGELOG.md' --ignore-path ../../.gitignore",
"lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path ../../.gitignore",
"lint": "yarn lint:eslint && yarn lint:misc --check",
"lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
"publish": "../../scripts/publish-package.sh",
"publish:prep": "yarn build:clean && yarn lint && yarn test"
"publish:prep": "./scripts/publish-prep.sh"
},

@@ -34,0 +34,0 @@ "dependencies": {

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