@circles-sdk/data
Advanced tools
@@ -0,1 +1,3 @@ | ||
| // Core Utilities and SDK Imports | ||
| import { CirclesRpc } from './circlesRpc'; | ||
| // Paged Queries | ||
@@ -80,3 +82,8 @@ import { CirclesQuery } from './pagedQuery/circlesQuery'; | ||
| constructor(rpc) { | ||
| this.rpc = rpc; | ||
| if (typeof rpc === 'string') { | ||
| this.rpc = new CirclesRpc(rpc); | ||
| } | ||
| else { | ||
| this.rpc = rpc; | ||
| } | ||
| } | ||
@@ -83,0 +90,0 @@ /** |
+2
-2
| { | ||
| "name": "@circles-sdk/data", | ||
| "version": "0.29.0", | ||
| "version": "0.29.1", | ||
| "description": "", | ||
@@ -20,3 +20,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "@circles-sdk/utils": "0.29.0" | ||
| "@circles-sdk/utils": "0.29.1" | ||
| }, | ||
@@ -23,0 +23,0 @@ "keywords": [], |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
321586
0.06%4720
0.15%+ Added
- Removed
Updated