Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fflib-apex-common-domain

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fflib-apex-common-domain

FinancialForce Apex Common SObjectDomain

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

FFLib Apex Common (SObjectDomain)

Package of the SObjectDomain classes from FFLib Apex Common

Install

In the directory containing your project's src directory, run:

npm install @gonimbly/nimblyci fflib-apex-common-domain

Then add to sfdcDependencies in package.json, eg:

"scripts": {
  "deploy": "nimblyci deploy src",
  "test": "nimblyci test src",
  "add-packages": "nimblyci add-packages"
},
"dependencies": {
  "@gonimbly/nimblyci": "0.0.6",
  "fflib-apex-common-domain": "1.0.0"
},
"sfdcDependencies": ["fflib-apex-common-domain"]

Deployment

In your project, the script add-packages will deploy all packages listed by sfdcDependencies:

SF_LOGIN_URL=https://login.salesforce.com \
SF_USERNAME=<username> \
SF_PASSWORD=<password + security token> \
npm run add-packages

FAQs

Package last updated on 30 Oct 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc