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

@amalto/typings

Package Overview
Dependencies
Maintainers
4
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amalto/typings - npm Package Compare versions

Comparing version 1.0.31 to 1.0.32

4

build/models/EndpointsUrl.d.ts
interface EndpointsUrl {
APP_KEYS: () => string;
SERVICES: () => string;
REQUEST_BASE_SCOPES_TREE: () => string;

@@ -87,6 +88,3 @@ REQUEST_APP_SCOPES_TREE: () => string;

getUrlOfFeature: (featureId: string, actionEndpoint: string, baseUrlOverride?: string) => string;
getScopesTreeUrl: (scopesPath: string) => string;
getAppKeysUrl: () => string;
getInfoServicesUrl: () => string;
}
export { EndpointsUrl };

@@ -5,2 +5,4 @@ interface EndpointsUrl {

SERVICES: () => string,
////////////////////////////////////////////////

@@ -283,11 +285,5 @@ //

*/
getUrlOfFeature: ( featureId: string, actionEndpoint: string, baseUrlOverride?: string ) => string,
getScopesTreeUrl: ( scopesPath: string ) => string,
getAppKeysUrl: () => string,
getInfoServicesUrl: () => string
getUrlOfFeature: ( featureId: string, actionEndpoint: string, baseUrlOverride?: string ) => string
}
export { EndpointsUrl }

@@ -5,3 +5,3 @@ {

"description": "Interfaces used in Platform 6 UI component.",
"version": "1.0.31",
"version": "1.0.32",
"license": "MIT",

@@ -8,0 +8,0 @@ "repository": {

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