js-interceptor-es
Advanced tools
+5
-2
| "use strict"; | ||
| module.exports = require("./src/interceptor"); | ||
| if (process.env.NODE_ENV === "production") { | ||
| module.exports = require("./dist/interceptor.min"); | ||
| } else { | ||
| module.exports = require("./dist/interceptor"); | ||
| } |
+1
-1
| { | ||
| "name": "js-interceptor-es", | ||
| "version": "0.0.2", | ||
| "version": "0.0.3", | ||
| "description": "js拦截器", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
25134
0.45%177
2.31%1
Infinity%