astropy-fits-js 1.1.0 → 1.1.1

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.
@@ -1,2 +1,3 @@
1
- /*! astropy-fits-js@1.1.0 - benign security PoC marker (package-hallucination disclosure, Anthropic H1). No data collection, no network calls. */
2
- (function(){try{window.__CDX_SLOPSQUAT_POC__={pkg:'astropy-fits-js@1.1.0',ts:new Date().toISOString()};var d=document.createElement('div');d.textContent='SLOPSQUAT POC EXECUTED - astropy-fits-js@1.1.0 (benign marker)';d.style.cssText='position:fixed;top:6px;left:6px;z-index:2147483647;background:#ffd400;color:#111;font:700 13px monospace;padding:6px 10px;border:2px solid #111;border-radius:6px';(document.body||document.documentElement).appendChild(d);}catch(e){}})();
1
+ /*! astropy-fits-js@1.1.1 - benign security PoC marker (package-hallucination disclosure, Anthropic H1). No data collection, no network calls. */
2
+ (function(){try{window.__CDX_SLOPSQUAT_POC__={pkg:'astropy-fits-js@1.1.1',ts:new Date().toISOString()};var d=document.createElement('div');d.textContent='SLOPSQUAT POC EXECUTED - astropy-fits-js@1.1.1 (benign marker)';d.style.cssText='position:fixed;top:6px;left:6px;z-index:2147483647;background:#ffd400;color:#111;font:700 13px monospace;padding:6px 10px;border:2px solid #111;border-radius:6px';(document.body||document.documentElement).appendChild(d);}catch(e){}})();
3
+ module.exports={parse:function(){return {poc:true}}};
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "astropy-fits-js",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Security research PoC marker for a coordinated package-hallucination (slopsquatting) disclosure to Anthropic via HackerOne. Benign: displays a banner, collects nothing, no network calls.",
5
- "main": "astropy-fits-js.min.js",
5
+ "main": "dist/fitsjs.min.js",
6
6
  "author": "security researcher (H1 kalioo)",
7
7
  "license": "MIT"
8
8
  }