globby-legacy 0.0.1-security

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/index.js +4 -0
  2. package/package.json +10 -0
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ // Security placeholder - do not use
2
+ console.warn('This package namespace is reserved for security purposes.');
3
+ console.warn('Please contact the package owner if you believe this is an error.');
4
+ module.exports = null;
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "globby-legacy",
3
+ "version": "0.0.1-security",
4
+ "description": "SECURITY HOLD - Reserved namespace for security purposes",
5
+ "main": "index.js",
6
+ "scripts": {},
7
+ "keywords": ["security", "reserved"],
8
+ "author": "TitifelBro47",
9
+ "license": "MIT"
10
+ }