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

asma-types

Package Overview
Dependencies
Maintainers
0
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 2.0.31 to 2.0.32

1

lib/interfaces/enums.d.ts

@@ -319,2 +319,3 @@ /**

readonly timeTrackingTeamLeaderList: "reports/time-tracking-team-leader-list";
readonly loginReports: "reports/login-reports";
};

@@ -321,0 +322,0 @@ export type IProtectedRoutesPaths = (typeof ProtectedRoutesPaths)[keyof typeof ProtectedRoutesPaths];

@@ -407,2 +407,3 @@ // deprecated, replaced with QueriesInitiator

timeTrackingTeamLeaderList: 'reports/time-tracking-team-leader-list',
loginReports: 'reports/login-reports',
};

@@ -409,0 +410,0 @@ export var ExpressionOperators;

12

package.json
{
"name": "asma-types",
"version": "2.0.31",
"version": "2.0.32",
"description": "shared ts asma types",

@@ -10,6 +10,2 @@ "main": "lib/index.js",

"license": "MIT",
"scripts": {
"build": "tsc && tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {

@@ -22,3 +18,7 @@ "type": "git",

"typescript": "^5.0.4"
},
"scripts": {
"build": "tsc && tsc -p .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}

@@ -425,2 +425,3 @@ // deprecated, replaced with QueriesInitiator

timeTrackingTeamLeaderList: 'reports/time-tracking-team-leader-list',
loginReports: 'reports/login-reports',
} as const

@@ -427,0 +428,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