Gathering detailed insights and metrics for @walletconnect/randombytes
Gathering detailed insights and metrics for @walletconnect/randombytes
Gathering detailed insights and metrics for @walletconnect/randombytes
Gathering detailed insights and metrics for @walletconnect/randombytes
Javascript Utilities for WalletConnect
npm install @walletconnect/randombytes
Typescript
Module System
Node Version
NPM Version
98.5
Supply Chain
74.3
Quality
90.3
Maintenance
100
Vulnerability
100
License
TypeScript (96.65%)
JavaScript (3.35%)
Total Downloads
32,551,874
Last Day
15,938
Last Week
76,009
Last Month
364,988
Last Year
7,164,477
117 Stars
413 Commits
80 Forks
24 Watching
50 Branches
31 Contributors
Minified
Minified + Gzipped
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
Cumulative downloads
Total Downloads
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
Isomorphic Library for Random Bytes
This library supports random byte generation through native NodeJS and Browser APIs when available and fallbacks to vanilla javascript are already provided.
1import * as isoRandom from 'iso-random'; 2 3const length = 32; 4const key = isoRandom.randomBytes(length); 5 6// key.length === length
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.
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
Reason
no binaries found in the repo
Reason
dependency not pinned by hash detected -- score normalized to 9
Details
Reason
GitHub code reviews found for 15 commits out of the last 30 -- score normalized to 5
Details
Reason
no badge detected
Reason
branch protection not enabled on development/release branches
Details
Reason
non read-only tokens detected in GitHub workflows
Details
Reason
no update tool detected
Details
Reason
security policy file not detected
Reason
project is not fuzzed
Score
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