Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mysten/wallet-standard

Package Overview
Dependencies
Maintainers
7
Versions
773
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/wallet-standard - npm Package Compare versions

Comparing version 0.13.20 to 0.13.21

8

CHANGELOG.md
# @mysten/wallet-standard
## 0.13.21
### Patch Changes
- 7abd243: Update repo links
- Updated dependencies [7abd243]
- @mysten/sui@1.18.1
## 0.13.20

@@ -4,0 +12,0 @@

16

dist/cjs/index.js

@@ -20,14 +20,14 @@ "use strict";

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
signAndExecuteTransaction: () => import_wallet.signAndExecuteTransaction,
signTransaction: () => import_wallet.signTransaction
});
module.exports = __toCommonJS(src_exports);
__reExport(src_exports, require("@wallet-standard/core"), module.exports);
module.exports = __toCommonJS(index_exports);
__reExport(index_exports, require("@wallet-standard/core"), module.exports);
var import_wallet = require("./wallet.js");
__reExport(src_exports, require("./features/index.js"), module.exports);
__reExport(src_exports, require("./detect.js"), module.exports);
__reExport(src_exports, require("./chains.js"), module.exports);
__reExport(src_exports, require("./types.js"), module.exports);
__reExport(index_exports, require("./features/index.js"), module.exports);
__reExport(index_exports, require("./detect.js"), module.exports);
__reExport(index_exports, require("./chains.js"), module.exports);
__reExport(index_exports, require("./types.js"), module.exports);
//# sourceMappingURL=index.js.map
{
"name": "@mysten/wallet-standard",
"version": "0.13.20",
"version": "0.13.21",
"description": "A suite of standard utilities for implementing wallets based on the Wallet Standard.",

@@ -24,8 +24,8 @@ "license": "Apache-2.0",

"dependencies": {
"@wallet-standard/core": "1.0.3",
"@mysten/sui": "1.18.0"
"@wallet-standard/core": "1.1.0",
"@mysten/sui": "1.18.1"
},
"devDependencies": {
"typescript": "^5.5.3",
"typescript-json-schema": "^0.64.0",
"typescript": "^5.7.2",
"typescript-json-schema": "^0.65.1",
"@mysten/build-scripts": "0.0.0"

@@ -32,0 +32,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

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