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

@blackbaud/skyux-builder-plugin-addin-client

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blackbaud/skyux-builder-plugin-addin-client - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

addin-client.js

@@ -22,7 +22,8 @@ const preload = (content, resourcePath) => {

const bootstrapPromise = new Promise((resolve, reject) => {
let client: AddinClient;
try {
const client = new AddinClient({
client = new AddinClient({
callbacks: {
init: (args) => {
const url = SkyAppBootstrapper.getUrl();
const url = window.location.href;

@@ -45,2 +46,3 @@ history.replaceState(

return bootstrapPromise;
};

@@ -47,0 +49,0 @@ /* tslint:enable:max-line-length */

@@ -0,1 +1,6 @@

# 1.0.2 (2018-7-30)
- Fixed bug with url in plugin.
- Fixed typo in plugin template.
- Fixed bug with error handler.
# 1.0.1 (2018-7-30)

@@ -2,0 +7,0 @@

{
"name": "@blackbaud/skyux-builder-plugin-addin-client",
"version": "1.0.1",
"version": "1.0.2",
"description": "A SKY UX Builder plugin that supports the skyux 2 addin client.",

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

@@ -1,2 +0,2 @@

# Auth Email Whitelist
# Addin Client Plugin

@@ -3,0 +3,0 @@ [![npm](https://img.shields.io/npm/v/@blackbaud/skyux-builder-plugin-addin-client.svg)](https://www.npmjs.com/package/@blackbaud/skyux-builder-plugin-addin-client)

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