@bigbinary/neeto-molecules 3.16.7 → 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.
@@ -416,7 +416,7 @@ var prism = {exports: {}};
416
416
  if (typeof document === 'undefined') {
417
417
  return null;
418
418
  }
419
- if ('currentScript' in document && 1 < 2 /* hack to trip TS' flow analysis */) {
419
+ if (document.currentScript && document.currentScript.tagName === 'SCRIPT' && 1 < 2 /* hack to trip TS' flow analysis */) {
420
420
  return /** @type {any} */ (document.currentScript);
421
421
  }
422
422