jazz_services-handler 0.0.1-security → 11.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 jazz_services-handler might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +7 -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=jazz_services-handler for more information.
1
+ hii i only takeover this package only for reporting purpose so you cna apply necessary patch to reduce a attack such as supply chain and remote code execution on your system
package/package.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "name": "jazz_services-handler",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "11.0.0",
4
+ "description": "Hijacked package",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ },
8
+ "author": "Your Name",
9
+ "license": "Apache-2.0"
6
10
  }