internaldocs-fb-helpers
Advanced tools
Comparing version 1.6.2 to 1.6.3
@@ -84,3 +84,3 @@ "use strict"; | ||
// To use this in front-end code, we're relying on docusaurus-plugin-internaldocs-fb to add this value to the webpack env plugins. | ||
return process.env.FB_INTERNAL; | ||
return process && process.env && process.env.FB_INTERNAL; | ||
} | ||
@@ -87,0 +87,0 @@ exports.isInternal = isInternal; |
{ | ||
"name": "internaldocs-fb-helpers", | ||
"version": "1.6.2", | ||
"version": "1.6.3", | ||
"description": "Helper library for including / excluding content from docusaurus websites", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
15725
3