
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
@8base/file-server-sdk
Advanced tools
import { FileUploadLink } from '@8base/file-server-sdk';
const link = ApolloLink.from([
new FileUploadLink(),
new HttpLink({ uri }),
]);
const client = new ApolloClient({
networkInterface: link,
});
var file = document.getElementById("InputFile").files[0];
file.metadata = {...};
file.public = true; // if you want file to be publically accessible
client.mutate({
mutation: gql`
mutation SomeMutation($fileVariable: ID) {
someMutation(file:$fileVariable) {
fields
...
}
}`,
variables: {
fileVariable: file
}
});
file.upload.onprogress = callbackProgress;
file.upload.onload = callbackLoad;
- /100x /x200 - resize
- /200x100 - fit into rectangle (resize on the larger side)
- /200x100! - force resize
- /100x100:400x400 /100x100: /:400x400 - crop
- /r90 /r-90 - rotate
- /@2 - scale
- /100x100:400x400/100x /r180/@2 - combine
Use this when you need to update the library in NPM. The following command will automatically set the version, create a tag for it, build the package and publish it to NPM
git add -A
git commit -m 'version update'
npm version <newversion> # insert your version here (e.g. 0.0.2)
FAQs
JavaScript SDK for working with files at 8base
We found that @8base/file-server-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.