sf-profile-diff

0.1.0-alpha.2 • Public • Published

Development In Progress - more docs, examples and general explanation maybe on the way (we'll see if it works first)

Interfaces may change

sf-profile-diff

Library for comparing Salesforce profile and permission set metadata

Version Known Vulnerabilities Downloads/week License Build and Test

Usage

	const profileDiff = new ProfileDiff();
	await profileDiff.setBaseProfile([base profile xml]);
	await profileDiff.addTargetProfile([target profile xml]);

	const actualDiff = await profileDiff.getDiff();

Package Sidebar

Install

npm i sf-profile-diff

Weekly Downloads

93

Version

0.1.0-alpha.2

License

MIT

Unpacked Size

14.8 kB

Total Files

11

Last publish

Collaborators

  • gdman