Socket
Socket
Sign inDemoInstall

@mysten/sui.js

Package Overview
Dependencies
Maintainers
4
Versions
895
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mysten/sui.js - npm Package Compare versions

Comparing version 0.0.0-experimental-20220902230134 to 0.0.0-experimental-20220902235659

dist/index.mjs

13

package.json

@@ -5,3 +5,3 @@ {

"description": "Sui TypeScript API(Work in Progress)",
"version": "0.0.0-experimental-20220902230134",
"version": "0.0.0-experimental-20220902235659",
"license": "Apache-2.0",

@@ -15,10 +15,9 @@ "files": [

},
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}

@@ -75,3 +74,3 @@ },

"dependencies": {
"@mysten/bcs": "0.0.0-experimental-20220902230134",
"@mysten/bcs": "0.0.0-experimental-20220902235659",
"bn.js": "^5.2.0",

@@ -78,0 +77,0 @@ "buffer": "^6.0.3",

Sorry, the diff of this file is too big to display

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