minter-js-org
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -0,4 +1,5 @@ | ||
## 0.0.2 - 2018-11-07 | ||
- fix path | ||
## 0.0.1 - 2018-11-07 | ||
- initial |
{ | ||
"name": "minter-js-org", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Communicate with minter.org user database through it API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
import axios from 'axios'; | ||
import {generateMnemonic} from 'minterjs-wallet'; | ||
import {getPasswordToSend, getPasswordToStore, addressFromMnemonic, addressEncryptedFromMnemonic, encryptMnemonic, decryptMnemonic} from '~/src/utils'; | ||
import {getPasswordToSend, getPasswordToStore, addressFromMnemonic, addressEncryptedFromMnemonic, encryptMnemonic, decryptMnemonic} from './utils'; | ||
@@ -5,0 +5,0 @@ export {getPasswordToSend, getPasswordToStore, addressFromMnemonic, addressEncryptedFromMnemonic, encryptMnemonic, decryptMnemonic}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11398