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

certfy-onboarding-widget

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

certfy-onboarding-widget

Widget para integração com o Onboarding Digital

  • 2.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

certfy-remote-widget

Widget de integração do certfy remote.

Utilização via NPM

Realize o download do pacote para o seu projeto

npm install --save certfy-remote-widget

No seu arquivo de inicialiação execute o código abaixo:

import CertfyWidget from 'certfy-remote-widget';

CertfyWidget(codigoDaEmpresa)

Utilização via CDN

Adicione as linhas de código abaixo no final do seu documento HTML

<script src="https://cdn.jsdelivr.net/npm/certfy-remote-widget@1.1.1/dist/certfy-remote-widget.min.js"></script>

<script>
    remoteWidget('83febfbe-133a-46ae-8b63-22417144aad4');
</script>

Atualizando o widget

A função de inicialização retorna uma instancia do widget, para atualizar seu estatus basta executar o comando abaixo:

import CertfyWidget from 'certfy-remote-widget';

const widget = CertfyWidget(codigoDaEmpresa);
widget.refresh()

A mesma situação de aplica ao CDN

Keywords

FAQs

Package last updated on 18 Nov 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