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

@tonconnect/sdk

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonconnect/sdk - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

dist/tonconnect-sdk.min.js

17

package.json
{
"name": "@tonconnect/sdk",
"version": "0.0.32",
"version": "0.0.33",
"scripts": {
"build": "npx rimraf lib && ttsc",
"build:production": "npx rimraf lib && ttsc --sourceMap false"
"build": "npx rimraf lib && ttsc && npx rimraf dist && webpack --mode development",
"build:production": "npx rimraf lib && ttsc --sourceMap false && npx rimraf dist && webpack --mode production"
},

@@ -31,6 +31,7 @@ "repository": {

"node-fetch": "^2.6.7",
"@tonconnect/protocol": "^0.0.19"
"@tonconnect/protocol": "^0.0.20"
},
"files": [
"lib"
"lib",
"dist"
],

@@ -45,3 +46,7 @@ "main": "./lib/index.js",

"ttypescript": "^1.5.13",
"typescript-transform-paths": "^3.3.1"
"typescript-transform-paths": "^3.3.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-bundle-analyzer": "^4.7.0",
"tsconfig-paths-webpack-plugin": "^3.5.2"
},

@@ -48,0 +53,0 @@ "typedoc": {

@@ -9,2 +9,4 @@ # TON Connect SDK

[Latest API documentation](https://ton-connect.github.io/sdk/modules/_tonconnect_sdk.html)
# Get started

@@ -11,0 +13,0 @@ ## Install package

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