
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.
@spheron/site
Advanced tools
Typescript library for working with Spheron Web-App Organizations.
This package provides support for working with Spheron Web-App organization.
The package exports SpheronClient
class, which includes methods for working with organizations, projects, deployments and their configurations. The constructor of SpheronClient
takes in one parameter token
. Check the Access Token section for information on how to create a token.
import { SpheronClient } from "@spheron/site";
...
const spheron = new SpheronClient({ token });
await spheron.deployments.deploy({
gitUrl, // the url of the repository
projectName, // if the project for the repository does not exists, a new project will be created with this name
environmentVariables: {
KEY_1: "value1",
},
provider: ProviderEnum.GITHUB, // the provider of the git url
branch: "main", // the branch name that should be deployed
protocol: ProtocolEnum.IPFS, // the protocol on which the deployment should be uploaded
configuration: {
framework: FrameworkEnum.REACT,
workspace: "",
installCommand: "yarn install",
buildCommand: "yarn build",
publishDir: "build",
nodeVersion: NodeVersionEnum.V_16,
},
});
For more information about the Site methods, check out the DOCS
To create the token
that is used with the SpheronClient
, follow the instructions in the DOCS. When you are creating the tokens, please choose web app type in the dashboard.
You can learn more about Spheron and Storage SDK here:
FAQs
Typescript library for working with Spheron Web-App Organizations.
We found that @spheron/site demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.