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-18bee6e45e70821aa6c48d4c0cc460fd0725544c to 0.0.1-97240824e1bb4f88ba870ba7a0575e9366203096

5

lib/enums/IntranetLocation.d.ts
export declare enum IntranetLocation {
NavigationLeft = 1,
NavigationRight = 2,
ToolboxAction = 3
NavigationTop = 3,
NavigationBottom = 4,
ToolboxAction = 5,
Footer = 6
}

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

IntranetLocation[IntranetLocation["NavigationRight"] = 2] = "NavigationRight";
IntranetLocation[IntranetLocation["ToolboxAction"] = 3] = "ToolboxAction";
IntranetLocation[IntranetLocation["NavigationTop"] = 3] = "NavigationTop";
IntranetLocation[IntranetLocation["NavigationBottom"] = 4] = "NavigationBottom";
IntranetLocation[IntranetLocation["ToolboxAction"] = 5] = "ToolboxAction";
IntranetLocation[IntranetLocation["Footer"] = 6] = "Footer";
})(IntranetLocation = exports.IntranetLocation || (exports.IntranetLocation = {}));
//# sourceMappingURL=IntranetLocation.js.map

1

lib/index.d.ts
export * from './enums';
export * from './models';
export * from './services';
export * from './providerTypes';

@@ -5,3 +5,2 @@ import { IUserProfileProperty, IUserProperties } from '../models';

getUserProperties(): Promise<IUserProperties>;
getAllProperties(): Promise<IUserProperties>;
}
{
"name": "@valo/extensibility",
"version": "0.0.1-18bee6e45e70821aa6c48d4c0cc460fd0725544c",
"version": "0.0.1-97240824e1bb4f88ba870ba7a0575e9366203096",
"description": "",

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

export enum IntranetLocation {
NavigationLeft = 1,
NavigationRight,
ToolboxAction
NavigationTop,
NavigationBottom,
ToolboxAction,
Footer
}
export * from './enums';
export * from './models';
export * from './services';
export * from './services';
export * from './providerTypes';

@@ -6,3 +6,2 @@ import { IUserProfileProperty, IUserProperties } from '../models';

getUserProperties(): Promise<IUserProperties>;
getAllProperties(): Promise<IUserProperties>;
}

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