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

bip39-share

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bip39-share - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

cli.js

@@ -0,1 +1,3 @@

#!/usr/bin/env node
import * as crypto from 'crypto';

@@ -35,3 +37,3 @@ import * as fs from 'fs';

usage();
return 1;
return directive === '--help' ? 0 : 1;
}

@@ -38,0 +40,0 @@ }

{
"name": "bip39-share",
"version": "0.1.0",
"version": "0.1.1",
"description": "Utilities for dealing with split BIP-39 mnemonics",

@@ -5,0 +5,0 @@ "main": "index.js",

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