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

@frontapp/plugin-sdk

Package Overview
Dependencies
Maintainers
6
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@frontapp/plugin-sdk - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

dist/index.es.js

@@ -255,2 +255,6 @@ import { ApplicationCancelError, buildApplicationCancelTokenSource } from '@frontapp/ui-bridge';

var buildCancelTokenSource = Front.buildCancelTokenSource, contextUpdates = Front.contextUpdates, isCancelError = Front.isCancelError;
// Subscribe to the context updates so we do a handshake immediately.
// Subscribing here makes sure we do a handshake the moment the file is loaded instead of
// waiting for the consuming plugin to subscribe to the contextUpdates observable.
contextUpdates.pipe(take(1)).subscribe();
/** Delegate clicks on anchor elements targetting a new window to Front. */

@@ -257,0 +261,0 @@ function delegateAnchorClicksToFront() {

@@ -260,2 +260,6 @@ 'use strict';

var buildCancelTokenSource = Front.buildCancelTokenSource, contextUpdates = Front.contextUpdates, isCancelError = Front.isCancelError;
// Subscribe to the context updates so we do a handshake immediately.
// Subscribing here makes sure we do a handshake the moment the file is loaded instead of
// waiting for the consuming plugin to subscribe to the contextUpdates observable.
contextUpdates.pipe(operators.take(1)).subscribe();
/** Delegate clicks on anchor elements targetting a new window to Front. */

@@ -262,0 +266,0 @@ function delegateAnchorClicksToFront() {

2

package.json
{
"name": "@frontapp/plugin-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

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