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

@integration-app/sdk

Package Overview
Dependencies
Maintainers
1
Versions
444
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@integration-app/sdk - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

dist/bundle.js

@@ -786,3 +786,3 @@ (function (global, factory) {

if (token) {
embedUrl.searchParams.set('userAccessToken', token);
embedUrl.searchParams.set('token', token);
}

@@ -789,0 +789,0 @@ if (key) {

@@ -36,3 +36,3 @@ "use strict";

if (token) {
embedUrl.searchParams.set('userAccessToken', token);
embedUrl.searchParams.set('token', token);
}

@@ -39,0 +39,0 @@ if (key) {

{
"name": "@integration-app/sdk",
"version": "0.0.5",
"version": "0.0.6",
"description": "JavaScript SDK for Integration.app",

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

@@ -39,3 +39,3 @@ import { openIframe } from './iframe'

if (token) {
embedUrl.searchParams.set('userAccessToken', token)
embedUrl.searchParams.set('token', token)
}

@@ -42,0 +42,0 @@ if (key) {

Sorry, the diff of this file is not supported yet

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