vite-plugin-mock-dev-server
Advanced tools
+2
-2
@@ -288,3 +288,3 @@ import { a as processRawData, c as debug, d as logLevels, f as isPathMatch, h as createMatcher, i as processMockData, l as normalizePath, m as doesProxyContextMatchUrl, n as createMockMiddleware, o as sortByValidator, p as isPackageExists, r as recoverRequest, s as urlParse, t as mockWebSocket, u as createLogger } from "./server-BetGF1ME.mjs"; | ||
| cwd: path.join(this.cwd, this.options.dir) | ||
| }).then((files) => files.map((file) => () => this.load(path.join(this.options.dir, file)))).then((loaders) => promiseParallel(loaders, 64)).then(() => this.updateMockData()); | ||
| }).then((files) => files.map((file) => () => this.load(normalizePath(path.join(this.options.dir, file))))).then((loaders) => promiseParallel(loaders, 64)).then(() => this.updateMockData()); | ||
| if (!watch$1) return; | ||
@@ -415,3 +415,3 @@ this.watchMockEntry(isMatch); | ||
| var name = "vite-plugin-mock-dev-server"; | ||
| var version = "2.0.5"; | ||
| var version = "2.0.6"; | ||
@@ -418,0 +418,0 @@ //#endregion |
+1
-1
| { | ||
| "name": "vite-plugin-mock-dev-server", | ||
| "type": "module", | ||
| "version": "2.0.5", | ||
| "version": "2.0.6", | ||
| "author": "pengzhanbo <q942450674@outlook.com> (https://github.com/pengzhanbo)", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
106032
0.01%