jq is useful to slice, filter, map and transform structured json data.
brew install jq
| const lib = require('lib')({token: process.env.STDLIB_SECRET_TOKEN}); | |
| const {createHmac} = await import('crypto'); | |
| const safeCompare = require('safe-compare'); | |
| // Expo request signature check | |
| const hmac = createHmac('sha1', process.env.SECRET_WEBHOOK_KEY); | |
| hmac.update(Buffer.from(JSON.stringify(context.params))); | |
| const hash = `sha1=${hmac.digest('hex')}`; | |
| console.log('context.params', context.params) |
| ========================================================================== | |
| DO NOT WRITE ANY QUESTIONS IN COMMENTS | |
| ========================================================================== | |
| This is not appropriate place for discussions. Keep this list FW-only. | |
| I do NOT have any firmware files apart from published here or on 4pda. Please do not contact me for firmware files requests. | |
| This is a list of files found on Huawei update server by brute-forcing URL parameters. | |
| Some firmware files have changelogs. Just change file name to "changelog.xml" in the end of the URL. |