@knapsack-pro/core
Advanced tools
Comparing version 6.2.1 to 6.3.0
@@ -69,3 +69,3 @@ "use strict"; | ||
get: function () { | ||
return undefined; | ||
return process.env.APPVEYOR_REPO_COMMIT_AUTHOR; | ||
}, | ||
@@ -72,0 +72,0 @@ enumerable: false, |
@@ -69,3 +69,3 @@ "use strict"; | ||
get: function () { | ||
return undefined; | ||
return process.env.CF_BUILD_INITIATOR; | ||
}, | ||
@@ -72,0 +72,0 @@ enumerable: false, |
@@ -69,3 +69,3 @@ "use strict"; | ||
get: function () { | ||
return undefined; | ||
return process.env.CI_COMMITTER_NAME; | ||
}, | ||
@@ -72,0 +72,0 @@ enumerable: false, |
{ | ||
"name": "@knapsack-pro/core", | ||
"version": "6.2.1", | ||
"version": "6.3.0", | ||
"description": "Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specific for particular test runner.", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
"@babel/core": "^7.22.5", | ||
"@babel/preset-env": "^7.18.2", | ||
"@babel/preset-env": "^7.22.10", | ||
"@babel/register": "^7.22.5", | ||
@@ -61,0 +61,0 @@ "@types/jest": "^28.1.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84176
107