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

@valo/extensibility

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@valo/extensibility - npm Package Compare versions

Comparing version 0.0.1-alpha-8 to 0.0.1-alpha-9

3

lib/enums/Location.d.ts
export declare enum Location {
NavigationLeft = 1,
NavigationRight = 2
NavigationRight = 2,
ToolboxAction = 3
}

@@ -7,3 +7,4 @@ "use strict";

Location[Location["NavigationRight"] = 2] = "NavigationRight";
Location[Location["ToolboxAction"] = 3] = "ToolboxAction";
})(Location = exports.Location || (exports.Location = {}));
//# sourceMappingURL=Location.js.map
export declare enum Trigger {
UpdateMyTools = 0,
OpenPageCreationPanel = 1
}

@@ -5,3 +5,5 @@ "use strict";

(function (Trigger) {
Trigger[Trigger["UpdateMyTools"] = 0] = "UpdateMyTools";
Trigger[Trigger["OpenPageCreationPanel"] = 1] = "OpenPageCreationPanel";
})(Trigger = exports.Trigger || (exports.Trigger = {}));
//# sourceMappingURL=Trigger.js.map
{
"name": "@valo/extensibility",
"version": "0.0.1-alpha-8",
"version": "0.0.1-alpha-9",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

export enum Location {
NavigationLeft = 1,
NavigationRight
NavigationRight,
ToolboxAction
}
export enum Trigger {
UpdateMyTools,
OpenPageCreationPanel
}

Sorry, the diff of this file is not supported yet

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