
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
ember-cli-appcues
Advanced tools
Easily add Appcues to your Ember app.
Please install this addon into your Ember.js project using ember-cli:
ember install ember-cli-appcues
Add your Appcues App ID into your config/environment.js
file:
ENV['ember-cli-appcues'] = {
accountId: '[YOUR_ACCOUNT_ID]',
lazyLoad: true
};
This addon will automatically call Appcues.page()
for each transitions as long as identify
or anonymous
was first
called.
This service exposes some of the AppCues Javascript API.
anonymous
or identify
was called. this.get('appcues').isSessionCreated()
Appcues.identify(userId, userProperties = {})
this.get('appcues').identify(userId, userProperties)
Appcues.anonymous()
this.get('appcues').anonymous()
Appcues.page()
this.get('appcues').page()
Appcues.track(eventName, eventProperties)
this.get('appcues').track(eventName, eventProperties)
Appcues.show(contentId)
this.get('appcues').show(contentId)
Appcues.clearShow()
this.get('appcues').clearShow()
Appcues.debug()
this.get('appcues').debug()
Appcues.reset()
this.get('appcues').reset()
git clone <repository-url>
cd ember-cli-appcues
npm install
npm run lint:hbs
npm run lint:js
npm run lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in "watch mode"ember try:each
– Runs the test suite against multiple Ember versionsember serve
For more information on using ember-cli, visit https://ember-cli.com/.
This project is licensed under the MIT License.
FAQs
Ember addon to easily add Appcues to your app.
We found that ember-cli-appcues 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
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.