New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@taquito/signer

Package Overview
Dependencies
Maintainers
3
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/signer - npm Package Compare versions

Comparing version 14.0.0 to 14.1.0-beta-RC.0

1

dist/lib/import-key.js

@@ -18,2 +18,3 @@ "use strict";

*
* @warn The JSON faucets are no longer available on https://teztnets.xyz/
* @param toolkit The toolkit instance to attach a signer

@@ -20,0 +21,0 @@ * @param privateKeyOrEmail Key to load in memory

4

dist/lib/version.js

@@ -6,5 +6,5 @@ "use strict";

exports.VERSION = {
"commitHash": "b1a433145402043facaec3519daceb21a305deef",
"version": "14.0.0"
"commitHash": "0b10f922029edc29cd5a922751c37db98ce3d85c",
"version": "14.1.0-beta-RC.0"
};
//# sourceMappingURL=version.js.map

@@ -233,2 +233,3 @@ import { openSecretBox } from '@stablelib/nacl';

*
* @warn The JSON faucets are no longer available on https://teztnets.xyz/
* @param toolkit The toolkit instance to attach a signer

@@ -270,4 +271,4 @@ * @param privateKeyOrEmail Key to load in memory

const VERSION = {
"commitHash": "b1a433145402043facaec3519daceb21a305deef",
"version": "14.0.0"
"commitHash": "0b10f922029edc29cd5a922751c37db98ce3d85c",
"version": "14.1.0-beta-RC.0"
};

@@ -274,0 +275,0 @@

@@ -237,2 +237,3 @@ (function (global, factory) {

*
* @warn The JSON faucets are no longer available on https://teztnets.xyz/
* @param toolkit The toolkit instance to attach a signer

@@ -274,4 +275,4 @@ * @param privateKeyOrEmail Key to load in memory

const VERSION = {
"commitHash": "b1a433145402043facaec3519daceb21a305deef",
"version": "14.0.0"
"commitHash": "0b10f922029edc29cd5a922751c37db98ce3d85c",
"version": "14.1.0-beta-RC.0"
};

@@ -278,0 +279,0 @@

@@ -6,2 +6,3 @@ import { TezosToolkit } from '@taquito/taquito';

*
* @warn The JSON faucets are no longer available on https://teztnets.xyz/
* @param toolkit The toolkit instance to attach a signer

@@ -8,0 +9,0 @@ * @param privateKeyOrEmail Key to load in memory

{
"name": "@taquito/signer",
"version": "14.0.0",
"version": "14.1.0-beta-RC.0",
"description": "Provide signing functionality to be with taquito",

@@ -71,6 +71,6 @@ "keywords": [

"@stablelib/blake2b": "^1.0.1",
"@stablelib/ed25519": "^1.0.2",
"@stablelib/nacl": "^1.0.3",
"@taquito/taquito": "^14.0.0",
"@taquito/utils": "^14.0.0",
"@stablelib/ed25519": "^1.0.3",
"@stablelib/nacl": "^1.0.4",
"@taquito/taquito": "^14.1.0-beta-RC.0",
"@taquito/utils": "^14.1.0-beta-RC.0",
"elliptic": "^6.5.4",

@@ -111,3 +111,3 @@ "pbkdf2": "^3.1.2",

},
"gitHead": "2419fe84099269d20a1006194767bd7e6864ba3a"
"gitHead": "d7f70149f4046b169a4995c2f7455ba4a997fcca"
}

@@ -48,48 +48,4 @@ # Taquito Signer package

### Using a testnet faucet key
The following link can be used to fund an address on the different testnets: https://teztnets.xyz/.
To load a faucet key (available from https://teztnets.xyz/) for working with a public testnet, use the `importKey` function.
```js
import { TezosToolkit } from '@taquito/taquito';
import { importKey } from '@taquito/signer';
const Tezos = new TezosToolkit('https://YOUR_PREFERRED_TESTNET_RPC_URL');
// A key faucet, similar to what is available from https://teztnets.xyz/
const FAUCET_KEY = {
mnemonic: [
'cart',
'will',
'page',
'bench',
'notice',
'leisure',
'penalty',
'medal',
'define',
'odor',
'ride',
'devote',
'cannon',
'setup',
'rescue',
],
secret: '35f266fbf0fca752da1342fdfc745a9c608e7b20',
amount: '4219352756',
pkh: 'tz1YBMFg1nLAPxBE6djnCPbMRH5PLXQWt8Mg',
password: 'Fa26j580dQ',
email: 'jxmjvauo.guddusns@tezos.example.org',
};
importKey(
Tezos,
FAUCET_KEY.email,
FAUCET_KEY.password,
FAUCET_KEY.mnemonic.join(' '),
FAUCET_KEY.secret
);
// Your Tezos instance is now operably configured for signing with the faucet key.
```
## Additional info

@@ -96,0 +52,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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