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

@mysten/enoki

Package Overview
Dependencies
Maintainers
0
Versions
214
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/enoki - npm Package Compare versions

Comparing version 0.4.19 to 0.4.20

8

CHANGELOG.md
# @mysten/enoki
## 0.4.20
### Patch Changes
- 7abd243: Update repo links
- Updated dependencies [7abd243]
- @mysten/sui@1.18.1
## 0.4.19

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

2

dist/cjs/EnokiKeypair.d.ts

@@ -24,3 +24,3 @@ import type { SignatureWithBytes } from '@mysten/sui/cryptography';

});
sign(data: Uint8Array): Promise<Uint8Array>;
sign(data: Uint8Array): Promise<Uint8Array<ArrayBufferLike>>;
signPersonalMessage(bytes: Uint8Array): Promise<SignatureWithBytes>;

@@ -27,0 +27,0 @@ signTransaction(bytes: Uint8Array): Promise<SignatureWithBytes>;

@@ -19,4 +19,4 @@ "use strict";

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
EnokiClient: () => import_EnokiClient.EnokiClient,

@@ -32,3 +32,3 @@ EnokiClientError: () => import_EnokiClient.EnokiClientError,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_EnokiClient = require("./EnokiClient/index.js");

@@ -35,0 +35,0 @@ var import_EnokiFlow = require("./EnokiFlow.js");

@@ -24,3 +24,3 @@ import type { SignatureWithBytes } from '@mysten/sui/cryptography';

});
sign(data: Uint8Array): Promise<Uint8Array>;
sign(data: Uint8Array): Promise<Uint8Array<ArrayBufferLike>>;
signPersonalMessage(bytes: Uint8Array): Promise<SignatureWithBytes>;

@@ -27,0 +27,0 @@ signTransaction(bytes: Uint8Array): Promise<SignatureWithBytes>;

{
"name": "@mysten/enoki",
"version": "0.4.19",
"version": "0.4.20",
"description": "TODO: Description",

@@ -28,10 +28,10 @@ "license": "Apache-2.0",

"type": "git",
"url": "git+https://github.com/mystenlabs/sui.git"
"url": "git+https://github.com/mystenlabs/ts-sdks.git"
},
"bugs": {
"url": "https://github.com/mystenlabs/sui/issues"
"url": "https://github.com/mystenlabs/ts-sdks/issues"
},
"homepage": "https://github.com/mystenlabs/sui#readme",
"homepage": "https://github.com/mystenlabs/ts-sdks#readme",
"devDependencies": {
"@types/node": "^20.14.10",
"@types/node": "^22.10.5",
"@types/react": "^18.3.3",

@@ -42,4 +42,4 @@ "@types/react-dom": "^18.3.0",

"react-dom": "^18.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"@mysten/build-scripts": "0.0.0"

@@ -51,3 +51,3 @@ },

"nanostores": "^0.10.3",
"@mysten/sui": "1.18.0"
"@mysten/sui": "1.18.1"
},

@@ -54,0 +54,0 @@ "peerDependencies": {

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