Javascript Utilities for WalletConnect
Installations
npm install @walletconnect/randombytes
Developer Guide
Typescript
Yes
Module System
CommonJS, UMD
Node Version
16.17.0
NPM Version
8.19.1
Score
98.5
Supply Chain
74.3
Quality
90.3
Maintenance
100
Vulnerability
100
License
Contributors
Languages
TypeScript (96.65%)
JavaScript (3.35%)
Developer
walletconnect
Download Statistics
Total Downloads
32,551,874
Last Day
15,938
Last Week
76,009
Last Month
364,988
Last Year
7,164,477
GitHub Statistics
117 Stars
413 Commits
80 Forks
24 Watching
50 Branches
31 Contributors
Bundle Size
7.80 kB
Minified
2.69 kB
Minified + Gzipped
Package Meta Information
Latest Version
1.0.3
Package Id
@walletconnect/randombytes@1.0.3
Unpacked Size
247.51 kB
Size
34.06 kB
File Count
30
NPM Version
8.19.1
Node Version
16.17.0
Total Downloads
Cumulative downloads
Total Downloads
32,551,874
Last day
-9.5%
15,938
Compared to previous day
Last week
-16.3%
76,009
Compared to previous week
Last month
-10.4%
364,988
Compared to previous month
Last year
-47.3%
7,164,477
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
iso-random
Isomorphic Library for Random Bytes
Description
This library supports random byte generation through native NodeJS and Browser APIs when available and fallbacks to vanilla javascript are already provided.
Usage
RandomBytes
1import * as isoRandom from 'iso-random'; 2 3const length = 32; 4const key = isoRandom.randomBytes(length); 5 6// key.length === length
React-Native Support
This library is intended for use in a Browser or NodeJS environment, however it is possible to use in a React-Native environment if NodeJS modules are polyfilled with react-native-crypto
, read more here.
License
No vulnerabilities found.
Reason
30 commit(s) out of 30 and 0 issue activity out of 5 found in the last 90 days -- score normalized to 10
Reason
no vulnerabilities detected
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
- Info: : LICENSE:1
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 9
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/WalletConnect/walletconnect-utils/build.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/build.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/WalletConnect/walletconnect-utils/build.yml/master?enable=pin
- Warn: npmCommand not pinned by hash: .github/workflows/build.yml:31
- Info: Third-party GitHubActions are pinned
- Info: Dockerfile dependencies are pinned
- Info: no insecure (not pinned by hash) dependency downloads found in Dockerfiles
- Info: no insecure (not pinned by hash) dependency downloads found in shell scripts
Reason
GitHub code reviews found for 15 commits out of the last 30 -- score normalized to 5
Details
- Warn: no reviews found for commit: f2a331f63ab133c48c93a19baf44a43b73e6b9fc
- Warn: no reviews found for commit: d33e8f4e9625a8d393239750aebbf9c653bf5d53
- Warn: no reviews found for commit: c19b1fe1bca195fe7b97a9edd4a8dcb38168beae
- Warn: no reviews found for commit: 9de54a0e77b26ed44b935156f541cca09de3efc6
- Warn: no reviews found for commit: 51fa5b12a5d5a6a3279867a36a9d6d0819901926
- Warn: no reviews found for commit: 3c22a2ffc22f3681d621e525c389ba3464b65d58
- Warn: no reviews found for commit: 717386056b0e3858c17a006d7c769289f58dbb1c
- Warn: no reviews found for commit: dd038caa98c2c343b8da4a8d2e83aa42017f6153
- Warn: no reviews found for commit: 3b442a4148aecd18a0a58507b3e77b7882061261
- Warn: no reviews found for commit: 0c8ea0202298732832b20e76709dc8b9fbaffddc
- Warn: no reviews found for commit: 91daec9ff08f696e2a16f89098136e6872486664
- Warn: no reviews found for commit: 79392228693ab9d3b4f261a304f7a339826cc087
- Warn: no reviews found for commit: 19092bfa1bf844dd915add6bc4d252808ddc02f2
- Warn: no reviews found for commit: b51e25c1769d97ecb8a843a1644a21f3d45a9f28
- Warn: no reviews found for commit: 6cb4da714c50739255984dd052363113aca7f2cd
Reason
no badge detected
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
non read-only tokens detected in GitHub workflows
Details
- Warn: no topLevel permission defined: .github/workflows/build.yml:1: update your workflow using https://app.stepsecurity.io/secureworkflow/WalletConnect/walletconnect-utils/build.yml/master?enable=permissions
Reason
no update tool detected
Details
- Warn: dependabot config file not detected in source location. We recommend setting this configuration in code so it can be easily verified by others.
- Warn: renovatebot config file not detected in source location. We recommend setting this configuration in code so it can be easily verified by others.
Reason
security policy file not detected
Reason
project is not fuzzed
Score
5.2
/10
Last Scanned on 2022-08-15
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More