@near-wallet-selector/wallet-utils
Advanced tools
Comparing version 4.0.0-alpha.0 to 4.0.0-alpha.1
{ | ||
"name": "@near-wallet-selector/wallet-utils", | ||
"version": "4.0.0-alpha.0", | ||
"main": "./src/index.js", | ||
"typings": "./src/index.d.ts", | ||
"version": "4.0.0-alpha.1", | ||
"main": "./index.umd.js", | ||
"module": "./index.esm.js", | ||
"typings": "./index.d.ts", | ||
"dependencies": { | ||
"bn.js": "^5.2.0", | ||
"near-api-js": "0.44.2", | ||
"@near-wallet-selector/core": "4.0.0-alpha.0", | ||
"@near-wallet-selector/core": "4.0.0-alpha.1", | ||
"rxjs": "~7.4.0" | ||
@@ -11,0 +12,0 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
274360
7012
9
4
+ Added@near-wallet-selector/core@4.0.0-alpha.1(transitive)
- Removed@near-wallet-selector/core@4.0.0-alpha.0(transitive)