@geut/browser-node-core
Advanced tools
Comparing version 2.0.7 to 2.0.8
{ | ||
"name": "@geut/browser-node-core", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Core Node modules for the browser", | ||
@@ -96,3 +96,3 @@ "type": "module", | ||
}, | ||
"gitHead": "f718716701f8354210c70bab1106fcbc8e17aa60" | ||
"gitHead": "a4f27e6d4821a2534bac05e66aaf87658feacbbc" | ||
} |
@@ -38,3 +38,3 @@ // src/scope.js | ||
emitWarning(msg) { | ||
console.log(msg); | ||
console.warn(msg); | ||
} | ||
@@ -41,0 +41,0 @@ }; |
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
1083842