
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.
cloud-config-toolkit-gc-storage
Advanced tools
Cloud config toolkit: Google cloud storage integration
Cloud config toolkit google cloud storage implements the storage interface required by Cloud config toolkit.
Install the package in the project:
npm install --save cloud-config-toolkit-gc-storage
Then use Storage
constructor in cct.conf.js
:
// `cct.conf.js`
const Storage = require('cloud-config-toolkit-gae-storage');
module.exports = {
storage: new Storage({
bucketName: 'my-bucket-for-configs',
keyFilename: './gc.conf.json'
}),
// ...
};
Storage
constructor accepts a configuration object with properties:
bucketName
- an unique bucket name where configuration files are going to be stored;keyFilename
- the path to key file.For more details check Cloud config toolkit documentation.
FAQs
Cloud config toolkit: Google cloud storage integration
The npm package cloud-config-toolkit-gc-storage receives a total of 0 weekly downloads. As such, cloud-config-toolkit-gc-storage popularity was classified as not popular.
We found that cloud-config-toolkit-gc-storage 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
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.