New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tonclient/lib-node

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tonclient/lib-node - npm Package Compare versions

Comparing version
1.28.0
to
1.29.0
+6
-6
build/Cargo.toml
[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' }
[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
{
"name": "@tonclient/lib-node",
"version": "1.28.0",
"version": "1.29.0",
"description": "TON Client NodeJs AddOn",

@@ -5,0 +5,0 @@ "repository": {