
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@osaas/client-web
Advanced tools
SDK for static website publishing in Open Source Cloud
Prerequisites
npm install --save @osaas/client-web
Example code
import { Context, Log } from '@osaas/client-core';
import { publish } from '@osaas/client-web';
async function main() {
const ctx = new Context();
try {
const ctx = new Context({ environment });
await publish('www', '/Users/birme/Code/eyevinn/www/dist', ctx, {
sync: true
});
} catch (err) {
Log().error(err);
}
}
main();
Open Source Cloud reduces the barrier to get started with open source without having to host it on your own infrastructure.
Start building software solutions based on open and detachable ready-to-run cloud components with Open Source Cloud. Full code transparency, never locked in and a business model that contributes back to the open source community. Offering a wide range of components from media and more to help you build the best solution for you and your users.
FAQs
Open Source Cloud Client SDK web library
We found that @osaas/client-web demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 11 open source maintainers 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.