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.
computebasic
Advanced tools
ComputeBasic is a simple scripting language for amateurs, compiled as JavaScript.
ComputeBasic is a simple scripting language for amateurs, compiled as JavaScript.
You need to reference Systemjs first and then import the index.js file like this:
<script src="//cdn.jsdelivr.net/npm/systemjs@0/dist/system.js"></script>
<script>
SystemJS.config({
packages: {
'./dist': {
defaultExtension: 'js'
}
}
});
SystemJS.import('./dist/index');
</script>
Recommended: https://cdn.jsdelivr.net/npm/computebasic, which will reflect the latest version as soon as it is published to npm. You can also browse the source of the npm package at https://cdn.jsdelivr.net/npm/computebasic/.
Also available on unpkg.
In the Node.js environment, you can install directly using NPM:
$ npm i computebasic --save
Or install the developing (unstable) version for newest features:
$ npm i computebasic@dev --save
Test in the browser, visit "test/index.html". Test in Nodejs, please execute "node test.node.js" in the "dist" directory.
This library is published under Apache-2.0 license.
FAQs
ComputeBasic is a simple script language for amateurs, compiled as JavaScript.
The npm package computebasic receives a total of 6 weekly downloads. As such, computebasic popularity was classified as not popular.
We found that computebasic 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.