lx-cockpit-components-loader 0.0.1-security → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Security holding package
2
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.
3
+ This package once was published by an unauthorized entity and used to contain malicious code.
4
4
 
5
- Please refer to www.npmjs.com/advisories?search=lx-cockpit-components-loader for more information.
5
+ It therefore was removed from the registry by the npm security team and ownership was restored.
6
+
7
+ A placeholder was published to ensure users are not affected in the future.
package/package.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "name": "lx-cockpit-components-loader",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "0.1.1",
4
+ "description": "security holding package"
6
5
  }