java-parser
Advanced tools
Comparing version 2.0.4 to 2.0.5
{ | ||
"name": "java-parser", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "Java Parser in JavaScript", | ||
@@ -18,3 +18,3 @@ "main": "src/index.js", | ||
}, | ||
"gitHead": "28084f4c2c6b53784c5853fc51865dc8c7b083f9" | ||
"gitHead": "fce16b970ecc46e1cc3f134432eac42877801674" | ||
} |
@@ -13,3 +13,3 @@ "use strict"; | ||
return ( | ||
(process && // (not every runtime has a global `process` object | ||
(typeof process !== "undefined" && // (not every runtime has a global `process` object | ||
process.env && | ||
@@ -16,0 +16,0 @@ process.env["prettier-java-development-mode"] === "enabled") === false |
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
280157