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.14 to 5.1.15

2

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

@@ -5,0 +5,0 @@ "main": "./src/index.ts",

@@ -256,2 +256,15 @@ import {

/**
* Marks asset as recently viewed
*/
getAssetNeedsApproval(id: string) {
validateString(id, 'You must provide an id string to getAssetNeedsApproval call');
return this.bridge.sendMessage({
namespace: MessageNamespaces.App,
name: MessageNames.GetAssetNeedsApproval,
params: { id },
});
}
/**
* Loads an array of default assets for the current instance's app definition.

@@ -258,0 +271,0 @@ * Data is passed as the first param to the success callback.

@@ -105,4 +105,5 @@ /**

UpdateAssetOrder = 'app.updateAssetOrder',
DeleteAsset = 'app.deleteAsset',
TouchAsset = 'app.touchAsset',
DeleteAsset = 'app.deleteAsset',
TouchAsset = 'app.touchAsset',
GetAssetNeedsApproval = 'app.getAssetNeedsApproval',
GetDefaultAssets = 'app.getDefaultAssets',

@@ -118,3 +119,3 @@ GetFonts = 'app.getFonts',

ConfirmUnsavedChanges = 'dashboard.unsavedChanges',
ErrorIndicator = 'dashboard.indicator.error',
ErrorIndicator = 'dashboard.indicator.error',
LoadingIndicator = 'dashboard.indicator.loading',

@@ -153,3 +154,3 @@ Navigate = 'dashboard.navigate',

SaveFeed = 'social.saveFeed',
DeleteFeed = 'social.deleteFeed',
DeleteFeed = 'social.deleteFeed',
OpenPreapprovalDialog = 'social.openPreapprovalDialog',

@@ -156,0 +157,0 @@ LoadAllItems = 'social.loadAllItems',

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