New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mnemoniclib

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mnemoniclib - pypi Package Compare versions

Comparing version
0.20.1
to
0.21.1
+1
-1
mnemoniclib.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: mnemoniclib
Version: 0.20.1
Version: 0.21.1
Summary: BIP39 Mnemonic generator

@@ -5,0 +5,0 @@ Home-page: https://github.com/trezor/python-mnemonic

Metadata-Version: 2.4
Name: mnemoniclib
Version: 0.20.1
Version: 0.21.1
Summary: BIP39 Mnemonic generator

@@ -5,0 +5,0 @@ Home-page: https://github.com/trezor/python-mnemonic

@@ -8,3 +8,3 @@ from setuptools import setup, find_packages

name="mnemoniclib",
version="0.20.1",
version="0.21.1",
author="Pavol Rusnak, mruddy, Community",

@@ -18,3 +18,3 @@ author_email="sticks@stickybit.cz",

package_data={
'mnemonic': ['wordlist/*.txt'],
'mnemoniclib': ['wordlist/*.txt'],
},

@@ -21,0 +21,0 @@ include_package_data=True,