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

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
0
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.4.47 to 5.4.48

4

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

@@ -15,3 +15,3 @@ "typings": "./index.d.ts",

"release": "npm run bundle && enplug-release-sdk",
"release:prod": "npm run bIf yundle:prod && enplug-release-sdk && npm run release:docs",
"release:prod": "npm run bundle:prod && enplug-release-sdk && npm run release:docs",
"release:dev": "npm run bundle && enplug-release-sdk --dev",

@@ -18,0 +18,0 @@ "generateTypings": "tsc -d ./src/sdk.ts --declarationDir ./types --emitDeclarationOnly --allowJs",

@@ -95,2 +95,3 @@ /** These are meant to available to client apps */

Profile?: string;
ConnectionName?: string;
Url: string;

@@ -271,2 +272,3 @@ Filter?: string;

assetIdToReplace?: string;
showRatioNotification?: boolean;
}

@@ -447,2 +449,3 @@ export interface UploadedFileResult extends FilepickerUploadedFile {

export interface PushConnectionConfig {
connectionName?: string;
webURL: string;

@@ -449,0 +452,0 @@ filter?: string;

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