New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@crestron/ch5-webxpanel

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crestron/ch5-webxpanel - npm Package Compare versions

Comparing version 2.6.1 to 2.8.0

dist/amd/d4412f0cafef4f213591.worker.js

3

dist/types/webxpanel/WebXPanelConfig.d.ts

@@ -9,2 +9,3 @@ declare class WebXPanelConfig {

private _tokenUrl;
private _authToken;
private constructor();

@@ -21,2 +22,3 @@ /**

tokenUrl: string;
authToken: string;
}): void;

@@ -31,4 +33,5 @@ static getInstance(): WebXPanelConfig;

get tokenUrl(): string;
get secureToken(): string;
}
declare const WebXPanelConfigInstance: WebXPanelConfig;
export { WebXPanelConfig, WebXPanelConfigInstance };

@@ -8,2 +8,3 @@ interface ExternalConfig {

tokenSource: string;
authToken: string;
}

@@ -10,0 +11,0 @@ interface InternalConfig {

@@ -56,2 +56,3 @@ import EventTypes from "../../events/enums/EventTypes";

url: string;
authToken: string;
};

@@ -58,0 +59,0 @@ export declare type InternalEventPayload = {

2

package.json
{
"name": "@crestron/ch5-webxpanel",
"version": "2.6.1",
"version": "2.8.0",
"description": "Browser control of ch5 components library",

@@ -5,0 +5,0 @@ "repository": {

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

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

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