├── package.json └── README.md /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "XXXXXXXX", 3 | "version": "0.0.1-security", 4 | "description": "security holding package", 5 | "repository": "npm/security-holder" 6 | } 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 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={package-name} for more information. 6 | --------------------------------------------------------------------------------