@bigbinary/neeto-molecules 3.16.8 → 3.16.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -395,7 +395,7 @@ var prism = {exports: {}};
395
395
  if (typeof document === 'undefined') {
396
396
  return null;
397
397
  }
398
- if ('currentScript' in document && 1 < 2 /* hack to trip TS' flow analysis */) {
398
+ if (document.currentScript && document.currentScript.tagName === 'SCRIPT' && 1 < 2 /* hack to trip TS' flow analysis */) {
399
399
  return /** @type {any} */ (document.currentScript);
400
400
  }
401
401