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

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
8
Versions
204
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enplug/sdk-dashboard - npm Package Compare versions

Comparing version 5.1.19 to 5.2.0-dev.1

src/types/external-types.ts

2

index.d.ts

@@ -8,2 +8,2 @@ import { EnplugDashboardSDK } from './src';

export * from './src/external-types';
export * from './src/types/external-types';
{
"name": "@enplug/sdk-dashboard",
"version": "5.1.19",
"version": "5.2.0-dev.1",
"description": "Enplug Dashboard SDK",

@@ -59,3 +59,3 @@ "main": "./src/index.ts",

"devDependencies": {
"@enplug/scripts": "^1.11.3",
"@enplug/scripts": "^1.9.9",
"@types/jasmine": "^3.5.0",

@@ -62,0 +62,0 @@ "@types/node": "^8.10.59",

@@ -15,3 +15,3 @@ import {

DefaultAsset,
} from './external-types';
} from './types/external-types';
import { BridgeBase } from './bridge/bridge-base';

@@ -18,0 +18,0 @@ import { validateArray, validateObject, validateString } from './utils';

@@ -0,0 +0,0 @@ import { InboundMessage, OutboundMessage, PendingCallInfo } from '../internal-types';

@@ -0,0 +0,0 @@ import { BridgeBase } from './bridge-base';

@@ -14,3 +14,3 @@ import {

DataConnectionConfig,
} from './external-types';
} from './types/external-types';
import { BridgeBase } from './bridge/bridge-base';

@@ -17,0 +17,0 @@ import { validateArray, validateBool, validateFunction, validateObject, validateString } from './utils';

@@ -0,0 +0,0 @@ import { Account } from './account';

@@ -0,0 +0,0 @@ /**

import { BridgeBase } from './bridge/bridge-base';
import { MessageNames, MessageNamespaces } from './internal-types';
import { PreapprovalDialogOptions, SocialItemsResponse, TwitterSubscriptionStatusResponse } from './external-types';
import { PreapprovalDialogOptions, SocialItemsResponse, TwitterSubscriptionStatusResponse } from './types/external-types';
import { validateObject, validateString } from './utils';

@@ -5,0 +5,0 @@

@@ -0,0 +0,0 @@ const TAG = '[Dashboard SDK]';

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

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