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

@scallop-io/sui-kit

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scallop-io/sui-kit - npm Package Compare versions

Comparing version 0.36.1 to 0.37.0

2

./dist/index.js

@@ -93,3 +93,3 @@ "use strict";

var import_bip39 = require("@scure/bip39");
var import_english = require("@scure/bip39/wordlists/english.js");
var import_english = require("@scure/bip39/wordlists/english");
var generateMnemonic = (numberOfWords = 24) => {

@@ -96,0 +96,0 @@ const strength = numberOfWords === 12 ? 128 : 256;

@@ -93,3 +93,3 @@ "use strict";

var import_bip39 = require("@scure/bip39");
var import_english = require("@scure/bip39/wordlists/english.js");
var import_english = require("@scure/bip39/wordlists/english");
var generateMnemonic = (numberOfWords = 24) => {

@@ -96,0 +96,0 @@ const strength = numberOfWords === 12 ? 128 : 256;

{
"name": "@scallop-io/sui-kit",
"version": "0.36.1",
"version": "0.37.0",
"description": "Tookit for interacting with SUI network",

@@ -40,4 +40,4 @@ "keywords": [

"dependencies": {
"@mysten/sui.js": "^0.36.0",
"@scure/bip39": "^1.2.0",
"@mysten/sui.js": "^0.37.0",
"@scure/bip39": "^1.2.1",
"assert": "^2.0.0",

@@ -50,11 +50,11 @@ "colorts": "^0.1.63",

"peerDependencies": {
"@mysten/sui.js": "^0.36.0"
"@mysten/sui.js": "^0.37.0"
},
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@commitlint/prompt-cli": "^17.6.5",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/prompt-cli": "^17.6.6",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@types/tmp": "^0.2.3",

@@ -66,7 +66,7 @@ "dotenv": "^16.3.1",

"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"tsconfig-paths": "^4.2.0",
"ts-node": "^10.9.1",
"tsup": "^7.0.0",
"tsup": "^7.1.0",
"typedoc": "^0.24.8",

@@ -73,0 +73,0 @@ "typescript": "^5.0.4",

import { generateMnemonic as genMnemonic } from '@scure/bip39';
import { wordlist } from '@scure/bip39/wordlists/english.js';
import { wordlist } from '@scure/bip39/wordlists/english';

@@ -4,0 +4,0 @@ export const generateMnemonic = (numberOfWords: 12 | 24 = 24) => {

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