@ixo/client-sdk
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -14,15 +14,15 @@ const | ||
signer = { | ||
secp: { | ||
address: w.secp.address, | ||
sign: (...args) => w.secp.sign(...args), | ||
}, | ||
agent: { | ||
did: w.agent.did, | ||
address: w.agent.address, | ||
sign: (...args) => w.agent.sign(...args), | ||
}, | ||
}, | ||
// signer = { | ||
// secp: { | ||
// address: w.secp.address, | ||
// sign: (...args) => w.secp.sign(...args), | ||
// }, | ||
// agent: { | ||
// did: w.agent.did, | ||
// address: w.agent.address, | ||
// sign: (...args) => w.agent.sign(...args), | ||
// }, | ||
// }, | ||
// ww = await makeWallet(mmm), | ||
c = makeClient(signer) | ||
c = makeClient(w) | ||
// cc = makeClient(ww) | ||
@@ -35,3 +35,3 @@ | ||
resp = await c.register(w.agent.verifykey) | ||
// resp = await c.register(w.agent.verifykey) | ||
// resp = await cc.register(); console.log(resp) | ||
@@ -38,0 +38,0 @@ // resp = await c.sendTokens('ixo14x06tkrygh9sgqr7anhj79y7l483x995xt6285', 10) |
{ | ||
"name": "@ixo/client-sdk", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "One ixo client to rule them all", | ||
@@ -18,7 +18,6 @@ "main": "index.js", | ||
"@cosmjs/encoding": "^0.23.2", | ||
"@cosmjs/launchpad": "^0.23.2", | ||
"@cosmjs/launchpad": "git+https://github.com/gwn/ixo-cosmjs-launchpad.git", | ||
"bs58": "^4.0.1", | ||
"debug": "^4.3.1", | ||
"isomorphic-unfetch": "^3.1.0", | ||
"patch-package": "^6.2.2", | ||
"sovrin-did": "^1.4.0" | ||
@@ -25,0 +24,0 @@ }, |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
7
1055575
12
2
- Removedpatch-package@^6.2.2
- Removed@cosmjs/launchpad@0.23.2(transitive)
- Removed@yarnpkg/lockfile@1.1.0(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedat-least-node@1.0.0(transitive)
- Removedaxios@0.21.4(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbraces@3.0.3(transitive)
- Removedchalk@4.1.2(transitive)
- Removedci-info@2.0.0(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedcross-spawn@6.0.6(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfind-yarn-workspace-root@2.0.0(transitive)
- Removedfollow-redirects@1.15.9(transitive)
- Removedfs-extra@9.1.0(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedinflight@1.0.6(transitive)
- Removedis-ci@2.0.0(transitive)
- Removedis-docker@2.2.1(transitive)
- Removedis-number@7.0.0(transitive)
- Removedis-wsl@2.2.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removedjsonfile@6.1.0(transitive)
- Removedklaw-sync@6.0.0(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedminimist@1.2.8(transitive)
- Removednice-try@1.0.5(transitive)
- Removedonce@1.4.0(transitive)
- Removedopen@7.4.2(transitive)
- Removedos-tmpdir@1.0.2(transitive)
- Removedpatch-package@6.5.1(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpath-key@2.0.1(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedsemver@5.7.2(transitive)
- Removedshebang-command@1.2.0(transitive)
- Removedshebang-regex@1.0.0(transitive)
- Removedslash@2.0.0(transitive)
- Removedsupports-color@7.2.0(transitive)
- Removedtmp@0.0.33(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removeduniversalify@2.0.1(transitive)
- Removedwhich@1.3.1(transitive)
- Removedwrappy@1.0.2(transitive)
- Removedyaml@1.10.2(transitive)
Updated@cosmjs/launchpad@git+https://github.com/gwn/ixo-cosmjs-launchpad.git