nodejs-polyfill
Advanced tools
+3
-1
@@ -9,3 +9,5 @@ { | ||
| "files": [ | ||
| "**/*.js" | ||
| "env.js", | ||
| "index.js", | ||
| "register/*.js" | ||
| ], | ||
@@ -12,0 +14,0 @@ "extends": [ |
+1
-1
| { | ||
| "name": "nodejs-polyfill", | ||
| "version": "1.4.0", | ||
| "version": "1.4.1", | ||
| "author": { | ||
@@ -5,0 +5,0 @@ "name": "Rehiy Wang", |
@@ -22,2 +22,6 @@ import FileCache from 'tank-cache'; | ||
| if (global._now === undefined) { | ||
| global._now = () => (new Date()).getTime(); | ||
| } | ||
| if (global.localStorage === undefined) { | ||
@@ -24,0 +28,0 @@ global.localStorage = new FileStorage(env.CACHE_DIR + '/local.json'); |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
5997
2.53%119
4.39%