Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@heroku/functions-core
Advanced tools
This is a shared library for interacting with Salesforce Functions from the following:
This is a shared library for interacting with Salesforce Functions from the following:
Used In | Project | Documentation |
---|---|---|
Salesforce CLI | @salesforce/plugin-functions | https://developer.salesforce.com/tools/sfdxcli |
Visual Studio Code | salesforcedx-vscode-core | https://marketplace.visualstudio.com/items?itemName=salesforce.salesforcedx-vscode-core |
Currently, this library exposes:
generateProject
generateFunction
FunctionsError
).Benny
a class for interacting with github.com/heroku/benny and running
functions in a local container.LocalRun
a class for running functions on the local host.runFunction
for sending data to a running function.$ yarn build
$ yarn test
$ yarn lint
version
field in package.json
npm publish
to publish the library (this step must be performed using npm
and not yarn
)git tag -a v{VERSION} -m "Released v{VERSION}" && git push --tags
to tag the release
Note:
All occurrences of{VERSION}
in the command above should be replaced with the value ofversion
set inpackage.json
For changes made to this library to make it into the Salesforce CLI and Visual Studio Code plugins it is necessary to create PRs against those projects. Steps for each related project are detailed below.
https://github.com/salesforcecli/plugin-functions
@heroku/functions-core
Note:
Due to path length constraints for Windows machines the@heroku/functions-core
package is aliased as@hk/functions-core
yarn.lock
by running yarn install
fix:
in the title and be sure to include in the description a reference to a work item using @GUS-W-12345678@
Note:
The Languages Team has permission to merge and approve PRs which only bump this dependency
https://github.com/salesforcecli/cli
@salesforce/plugin-functions
Note:
Due to path length constraints for Windows machines the@salesforce/plugin-functions
package is aliased as@sf/functions
yarn.lock
by running yarn install
chore: bump plugin-function from {OLD_VERSION} to {NEW_VERSION}
https://github.com/forcedotcom/salesforcedx-vscode
@heroku/functions-core
yarn.lock
by running yarn install
from the project rootchore: bump functions-core from {OLD_VERSION} to {NEW_VERSION}
FAQs
This is a shared library for interacting with Salesforce Functions from the following:
The npm package @heroku/functions-core receives a total of 548 weekly downloads. As such, @heroku/functions-core popularity was classified as not popular.
We found that @heroku/functions-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 159 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.