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

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
17
Versions
207
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.4.9 to 5.4.10

2

package.json
{
"name": "@enplug/sdk-dashboard",
"version": "5.4.9",
"version": "5.4.10",
"description": "Enplug Dashboard SDK",

@@ -5,0 +5,0 @@ "typings": "./index.d.ts",

@@ -93,4 +93,4 @@ /** These are meant to available to client apps */

Filter?: string;
Start?: string;
Limit?: string;
Start?: number;
Limit?: number;
DataPath: string;

@@ -428,2 +428,5 @@ QueryParameters: ApiQueryParameter[];

webURL: string;
filter?: string;
start?: number;
limit?: number;
webhookToken: string;

@@ -436,4 +439,4 @@ hasError: boolean;

filter?: string;
start?: string;
limit?: string;
start?: number;
limit?: number;
params: ConnectionQueryParams[];

@@ -440,0 +443,0 @@ headers: ConnectionHttpHeaders[];

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