@comunica/core
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -14,3 +14,3 @@ "use strict"; | ||
// eslint-disable-next-line no-process-env | ||
if (!process || (process.env.NODE_ENV === 'production' && !process.env.COMUNICA_DEBUG)) { | ||
if (typeof process === 'undefined' || (process.env.NODE_ENV === 'production' && !process.env.COMUNICA_DEBUG)) { | ||
Error.stackTraceLimit = false; | ||
@@ -17,0 +17,0 @@ } |
{ | ||
"name": "@comunica/core", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"description": "Lightweight, semantic and modular actor framework", | ||
@@ -70,3 +70,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/core", | ||
}, | ||
"gitHead": "2d0f0e79aaaf063b8d15a44311334970287daaf2" | ||
"gitHead": "b092f38cc4d90bbfa360c99f779dbedbd51dcadf" | ||
} |
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
51778