New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@tableland/sdk

Package Overview
Dependencies
Maintainers
5
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tableland/sdk - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1-pre.0

src/helpers/LICENSE

18

dist/cjs/validator/client/validator.d.ts

@@ -51,9 +51,9 @@ /**

readonly Table: {
/** @example healthbot_80001_1 */
/** @example healthbot_80002_1 */
readonly name?: string;
/** @example https://testnets.tableland.network/api/v1/tables/80001/1 */
/** @example https://testnets.tableland.network/api/v1/tables/80002/1 */
readonly external_url?: string;
/** @example https://tables.testnets.tableland.xyz/80001/1.html */
/** @example https://tables.testnets.tableland.xyz/80002/1.html */
readonly animation_url?: string;
/** @example https://tables.testnets.tableland.xyz/80001/1.svg */
/** @example https://tables.testnets.tableland.xyz/80002/1.svg */
readonly image?: string;

@@ -100,3 +100,3 @@ /**

* Format: int32
* @example 80001
* @example 80002
*/

@@ -152,3 +152,3 @@ readonly chain_id?: number;

* @description The SQL read query statement
* @example select * from healthbot_80001_1
* @example select * from healthbot_80002_1
*/

@@ -215,3 +215,3 @@ readonly statement?: string;

* @description The SQL read query statement
* @example select * from healthbot_80001_1
* @example select * from healthbot_80002_1
*/

@@ -281,3 +281,3 @@ statement: string;

* @description The parent chain to target
* @example 80001
* @example 80002
*/

@@ -316,3 +316,3 @@ chainId: number;

* @description The parent chain to target
* @example 80001
* @example 80002
*/

@@ -319,0 +319,0 @@ chainId: number;

@@ -51,9 +51,9 @@ /**

readonly Table: {
/** @example healthbot_80001_1 */
/** @example healthbot_80002_1 */
readonly name?: string;
/** @example https://testnets.tableland.network/api/v1/tables/80001/1 */
/** @example https://testnets.tableland.network/api/v1/tables/80002/1 */
readonly external_url?: string;
/** @example https://tables.testnets.tableland.xyz/80001/1.html */
/** @example https://tables.testnets.tableland.xyz/80002/1.html */
readonly animation_url?: string;
/** @example https://tables.testnets.tableland.xyz/80001/1.svg */
/** @example https://tables.testnets.tableland.xyz/80002/1.svg */
readonly image?: string;

@@ -100,3 +100,3 @@ /**

* Format: int32
* @example 80001
* @example 80002
*/

@@ -152,3 +152,3 @@ readonly chain_id?: number;

* @description The SQL read query statement
* @example select * from healthbot_80001_1
* @example select * from healthbot_80002_1
*/

@@ -215,3 +215,3 @@ readonly statement?: string;

* @description The SQL read query statement
* @example select * from healthbot_80001_1
* @example select * from healthbot_80002_1
*/

@@ -281,3 +281,3 @@ statement: string;

* @description The parent chain to target
* @example 80001
* @example 80002
*/

@@ -316,3 +316,3 @@ chainId: number;

* @description The parent chain to target
* @example 80001
* @example 80002
*/

@@ -319,0 +319,0 @@ chainId: number;

{
"name": "@tableland/sdk",
"version": "7.0.0",
"version": "7.0.1-pre.0",
"description": "A database client and helpers for the Tableland network",

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

"@async-generators/from-emitter": "^0.3.0",
"@tableland/evm": "^6.1.0",
"@tableland/evm": "^6.1.1-pre.2",
"@tableland/sqlparser": "^1.3.0",
"ethers": "^6.12.0"
},
"gitHead": "c1d3b2a567d4534f5bf976c072e37feb9d370e3b"
"ethers": "^6.12.1"
}
}

@@ -55,9 +55,9 @@ /**

readonly Table: {
/** @example healthbot_80001_1 */
/** @example healthbot_80002_1 */
readonly name?: string;
/** @example https://testnets.tableland.network/api/v1/tables/80001/1 */
/** @example https://testnets.tableland.network/api/v1/tables/80002/1 */
readonly external_url?: string;
/** @example https://tables.testnets.tableland.xyz/80001/1.html */
/** @example https://tables.testnets.tableland.xyz/80002/1.html */
readonly animation_url?: string;
/** @example https://tables.testnets.tableland.xyz/80001/1.svg */
/** @example https://tables.testnets.tableland.xyz/80002/1.svg */
readonly image?: string;

@@ -104,3 +104,3 @@ /**

* Format: int32
* @example 80001
* @example 80002
*/

@@ -156,3 +156,3 @@ readonly chain_id?: number;

* @description The SQL read query statement
* @example select * from healthbot_80001_1
* @example select * from healthbot_80002_1
*/

@@ -222,3 +222,3 @@ readonly statement?: string;

* @description The SQL read query statement
* @example select * from healthbot_80001_1
* @example select * from healthbot_80002_1
*/

@@ -288,3 +288,3 @@ statement: string;

* @description The parent chain to target
* @example 80001
* @example 80002
*/

@@ -323,3 +323,3 @@ chainId: number;

* @description The parent chain to target
* @example 80001
* @example 80002
*/

@@ -326,0 +326,0 @@ chainId: number;

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