Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
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.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.