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
154
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.28 to 1.1.29

11

lib/interfaces/enums.d.ts

@@ -233,3 +233,3 @@ /**

export declare enum ProtectedRoutesPaths {
login = "/login",
login = "login",
homeIndex = "/",

@@ -243,2 +243,3 @@ home = "home",

chat = "chat",
chatParamId = "/chat?chat=",
tasks = "tasks",

@@ -249,5 +250,5 @@ calendar = "calendar",

candidatProfile = "candidat-profile",
jobsearch = "/job-search",
jobseeker = "/patient-profile",
directory = "/directory",
jobsearch = "job-search",
jobseeker = "patient-profile",
directory = "directory",
plans = "plans",

@@ -260,3 +261,3 @@ research = "research",

summaryQnrView = "summary/qnr-view",
artifactPresenter = "/artifact-presenter"
artifactPresenter = "artifact-presenter"
}

@@ -263,0 +264,0 @@ export declare enum ExpressionOperators {

@@ -316,3 +316,3 @@ // deprecated, replaced with QueriesInitiator

(function (ProtectedRoutesPaths) {
ProtectedRoutesPaths["login"] = "/login";
ProtectedRoutesPaths["login"] = "login";
ProtectedRoutesPaths["homeIndex"] = "/";

@@ -326,2 +326,3 @@ ProtectedRoutesPaths["home"] = "home";

ProtectedRoutesPaths["chat"] = "chat";
ProtectedRoutesPaths["chatParamId"] = "/chat?chat=";
ProtectedRoutesPaths["tasks"] = "tasks";

@@ -332,5 +333,5 @@ ProtectedRoutesPaths["calendar"] = "calendar";

ProtectedRoutesPaths["candidatProfile"] = "candidat-profile";
ProtectedRoutesPaths["jobsearch"] = "/job-search";
ProtectedRoutesPaths["jobseeker"] = "/patient-profile";
ProtectedRoutesPaths["directory"] = "/directory";
ProtectedRoutesPaths["jobsearch"] = "job-search";
ProtectedRoutesPaths["jobseeker"] = "patient-profile";
ProtectedRoutesPaths["directory"] = "directory";
//

@@ -346,3 +347,3 @@ ProtectedRoutesPaths["plans"] = "plans";

//
ProtectedRoutesPaths["artifactPresenter"] = "/artifact-presenter";
ProtectedRoutesPaths["artifactPresenter"] = "artifact-presenter";
})(ProtectedRoutesPaths || (ProtectedRoutesPaths = {}));

@@ -349,0 +350,0 @@ export var ExpressionOperators;

{
"name": "asma-types",
"version": "1.1.28",
"version": "1.1.29",
"description": "shared ts asma types",

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

@@ -324,3 +324,3 @@ // deprecated, replaced with QueriesInitiator

export enum ProtectedRoutesPaths {
login = '/login',
login = 'login',
homeIndex = '/',

@@ -334,2 +334,3 @@ home = 'home',

chat = 'chat',
chatParamId = '/chat?chat=',
tasks = 'tasks',

@@ -340,5 +341,5 @@ calendar = 'calendar',

candidatProfile = 'candidat-profile',
jobsearch = '/job-search',
jobseeker = '/patient-profile',
directory = '/directory',
jobsearch = 'job-search',
jobseeker = 'patient-profile',
directory = 'directory',
//

@@ -354,3 +355,3 @@ plans = 'plans',

//
artifactPresenter = '/artifact-presenter',
artifactPresenter = 'artifact-presenter',
}

@@ -357,0 +358,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