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

electrum-mnemonic

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electrum-mnemonic - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "electrum-mnemonic",
"version": "1.0.3",
"version": "1.0.4",
"description": "Electrum Mnemonics (electrum v2 and greater)",

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

@@ -51,3 +51,5 @@ "use strict";

str = removeCombiningCharacters(str);
// 4. normalize whitespaces DONE by NFKD normalize
// 4. normalize whitespaces DONE (Note: need to remove multiple spaces)
// Note: Python split() does a trim before making the list
str = str.trim().split(/\s+/).join(' ');
// 5. remove whitespaces between CJK

@@ -54,0 +56,0 @@ return removeCJKSpaces(str);

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