Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@dxatscale/sfpowerscripts
Advanced tools
A build system for package based development in Salesforce, delivered as a node cli that can be implemented in any CI/CD system of choice.Read more about the cli and details here - https://docs.dxatscale.io
There are lot more features to explore. Read more at https://docs.dxatscale.io
The project is delivered as a CLI that can be deployed in any CI/CD system, The module is available in NPM or can be used by using the docker image
Need for artifact driven build system for package based development models especially on complex and large programs
Providing additional functionality that is either not supported by the sfdx-cli, such as data packages or automatically understanding tests in a given package
Ease of use, one should not be spending too much time scripting a pipeline.
Getting started guides for popular CI/CD platforms along with reference pipelines are available here
sfpowerscripts can be installed on your local device using npm
npm i -g @dxatscale/sfpowerscripts
Docker images for sfpowerscripts are available at GitHub Container Registry.
We recommend using the sfpowerscripts docker image to avoid breakages in your CI/CD pipelines due to updates in sfpowerscripts or any of its dependencies such as the SFDX CLI.
To build sfpowerscripts execute the following on the terminal:
npm i -g lerna #Install Lerna Globally
cd <sfpowerscripts directory> # Navigate to the checked out directory
npm i
lerna run build
To run unit tests
lerna run test
To debug and test plugin
cd packages/sfpowerscripts-cli
npm link
List of Maintainers are available in the link
Please create an issue in the repo for bugs or utilize GitHub Discussions for other queries. Join our Slack Community as well.
FAQs
DX@Scale Toolkit
The npm package @dxatscale/sfpowerscripts receives a total of 3,534 weekly downloads. As such, @dxatscale/sfpowerscripts popularity was classified as popular.
We found that @dxatscale/sfpowerscripts 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
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.