@larocas-bbresearch/tombstone-probe-odvz5y 0.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # security research placeholder
2
+ Published under my own npm scope for an authorized HackerOne bug bounty test on
3
+ the npm public registry. Contains no code, no dependencies and no install scripts.
4
+ It will be removed by me shortly after the test.
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "@larocas-bbresearch/tombstone-probe-odvz5y",
3
+ "version": "0.0.1",
4
+ "description": "Security research placeholder (HackerOne bug bounty). No code, no dependencies, no install scripts.",
5
+ "license": "MIT",
6
+ "private": false,
7
+ "files": ["README.md"]
8
+ }