@ledgerhq/hw-app-solana
Advanced tools
Comparing version 6.27.1 to 6.27.2-next.0
{ | ||
"name": "@ledgerhq/hw-app-solana", | ||
"version": "6.27.1", | ||
"description": "Ledger Hardware Wallet Solana Application API", | ||
"keywords": [ | ||
"Ledger", | ||
"LedgerWallet", | ||
"Solana", | ||
"sol", | ||
"NanoS", | ||
"Blue", | ||
"Hardware Wallet" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/LedgerHQ/ledgerjs" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/LedgerHQ/ledgerjs/issues" | ||
}, | ||
"homepage": "https://github.com/LedgerHQ/ledgerjs", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "lib/Solana.js", | ||
"module": "lib-es/Solana.js", | ||
"types": "lib/Solana.d.ts", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@ledgerhq/errors": "^6.10.0", | ||
"@ledgerhq/hw-transport": "^6.27.1", | ||
"@ledgerhq/logs": "^6.10.0", | ||
"bip32-path": "^0.4.2" | ||
}, | ||
"devDependencies": { | ||
"@ledgerhq/hw-transport-node-speculos": "^6.27.1", | ||
"axios": "^0.26.1" | ||
}, | ||
"scripts": { | ||
"clean": "bash ../../script/clean.sh", | ||
"build": "bash ../../script/build.sh", | ||
"watch": "bash ../../script/watch.sh", | ||
"doc": "bash ../../script/doc.sh" | ||
}, | ||
"gitHead": "9639f96a970e1f46e9e39d0c2c361ce2289923be" | ||
} | ||
"name": "@ledgerhq/hw-app-solana", | ||
"version": "6.27.2-next.0", | ||
"description": "Ledger Hardware Wallet Solana Application API", | ||
"keywords": [ | ||
"Ledger", | ||
"LedgerWallet", | ||
"Solana", | ||
"sol", | ||
"NanoS", | ||
"Blue", | ||
"Hardware Wallet" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/LedgerHQ/ledger-live.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/LedgerHQ/ledger-live/issues" | ||
}, | ||
"homepage": "https://github.com/LedgerHQ/ledger-live/tree/develop/libs/ledgerjs/packages/hw-app-solana", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"main": "lib/Solana.js", | ||
"module": "lib-es/Solana.js", | ||
"types": "lib/Solana.d.ts", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"@ledgerhq/errors": "^6.10.1-next.0", | ||
"@ledgerhq/hw-transport": "^6.27.2-next.0", | ||
"@ledgerhq/logs": "^6.10.0", | ||
"bip32-path": "^0.4.2" | ||
}, | ||
"devDependencies": { | ||
"@ledgerhq/hw-transport-node-speculos": "^6.27.2-next.0", | ||
"axios": "^0.26.1", | ||
"@ledgerhq/hw-transport-mocker": "^6.27.2-next.0" | ||
}, | ||
"scripts": { | ||
"clean": "rimraf lib lib-es", | ||
"build": "tsc && tsc -m ES6 --outDir lib-es", | ||
"prewatch": "pnpm build", | ||
"watch": "tsc --watch", | ||
"doc": "documentation readme src/** --section=API --pe ts --re ts --re d.ts", | ||
"lint": "eslint ./src --no-error-on-unmatched-pattern --ext .ts,.tsx", | ||
"lint:fix": "pnpm lint --fix", | ||
"test": "jest" | ||
} | ||
} |
@@ -132,13 +132,4 @@ import Transport from "@ledgerhq/hw-transport"; | ||
async getAppConfiguration(): Promise<AppConfig> { | ||
const [ | ||
blindSigningEnabled, | ||
pubKeyDisplayMode, | ||
major, | ||
minor, | ||
patch, | ||
] = await this.sendToDevice( | ||
INS.GET_VERSION, | ||
P1_NON_CONFIRM, | ||
Buffer.alloc(0) | ||
); | ||
const [blindSigningEnabled, pubKeyDisplayMode, major, minor, patch] = | ||
await this.sendToDevice(INS.GET_VERSION, P1_NON_CONFIRM, Buffer.alloc(0)); | ||
return { | ||
@@ -145,0 +136,0 @@ blindSigningEnabled: Boolean(blindSigningEnabled), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17
57418
3
1081
1
1