New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

sails-forcedotcom

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sails-forcedotcom

Force.com adapter for Sails / Waterline

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

image_squidhome@2x.png

ForceAdapter

Waterline adapter for Force.com.

Installation

Install from NPM.

$ npm install sails-forcedotcom --save

Sails Configuration

Add the salesforce config to the config/adapters.js file.

Using with Sails v0.9.x

module.exports.adapters = {
  salesforce: {
    module: 'sails-forcedotcom',
    connectionParams: {
      loginUrl: 'http://test.salesforce.com'
    },
    username: '{salesforce username}',
    password: '{salesforce password}' + '{security token}'
  }
}

Keywords

forcedotcom

FAQs

Package last updated on 11 Aug 2023

Did you know?

Socket

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.

Install

Related posts