
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
@membergetmember/integration
Advanced tools
yarn add @membergetmember/integration
npm install @membergetmember/integration
To set up an integration first you need to start an IntegrationService
import {IntegrationConfigInterface, IntegrationService, LanguageEnum} from '@membergetmember/integration';
const shopId: string = '053227a2-1036-11ee-be56-0242ac120002';
const integrationService: IntegrationService = new IntegrationService(<IntegrationConfigInterface>{
shopId,
language: LanguageEnum.ENGLISH,
});
integrationService.showInContainer(
document.querySelector('#myUniqueElementReference')
);
<button onclick="integrationService.showAsPopup()" type="button">Click me</button>
document.addEventListener('DOMContentLoaded', () => integrationService.showAsPopup());
const memberGetMember = require('@membergetmember/integration');
const shopId: string = '053227a2-1036-11ee-be56-0242ac120002';
const integrationService: memberGetMember.IntegrationService = new memberGetMember.IntegrationService({shopId});
Add the following piece of code to the root of your app so that it loads on every page and stores any received dci.
<script src="/path/to/build/mgm-integration-bundle.min.js"></script>
const shopId = '053227a2-1036-11ee-be56-0242ac120002';
const integrationService = new memberGetMember({shopId: shopId});
FAQs
Membergetmember advertiser integration
We found that @membergetmember/integration 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.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.