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

@mysten/sui.js

Package Overview
Dependencies
Maintainers
1
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 to 0.1.0

8

package.json
{
"version": "0.0.0",
"version": "0.1.0",
"license": "Apache-2.0",

@@ -20,4 +20,3 @@ "main": "dist/index.js",

"size": "size-limit",
"analyze": "size-limit --why",
"release": "np"
"analyze": "size-limit --why"
},

@@ -65,4 +64,3 @@ "husky": {

"tslib": "^2.3.1",
"typescript": "^4.6.3",
"np": "*"
"typescript": "^4.6.3"
},

@@ -69,0 +67,0 @@ "dependencies": {

@@ -9,15 +9,6 @@ # Sui TypeScript SDK

We haven't published the npm package yet, so right now you may use [npm link](https://docs.npmjs.com/cli/v8/commands/npm-link) to install it locally.
```bash
cd sui/sdk/typescript
yarn && yarn build && npm link
$ yarn add @mysten/sui.js
```
Then:
```bash
cd your/project
npm link sui.js
```
## Local Development Environment Setup

@@ -24,0 +15,0 @@

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