Sign In

@uipath/robot

Package Overview
Dependencies
Maintainers
24
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uipath/robot - npm Package Compare versions

Comparing version
1.3.1
to
1.3.2
+1
-1
dist/js/UiPathRobot.js.LICENSE.txt

@@ -11,4 +11,4 @@ /*!

/*!
* Microsoft Dynamic Proto Utility, 1.1.7
* Microsoft Dynamic Proto Utility, 1.1.11
* Copyright (c) Microsoft and contributors. All rights reserved.
*/

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

ProtocolUtil.openUiPathProtocol = function (consentCode) {
var url = constants_1.Constants.UIPATH_PROTOCOL + "://consentCode=" + consentCode + "&Origin=" + window.location.origin;
var url = constants_1.Constants.UIPATH_PROTOCOL + "://localhost/showConsent?dontdelete=oldrobotnewbrowser&consentCode=" + encodeURIComponent(consentCode) + "&Origin=" + encodeURIComponent(window.location.origin);
window.location.href = url;

@@ -16,0 +16,0 @@ };

@@ -1,1 +0,1 @@

export declare const ROBOTJS_VERSION = "1.3.1";
export declare const ROBOTJS_VERSION = "1.3.2";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ROBOTJS_VERSION = void 0;
exports.ROBOTJS_VERSION = '1.3.1';
exports.ROBOTJS_VERSION = '1.3.2';
{
"name": "@uipath/robot",
"version": "1.3.1",
"version": "1.3.2",
"description": "UiPath Robot javascript SDK enabling web pages to interact with UiPath Robots",

@@ -14,10 +14,10 @@ "scripts": {

"@types/uuid": "^8.3.4",
"copy-webpack-plugin": "^11.0.0",
"copy-webpack-plugin": "^12.0.2",
"style-loader": "^0.23.1",
"ts-loader": "^9.4.1",
"typescript": "^3.6.4",
"tslint": "^5.20.0",
"tslint-jasmine-rules": "^1.6.0",
"typescript": "^3.6.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0"
"webpack": "^5.76.0",
"webpack-cli": "^5.1.4"
},

@@ -24,0 +24,0 @@ "dependencies": {

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