
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
@heroku/salesforce-sdk
Advanced tools
import * as sdk from 'salesforce-sdk';
export default class HelloFunction {
private readonly logger: sdk.Logger;
constructor(private readonly event: any,
private readonly context: sdk.Context) {
this.logger = context.logger;
this.logger.shout(`${this.getName()}.init()`);
}
public getName(): string {
return this.constructor.name;
}
public async invoke(): Promise<any> {
this.logger.shout(`${this.getName()}.invoke()`);
const results = await this.context.forceApi.query('SELECT Name FROM Account');
this.logger.info(JSON.stringify(query));
return results;
}
}
salesforce-sdk is published to https://www.npmjs.com/package/@heroku/salesforce-sdk.
Note: Requires access to @heroku/salesforce-sdk.
To publish to @heroku/salesforce-sdk:
git pull
...
npm run build
...
npm run test
...
Ensure that code coverage meets standards.
package.json.If applicable, can use npm version.
TODO: Decide when to git-tag version.
npmjs.com.npm publish
...
May use np, eg:
np 0.0.18-develop.1 --no-release-draft --tag=develop.1 --any-branch
npm install
...
git commit -a -m "<updated-version>"
...
git push
...
TODO: Decide when to git-tag version.
FAQs
Salesforce Function SDK for Node.js
We found that @heroku/salesforce-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 261 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.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.