@@ -20,3 +20,3 @@ "use strict"; | ||
| const FEE_LIMIT = 150000000; | ||
| const version = '6.1.0'; | ||
| const version = '6.1.1'; | ||
| function isValidOptions(options) { | ||
@@ -23,0 +23,0 @@ return (!!options && |
@@ -16,3 +16,3 @@ import { providers } from './lib/providers/index.js'; | ||
| const FEE_LIMIT = 150000000; | ||
| const version = '6.1.0'; | ||
| const version = '6.1.1'; | ||
| function isValidOptions(options) { | ||
@@ -19,0 +19,0 @@ return (!!options && |
+2
-3
| { | ||
| "name": "tronweb", | ||
| "version": "6.1.0", | ||
| "version": "6.1.1", | ||
| "description": "JavaScript SDK that encapsulates the TRON HTTP API", | ||
@@ -68,3 +68,3 @@ "main": "./lib/commonjs/index.js", | ||
| "semver": "7.7.1", | ||
| "validator": "13.15.20" | ||
| "validator": "13.15.23" | ||
| }, | ||
@@ -107,3 +107,2 @@ "devDependencies": { | ||
| "json-schema": "0.4.0", | ||
| "jsonwebtoken": "9.0.2", | ||
| "karma": "6.4.4", | ||
@@ -110,0 +109,0 @@ "karma-chrome-launcher": "3.2.0", |
+1
-1
@@ -25,3 +25,3 @@ import { HttpProvider, providers } from './lib/providers/index.js'; | ||
| const version = '6.1.0'; | ||
| const version = '6.1.1'; | ||
@@ -28,0 +28,0 @@ function isValidOptions(options: unknown): options is TronWebOptions { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 2 instances
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
10039224
0.01%57
-1.72%+ Added
- Removed
Updated