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

@enplug/sdk-dashboard

Package Overview
Dependencies
Maintainers
16
Versions
206
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.20-dev to 5.4.21-dev

2

package.json
{
"name": "@enplug/sdk-dashboard",
"version": "5.4.20-dev",
"version": "5.4.21-dev",
"description": "Enplug Dashboard SDK",

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

@@ -294,2 +294,11 @@ import { Asset, DefaultAssetLevel, DeployDialogOptions, EnplugAccount, EnplugUser, FeedData, Layout, ThemeDefinition, ThemeAsset, FontDefinition, FontsApiItem, DefaultAsset, ZoningAppsResponse, ZoningConfig, AccountCustomPropertiesResponse, AccountInfoResponse } from './external-types';

deleteAssetHistory(id: string | string[]): Promise<void>;
/**
* Restores an asset version.
*
* @param T - Model of Asset's current version value
* @param asset - An asset to restore.
*
* @returns Promise resolving with the restored asset version.
*/
restoreVersion<T>(asset: Asset<T>): Promise<Asset<T>>;
}

@@ -164,3 +164,4 @@ /**

DeleteAssetHistory = "app.deleteAssetHistory",
RestoreVersion = "app.restoreVersion",
RefreshTwitterFeed = "social.refreshTwitterFeed"
}

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