@near-wallet-selector/ledger
Advanced tools
Comparing version 4.0.0-alpha.0 to 4.0.0-alpha.1
{ | ||
"name": "@near-wallet-selector/ledger", | ||
"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": { | ||
@@ -11,8 +12,8 @@ "@ledgerhq/hw-transport": "^6.20.0", | ||
"bn.js": "^5.2.0", | ||
"@near-wallet-selector/core": "4.0.0-alpha.0", | ||
"@near-wallet-selector/core": "4.0.0-alpha.1", | ||
"rxjs": "~7.4.0", | ||
"is-mobile": "^3.0.0", | ||
"@near-wallet-selector/wallet-utils": "4.0.0-alpha.0" | ||
"@near-wallet-selector/wallet-utils": "4.0.0-alpha.1" | ||
}, | ||
"peerDependencies": {} | ||
} |
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
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
367483
9402
9
7
+ Added@near-wallet-selector/core@4.0.0-alpha.1(transitive)
+ Added@near-wallet-selector/wallet-utils@4.0.0-alpha.1(transitive)
+ Addedsemver@7.7.1(transitive)
- Removed@near-wallet-selector/core@4.0.0-alpha.0(transitive)
- Removed@near-wallet-selector/wallet-utils@4.0.0-alpha.0(transitive)
- Removedsemver@7.7.0(transitive)