reportportal-client
Advanced tools
Comparing version 5.2.2 to 5.2.3
@@ -356,3 +356,3 @@ /* eslint-disable quotes,no-console,class-methods-use-this */ | ||
const realParentId = this.map[parentTempId].realId; | ||
url += `/${realParentId}`; | ||
url += `${realParentId}`; | ||
} | ||
@@ -359,0 +359,0 @@ testItemData.launch_id = realLaunchId; |
{ | ||
"name": "reportportal-client", | ||
"version": "5.2.2", | ||
"version": "5.2.3", | ||
"description": "ReportPortal client for node.js", | ||
@@ -28,6 +28,6 @@ "contributors": [ | ||
"dependencies": { | ||
"axios": "0.18.0", | ||
"axios-retry": "3.1.2", | ||
"glob": "^7.1.3", | ||
"uniqid": "5.0.3" | ||
"axios": "^0.18.1", | ||
"axios-retry": "^3.1.2", | ||
"glob": "^7.1.4", | ||
"uniqid": "^5.0.3" | ||
}, | ||
@@ -41,12 +41,12 @@ "license": "GPL-3.0", | ||
"devDependencies": { | ||
"codecov": "3.1.0", | ||
"eslint": "^5.15.3", | ||
"codecov": "3.5.0", | ||
"eslint": "5.16.0", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-node": "8.0.1", | ||
"jasmine": "2.6.0", | ||
"lodash": "4.17.11", | ||
"nock": "10.0.6", | ||
"nyc": "13.3.0" | ||
"eslint-plugin-import": "^2.17.0", | ||
"eslint-plugin-node": "^8.0.1", | ||
"jasmine": "^2.6.0", | ||
"lodash": "^4.17.11", | ||
"nock": "^10.0.6", | ||
"nyc": "^14.1.1" | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
135141
0
+ Added@babel/runtime@7.26.0(transitive)
+ Addedaxios@0.18.1(transitive)
+ Addedaxios-retry@3.9.1(transitive)
+ Addedfollow-redirects@1.5.10(transitive)
+ Addedis-buffer@2.0.5(transitive)
+ Addedis-retry-allowed@2.2.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addeduniqid@5.4.0(transitive)
- Removedaxios@0.18.0(transitive)
- Removedaxios-retry@3.1.2(transitive)
- Removedfollow-redirects@1.15.9(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedis-retry-allowed@1.2.0(transitive)
- Removeduniqid@5.0.3(transitive)
Updatedaxios@^0.18.1
Updatedaxios-retry@^3.1.2
Updatedglob@^7.1.4
Updateduniqid@^5.0.3