continuous-authenticator
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -7,3 +7,3 @@ "use strict"; | ||
projectName: process.env.CIRCLE_PROJECT_REPONAME, | ||
buildNumber: process.env.CIRCLE_BUILD_NUM, | ||
buildNumber: parseInt(process.env.CIRCLE_BUILD_NUM || '-1', 10), | ||
}); | ||
@@ -10,0 +10,0 @@ if (startResponse.status !== 200) { |
{ | ||
"name": "continuous-authenticator", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Safely enable 2FA on your CI published packages", | ||
@@ -5,0 +5,0 @@ "main": "lib/module/index.js", |
Sorry, the diff of this file is not supported yet
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
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
7162