Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

Python-test

Package Overview
Maintainers
0
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kyntrack.python-test - npm Package Compare versions

Comparing version
0.0.68
to
0.0.69
+1
-1
extension/out/client/revpro/constant/rest-constants.js

@@ -67,3 +67,3 @@ "use strict";

RestConstants.FETCH_WORKSPACE_ENV_VARIABLES = `https://${_a.getDomain()}${_a.CLOUD_LAB_URL}envs/${_a.getTraineeLabId()}/${_a.getProjectType()}`;
RestConstants.UPDATE_STATUS_AFTER_WORKSPACE_ENV_VARIABLES = `https://${_a.getDomain()}${_a.CLOUD_LAB_ENV_URL}${_a.getTraineeLabId()}`;
RestConstants.UPDATE_STATUS_AFTER_WORKSPACE_ENV_VARIABLES = `https://${_a.getDomain()}${_a.CLOUD_LAB_ENV_URL}${_a.getTraineeLabId()}/${_a.getProjectType()}`;
//# sourceMappingURL=rest-constants.js.map

@@ -18,3 +18,3 @@ "use strict";

}
if (document.uri.path.endsWith(app_constants_js_1.AppConstants.TEST_FOLDER_PACKAGE)) {
if (document.uri.path.includes(app_constants_js_1.AppConstants.TEST_FOLDER_PACKAGE)) {
(0, action_js_1.showReaderModeDocument)(document);

@@ -21,0 +21,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display