New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@metamask/bitcoin-wallet-snap

Package Overview
Dependencies
Maintainers
9
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/bitcoin-wallet-snap - npm Package Compare versions

Comparing version 0.8.2 to 0.9.0

CHANGELOG.md

19

package.json
{
"name": "@metamask/bitcoin-wallet-snap",
"version": "0.8.2",
"version": "0.9.0",
"description": "A Bitcoin wallet Snap.",

@@ -14,9 +14,12 @@ "repository": {

"images/",
"snap.manifest.json"
"snap.manifest.json",
"locales/"
],
"scripts": {
"allow-scripts": "yarn workspace root allow-scripts",
"build": "mm-snap build && yarn build-preinstalled-snap",
"build": "mm-snap build && yarn build:locale && yarn build-preinstalled-snap",
"build-preinstalled-snap": "node scripts/build-preinstalled-snap.js",
"build:clean": "yarn clean && yarn build",
"build:clean": "yarn clean && yarn build:locale && yarn build",
"build:locale": "node ./scripts/populate-en-locale.js && prettier 'locales/**/*.json' -w",
"build:locale:watch": "npx nodemon --watch packages/snap/messages.json --exec \"node ./scripts/populate-en-locale.js && prettier 'locales/**/*.json' -w\"",
"clean": "rimraf dist",

@@ -31,3 +34,3 @@ "lint": "yarn lint:eslint && yarn lint:misc && yarn lint:deps && yarn lint:types",

"serve": "mm-snap serve",
"start": "mm-snap watch",
"start": "concurrently \"mm-snap watch\" \"yarn build:locale:watch\"",
"test": "jest --passWithNoTests"

@@ -45,3 +48,4 @@ },

"@metamask/key-tree": "^9.1.2",
"@metamask/keyring-api": "^9.0.0",
"@metamask/keyring-api": "^13.0.0",
"@metamask/keyring-snap-sdk": "^1.1.0",
"@metamask/snaps-cli": "^6.5.0",

@@ -59,2 +63,3 @@ "@metamask/snaps-jest": "^8.6.0",

"coinselect": "3.1.13",
"concurrently": "^9.1.0",
"dotenv": "^16.4.5",

@@ -87,2 +92,2 @@ "ecpair": "2.1.0",

}
}
}

@@ -10,5 +10,11 @@ # Bitcoin Wallet Snap

LOG_LEVEL=6
# Description: Environment variables for API key of BlockChair
# Required: false
BLOCKCHAIR_API_KEY=
# Description: Environment variables for the Testnet endpoint of QuickNode
# Required: true
QUICKNODE_TESTNET_ENDPOINT=
# Description: Environment variables for the Mainnet endpoint of QuickNode
# Required: true
QUICKNODE_MAINNET_ENDPOINT=
# Description: Environment variables for the SimpleHash API key
# Required: true
SIMPLEHASH_API_KEY=
```

@@ -15,0 +21,0 @@

{
"version": "0.8.2",
"version": "0.9.0",
"description": "Manage Bitcoin using MetaMask",

@@ -10,3 +10,3 @@ "proposedName": "Bitcoin",

"source": {
"shasum": "VF5xB5NJEC3cL/T81hpK8iE7hg6N6n/1gM7iVY6h2Cw=",
"shasum": "c6ao0YdZ1rZUVCrAKyfjOpdZvRFuT2puWeTJBjrOszA=",
"location": {

@@ -19,3 +19,6 @@ "npm": {

}
}
},
"locales": [
"locales/en.json"
]
},

@@ -62,5 +65,6 @@ "initialConnections": {

"snap_manageState": {},
"snap_dialog": {}
"snap_dialog": {},
"snap_getPreferences": {}
},
"manifestVersion": "0.1"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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