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.
@jayree/sfdx-plugin-prettier
Advanced tools
A Salesforce CLI plugin containing a hook that uses prettier to format Salesforce metadata source files retrieved or pulled from Salesforce orgs.
A Salesforce CLI plugin containing a hook that uses prettier to format Salesforce metadata source files retrieved or pulled from Salesforce orgs.
sfdx-plugin-prettier
is an sfdx plugin to format Salesforce metadata source files. It is triggered by the postsourceupdate hook after running force:source:retrieve
or force:source:pull
.
$ npm install -g @jayree/sfdx-plugin-prettier
$ sfdx COMMAND
running command...
$ sfdx (--version)
@jayree/sfdx-plugin-prettier/1.3.34 linux-x64 node-v20.10.0
$ sfdx --help [COMMAND]
USAGE
$ sfdx COMMAND
...
Use force:source:retrieve
or force:source:pull
to tirgger the hook. The formatting is performed on the retrieved source files.
sfdx-plugin-prettier
uses the .prettierrc
, .prettierignore
, and .editorconfig
files in the sfdx project folder.
When the hook is executed for the first time, a sfdx-plugin-prettier
setting is added to the sfdx-project.json
file. Here you can enable or disable the hook by setting enabled
to true
or false
(default). If you want the hook to remain disabled for a project, you can remove the setting again.
{
"plugins": {
"sfdx-plugin-prettier": {
"enabled": true
}
}
}
1.3.34 (2023-12-05)
FAQs
A Salesforce CLI plugin containing a hook that uses prettier to format Salesforce metadata source files retrieved or pulled from Salesforce orgs.
The npm package @jayree/sfdx-plugin-prettier receives a total of 190 weekly downloads. As such, @jayree/sfdx-plugin-prettier popularity was classified as not popular.
We found that @jayree/sfdx-plugin-prettier 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.