Encode/decode base64 data into ArrayBuffers
Installations
npm install @socket.io/base64-arraybuffer
Score
99.5
Supply Chain
74.8
Quality
75.2
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Developer
socketio
Developer Guide
Module System
CommonJS
Min. Node Version
>= 0.6.0
Typescript Support
No
Node Version
16.13.1
NPM Version
8.1.2
Statistics
1 Stars
41 Commits
2 Forks
1 Watching
1 Branches
1 Contributors
Updated on 20 Aug 2023
Bundle Size
0.98 kB
Minified
560.00 B
Minified + Gzipped
Languages
TypeScript (100%)
Total Downloads
Cumulative downloads
Total Downloads
62,365,977
Last day
-13.6%
16,481
Compared to previous day
Last week
-2.5%
92,588
Compared to previous week
Last month
0.7%
392,071
Compared to previous month
Last year
-63.7%
6,356,914
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
base64-arraybuffer
Forked from https://github.com/niklasvh/base64-arraybuffer
Encode/decode base64 data into ArrayBuffers
Installing
You can install the module via npm:
npm install base64-arraybuffer
API
The library encodes and decodes base64 to and from ArrayBuffers
- encode(buffer) - Encodes
ArrayBuffer
into base64 string - decode(str) - Decodes base64 string to
ArrayBuffer
Testing
You can run the test suite with:
npm test
License
Copyright (c) 2012 Niklas von Hertzen Licensed under the MIT license.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:45: update your workflow using https://app.stepsecurity.io/secureworkflow/socketio/base64-arraybuffer/ci.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/socketio/base64-arraybuffer/ci.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/socketio/base64-arraybuffer/ci.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/socketio/base64-arraybuffer/ci.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:29: update your workflow using https://app.stepsecurity.io/secureworkflow/socketio/base64-arraybuffer/ci.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/socketio/base64-arraybuffer/ci.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/socketio/base64-arraybuffer/release.yml/master?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/socketio/base64-arraybuffer/release.yml/master?enable=pin
- Info: 0 out of 8 GitHub-owned GitHubAction dependencies pinned
- Info: 4 out of 4 npmCommand dependencies pinned
Reason
9 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-qrpm-p2h7-hrv2
- Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-38fc-wpqx-33j7
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/ci.yml:1
- Warn: no topLevel permission defined: .github/workflows/release.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
2.8
/10
Last Scanned on 2024-11-25
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 MoreOther packages similar to @socket.io/base64-arraybuffer
base64-arraybuffer
Encode/decode base64 data into ArrayBuffers
base64-arraybuffer-es6
Encode/decode base64 data into ArrayBuffers
data-uri-to-buffer
Create an ArrayBuffer instance from a Data URI string
@hexagon/base64
Base64 and base64url to string or arraybuffer, and back. Node, Deno or browser.