Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Sharey, a small but powerful addon designed to help you upload files to third parties with ease.
Sharey is a powerful addon with a size of less than 2 KB that is designed to help you upload files to third parties with ease.
<script src="https://cdn.jsdelivr.net/npm/sharey@1.1.2"></script>
<script src="path/to/sharey.min.js"></script>
// get value of file input
const file = document.querySelector('.fileInput').files[0]
// upload file to azury
sharey.azury(file, (res) => { // replace 'azury' with your desired service
console.log(res)
})
Please refer to this for a full example.
{
name: "file.png",
readableSize: "346.71 KB",
size: 346711,
token: "DfBQ1FytcPZMz06c4mvgRE25Lg_wtsCD",
type: "image/png",
uploadedAt: 1623503959635,
url: "https://azury.gg/a/654743ef4111e60a0c8667f5"
}
FAQs
Sharey, a small but powerful addon designed to help you upload files to third parties with ease.
The npm package sharey receives a total of 1 weekly downloads. As such, sharey popularity was classified as not popular.
We found that sharey demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.