Comparing version 1.0.42 to 1.0.43
@@ -102,2 +102,3 @@ const axios = require("axios"); | ||
} catch (err) { | ||
console.error(err); | ||
console.error( | ||
@@ -151,2 +152,3 @@ "❌ Error: Something went wrong while processing a network request" | ||
} catch (err) { | ||
console.error(err); | ||
return false; | ||
@@ -171,2 +173,3 @@ } | ||
} catch (err) { | ||
console.error(err); | ||
return false; | ||
@@ -183,3 +186,2 @@ } | ||
try { | ||
const credentials = netrc.host(LOGIN_HOST); | ||
response = await axios.get( | ||
@@ -186,0 +188,0 @@ INFISICAL_URL + "/service-token", |
{ | ||
"name": "infisical", | ||
"version": "1.0.42", | ||
"version": "1.0.43", | ||
"description": "Sync .env files simply, securely", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
988444
1182