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

@keen.io/embedded-registration

Package Overview
Dependencies
Maintainers
4
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keen.io/embedded-registration

Embeddable registration component

  • 2.1.160
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

@keen.io/embedded-registration

This package contains Front-end codebase for Keen.io embeddable registration component used for HubSpot integration. It allows to sign up users for the plans that do not require credit card details.

configuration
ArgumentDescription
containerHTML Element used to mount registration form
offerHandleOffer identifier used in registration process.
ctaLabelCTA button label.
apiUrlKeen API url.
onSuccessSuccess callback handler.
useOAuthProvidersShow / hide OAuth providers.
oauthConfigOAuth applications configuration
CDN
<script src="https://cdn.jsdelivr.net/npm/@keen.io/embedded-registration@latest/dist/embedded-registration.min.js" type="text javascript"></script>
example
  new KeenEmbeddedRegistration({
    container: '#form',
    ctaLabel: "Get Started for Free",
    onSuccess: function() {},
    offerHandle: 'public-trial-30-days',
    apiUrl: 'https://keen.io',
  }).render();
npm scripts

List of useful commands that could be used by developers. Execution in the command-line interface should be prefixed with yarn package manager.

CommandDescription
startrun application on localhost:8080.
buildbuild the application UMD distribution.

FAQs

Package last updated on 19 May 2022

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