subapp-pkg-util 99.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/README.md +13 -0
  2. package/package.json +8 -0
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # subapp-pkg-util
2
+
3
+ **Takeover by L0bo**
4
+
5
+ Dependency Confusion / Supply Chain Attack - PoC
6
+
7
+ This package was claimed as a ghost dependency from `electrode/electrode`.
8
+
9
+
10
+
11
+ ---
12
+
13
+ *Proof of Concept — Authorized security research only.*
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "subapp-pkg-util",
3
+ "version": "99.0.0",
4
+ "description": "subapp-pkg-util",
5
+ "author": "L0bo",
6
+ "license": "MIT"
7
+
8
+ }