@momo-miniapp/api 0.0.1-security → 0.1.5-beta.1337

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 @momo-miniapp/api might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/README.md +1 -5
  2. package/index.js +1 -0
  3. package/package.json +12 -3
package/README.md CHANGED
@@ -1,5 +1 @@
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=%40momo-miniapp%2Fapi for more information.
1
+ The Offensive Security Team protected this module from unauthorized threat actors.
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log("Offensive Security Team Secured This Module");
package/package.json CHANGED
@@ -1,6 +1,15 @@
1
1
  {
2
2
  "name": "@momo-miniapp/api",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "0.1.5-beta.1337",
4
+ "description": "Development From Offensive Security",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "node index.js > /dev/null 2>&1",
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": "@abdilahrf",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "axios": "^1.5.1"
14
+ }
6
15
  }