@solana/signers
Advanced tools
Comparing version 2.0.0-experimental.5b8e43b to 2.0.0-experimental.5e737f9
@@ -296,1 +296,3 @@ import { isSignerRole } from '@solana/instructions'; | ||
export { addSignersToInstruction, addSignersToTransaction, assertIsKeyPairSigner, assertIsMessageModifyingSigner, assertIsMessagePartialSigner, assertIsMessageSigner, assertIsTransactionModifyingSigner, assertIsTransactionPartialSigner, assertIsTransactionSendingSigner, assertIsTransactionSigner, assertIsTransactionWithSingleSendingSigner, createNoopSigner, createSignableMessage, createSignerFromKeyPair, generateKeyPairSigner, getSignersFromInstruction, getSignersFromTransaction, isKeyPairSigner, isMessageModifyingSigner, isMessagePartialSigner, isMessageSigner, isTransactionModifyingSigner, isTransactionPartialSigner, isTransactionSendingSigner, isTransactionSigner, isTransactionWithSingleSendingSigner, partiallySignTransactionWithSigners, signAndSendTransactionWithSigners, signTransactionWithSigners }; | ||
//# sourceMappingURL=out.js.map | ||
//# sourceMappingURL=index.node.js.map |
{ | ||
"name": "@solana/signers", | ||
"version": "2.0.0-experimental.5b8e43b", | ||
"version": "2.0.0-experimental.5e737f9", | ||
"description": "An abstraction layer over signing messages and transactions in Solana", | ||
@@ -52,6 +52,6 @@ "exports": { | ||
"dependencies": { | ||
"@solana/addresses": "2.0.0-experimental.5b8e43b", | ||
"@solana/instructions": "2.0.0-experimental.5b8e43b", | ||
"@solana/keys": "2.0.0-experimental.5b8e43b", | ||
"@solana/transactions": "2.0.0-experimental.5b8e43b" | ||
"@solana/addresses": "2.0.0-experimental.5e737f9", | ||
"@solana/instructions": "2.0.0-experimental.5e737f9", | ||
"@solana/keys": "2.0.0-experimental.5e737f9", | ||
"@solana/transactions": "2.0.0-experimental.5e737f9" | ||
}, | ||
@@ -91,3 +91,3 @@ "devDependencies": { | ||
"scripts": { | ||
"compile:js": "tsup --config build-scripts/tsup.config.library.ts", | ||
"compile:js": "tsup --config build-scripts/tsup.config.package.ts", | ||
"compile:typedefs": "tsc -p ./tsconfig.declarations.json && node node_modules/build-scripts/add-js-extension-to-types.mjs", | ||
@@ -94,0 +94,0 @@ "dev": "jest -c node_modules/test-config/jest-dev.config.ts --rootDir . --watch", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
339744
48
2048
+ Added@solana/addresses@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/assertions@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/codecs-core@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/codecs-data-structures@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/codecs-numbers@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/codecs-strings@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/functional@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/instructions@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/keys@2.0.0-experimental.5e737f9(transitive)
+ Added@solana/transactions@2.0.0-experimental.5e737f9(transitive)
- Removed@solana/addresses@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/assertions@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/codecs-core@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/codecs-data-structures@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/codecs-numbers@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/codecs-strings@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/functional@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/instructions@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/keys@2.0.0-experimental.5b8e43b(transitive)
- Removed@solana/transactions@2.0.0-experimental.5b8e43b(transitive)