minter-js-org
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,4 @@ | ||
## 0.2.1 - 2 | ||
- fix paths | ||
## 0.2.0 - 2019-02-06 | ||
@@ -2,0 +5,0 @@ - **BREAKING** moved src files (index.js exports remained the same) |
{ | ||
"name": "minter-js-org", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Communicate with minter.org user database through it API", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
import {getPasswordToSend, getPasswordToStore, addressFromMnemonic, addressEncryptedFromMnemonic, encryptMnemonic, decryptMnemonic} from './stash'; | ||
import {aesEncrypt, aesDecrypt, getSha256Hex, prepareIV} from '~/src/utils'; | ||
import {aesEncrypt, aesDecrypt, getSha256Hex, prepareIV} from './utils'; | ||
import MinterOrg from './minter-org'; | ||
@@ -4,0 +4,0 @@ |
import axios from 'axios'; | ||
import {generateMnemonic} from 'minterjs-wallet'; | ||
import {addressEncryptedFromMnemonic, decryptMnemonic, encryptMnemonic, getPasswordToSend, getPasswordToStore} from '~/src/stash'; | ||
import {addressEncryptedFromMnemonic, decryptMnemonic, encryptMnemonic, getPasswordToSend, getPasswordToStore} from './stash'; | ||
@@ -5,0 +5,0 @@ /** |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20104
0