@evidence-dev/preprocess
Advanced tools
+7
-0
| # @evidence-dev/preprocess | ||
| ## 6.0.1 | ||
| ### Patch Changes | ||
| - fa5179ed4: fix query HMR | ||
| - 730321d90: Enable strict mode for sources | ||
| ## 6.0.0 | ||
@@ -4,0 +11,0 @@ |
+1
-1
| { | ||
| "name": "@evidence-dev/preprocess", | ||
| "version": "6.0.0", | ||
| "version": "6.0.1", | ||
| "description": "Markdown preprocessor for evidence.dev projects", | ||
@@ -5,0 +5,0 @@ "author": "evidence.dev", |
@@ -144,3 +144,3 @@ const unified = require('unified'); | ||
| const strictBuild = process.env.VITE_BUILD_STRICT === 'true'; | ||
| const strictBuild = process.env.EVIDENCE_STRICT_MODE === 'true'; | ||
| const circularRefErrorMsg = 'Compiler error: circular reference'; | ||
@@ -147,0 +147,0 @@ |
@@ -67,2 +67,7 @@ const { getRouteHash } = require('./utils/get-route-hash.cjs'); | ||
| if (import.meta?.hot) { | ||
| import.meta.hot.on("vite:beforeUpdate", () => { | ||
| // remove all prerendered queries | ||
| delete props.data; | ||
| }); | ||
| import.meta.hot.on("evidence:queryChange", ({queryId, content}) => { | ||
@@ -69,0 +74,0 @@ let errors = [] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
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
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
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
4082691
0.02%98313
0.01%