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

@elliemae/em-ssf-guest

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elliemae/em-ssf-guest

Ellie Mae Secure Scripting Framework Guest Library

  • 1.11.3
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
917
decreased by-64.47%
Maintainers
1
Weekly downloads
 
Created
Source

Ellie Mae Scripting Framework Guest Library (EM-SSF)

This library provides the JavaScript object framework required to interact with Ellie Mae applications, such as LO Connect, TPO Connect, etc. Because integrators' code runs within a sandboxed iframe, it cannot directly access the objects/resources of the parent ("host") application. Instead, the application "publishes" a set of JavaScript objects that can be invoked by the iframed JavaScript (referred to as the "guest").

Interactions thru the EM-SSF always start by instantiating the scripting object and retrieving a published object from the host, e.g.

import emssf from '@elliemae/em-ssf-guest'
var hostObject = await emssf.getObject("<object_name>");

Once an object is retrieved, you can call its publicly exposed methods to interact with the host application. Note that each host application will expose a different set of objects, so consult the documentation for the appropriate product to learn more about the published objects.

Keywords

FAQs

Package last updated on 24 Feb 2023

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