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

asma-types

Package Overview
Dependencies
Maintainers
6
Versions
157
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asma-types - npm Package Compare versions

Comparing version 1.1.37 to 1.1.38

7

lib/interfaces/enums.d.ts

@@ -259,3 +259,8 @@ /**

summaryQnrView = "summary/qnr-view",
artifactPresenter = "artifact-presenter"
artifactPresenter = "artifact-presenter",
portalOverview = "portal-advoca/overview",
portalQnrModule = "qnr-module",
portalMicrosoftOffice = "microsoft-office/onedrive",
portalDesigner = "designer",
portalDashboard = "dashboard/services"
}

@@ -262,0 +267,0 @@ export declare enum ExpressionOperators {

@@ -346,2 +346,8 @@ // deprecated, replaced with QueriesInitiator

ProtectedRoutesPaths["artifactPresenter"] = "artifact-presenter";
//portal routes
ProtectedRoutesPaths["portalOverview"] = "portal-advoca/overview";
ProtectedRoutesPaths["portalQnrModule"] = "qnr-module";
ProtectedRoutesPaths["portalMicrosoftOffice"] = "microsoft-office/onedrive";
ProtectedRoutesPaths["portalDesigner"] = "designer";
ProtectedRoutesPaths["portalDashboard"] = "dashboard/services";
})(ProtectedRoutesPaths || (ProtectedRoutesPaths = {}));

@@ -348,0 +354,0 @@ export var ExpressionOperators;

2

package.json
{
"name": "asma-types",
"version": "1.1.37",
"version": "1.1.38",
"description": "shared ts asma types",

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

@@ -354,2 +354,8 @@ // deprecated, replaced with QueriesInitiator

artifactPresenter = 'artifact-presenter',
//portal routes
portalOverview = 'portal-advoca/overview',
portalQnrModule = 'qnr-module',
portalMicrosoftOffice = 'microsoft-office/onedrive',
portalDesigner = 'designer',
portalDashboard = 'dashboard/services',
}

@@ -356,0 +362,0 @@

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