@tonclient/lib-node
Advanced tools
+6
-6
| [package] | ||
| name = "ton_client_node_build" | ||
| version = "1.2.0" | ||
| description = "TON Client Build Tool" | ||
| license = "Apache-2.0" | ||
| edition = "2018" | ||
| name = 'ton_client_node_build' | ||
| version = '1.2.0' | ||
| description = 'TON Client Build Tool' | ||
| license = 'Apache-2.0' | ||
| edition = '2018' | ||
| [dependencies] | ||
| ton_client_build = { path = "../../../build" } | ||
| ton_client_build = { path = '../../../build' } |
+8
-8
| [package] | ||
| name = "ton_client_node_addon" | ||
| version = "1.2.0" | ||
| authors = ["TON Labs"] | ||
| license = "Apache-2.0" | ||
| name = 'ton_client_node_addon' | ||
| version = '1.2.0' | ||
| authors = [ 'TON Labs' ] | ||
| license = 'Apache-2.0' | ||
| [lib] | ||
| name = "tonclient" | ||
| crate-type = ["staticlib"] | ||
| name = 'tonclient' | ||
| crate-type = [ 'staticlib' ] | ||
| [dependencies] | ||
| libc = "0.2" | ||
| ton_client = { git = "https://github.com/tonlabs/TON-SDK.git", tag = "1.27.1" } | ||
| libc = '0.2' | ||
| ton_client = { git = 'https://github.com/tonlabs/TON-SDK.git', tag = '1.28.1' } | ||
| [profile.release] | ||
| lto = true |
+1
-1
| { | ||
| "name": "@tonclient/lib-node", | ||
| "version": "1.28.0", | ||
| "version": "1.29.0", | ||
| "description": "TON Client NodeJs AddOn", | ||
@@ -5,0 +5,0 @@ "repository": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
19854
0.02%