Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
celador-jsforce
Advanced tools
Salesforce API Library for JavaScript applications (both on web browser and Node.js)
JSforce (f.k.a. Node-Salesforce) is an isomorphic JavaScript Library utilizing Salesforce's API: It works both in the browser and with Node.js.
It capsulates the access to various APIs provided by Salesforce in asynchronous JavaScript function calls.
It also has command line interface (CLI) which gives interactive console (REPL), so you can learn the usage without hassle.
Supported Salesforce APIs are the following:
See documentation in http://jsforce.github.io/ .
See Releases.
See license (MIT License).
If you have any questions first file it on issues before contacting authors via e-mail.
In order to run tests you will need a Salesforce Developer Org
You will also need to install the JsforceTestSuite package, which can be done by running:
SF_USERNAME=myusername SF_PASSWORD=password+securityToken ./test/bin/org-setup
You may need to run this more then once if you encounter timeouts or dropped connections/
Finally, to run the tests simply do:
SF_USERNAME=myusername SF_PASSWORD=password+securityToken npm run test:node
SF_USERNAME=myusername SF_PASSWORD=password+securityToken npm run test:browser
Your contributions are welcome: both by reporting issues on GitHub issues or pull-requesting patches.
If you want to implement any additional features, to be added to JSforce to our master branch, which may or may not be merged please first check current opening issues with milestones and confirm whether the feature is on road map or not.
If your feature implementation is brand-new or fixing unsupposed bugs in the library's test cases, please include addtional test codes in the test/
directory.
FAQs
Salesforce API Library for JavaScript
The npm package celador-jsforce receives a total of 2 weekly downloads. As such, celador-jsforce popularity was classified as not popular.
We found that celador-jsforce 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.
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.