Socket
Socket
Sign inDemoInstall

near-seed-phrase

Package Overview
Dependencies
Maintainers
6
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

near-seed-phrase - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

dist/near-seed-phrase.js

14

package.json
{
"name": "near-seed-phrase",
"version": "0.2.0",
"version": "0.2.1",
"description": "Utilities to work with NEAR Protocol key pairs based on seed phrases ",

@@ -8,4 +8,10 @@ "main": "index.js",

"scripts": {
"test": "mocha"
"test": "mocha",
"dist": "browserify browser-exports.js -i node-fetch -i http -i https -o dist/near-seed-phrase.js && browserify browser-exports.js -i node-fetch -g uglifyify -o dist/near-seed-phrase.min.js"
},
"types": "types.d.ts",
"files": [
"dist/",
"types.d.ts"
],
"dependencies": {

@@ -18,4 +24,6 @@ "bip39-light": "^1.0.7",

"devDependencies": {
"mocha": "^8.1.3"
"browserify": "^17.0.0",
"mocha": "^8.1.3",
"uglifyify": "^5.0.2"
}
}
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