Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
[![Test Coverage](https://api.codeclimate.com/v1/badges/ae0843030bc8e307e5d1/test_coverage)](https://codeclimate.com/github/qlaffont/savim-s3/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/ae0843030bc8e307e5d1/maintainability)](h
A simple library to save file with Savim to a AWS S3. Old Owner: @flexper
import { Savim } from 'savim';
import { SavimAWSS3ProviderConfig, SavimAWSS3Provider } from 'savim-s3';
const savim = new Savim();
await savim.addProvider<SavimAWSS3ProviderConfig>(SavimAWSS3Provider, {
Bucket: 'testbucket',
region: 'eu-west-1',
credentials: {
accessKeyId: 'testAccessKeyId',
secretAccessKey: 'testSecretAccessKey',
},
});
await savim.uploadFile('test.txt', 'thisisatest');
To execute jest tests (all errors, type integrity test)
pnpm test
This package use TSdx. Please check documentation to update this package.
FAQs
[![Test Coverage](https://api.codeclimate.com/v1/badges/ae0843030bc8e307e5d1/test_coverage)](https://codeclimate.com/github/qlaffont/savim-s3/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/ae0843030bc8e307e5d1/maintainability)](h
The npm package savim-s3 receives a total of 390 weekly downloads. As such, savim-s3 popularity was classified as not popular.
We found that savim-s3 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.