@microprogram/plugin-router
Advanced tools
+1
-1
@@ -36,3 +36,3 @@ 'use strict' | ||
| } | ||
| const prop = element.properties.find((p) => p.key.name === 'path') | ||
| const prop = element.properties.find((p) => p.key.name === 'page') | ||
| if (prop) { | ||
@@ -39,0 +39,0 @@ allPath.push(prop.value.value) |
+3
-3
| { | ||
| "name": "@microprogram/plugin-router", | ||
| "version": "1.0.0-beta.5", | ||
| "version": "1.0.0-beta.15", | ||
| "author": "JserWang", | ||
@@ -25,3 +25,3 @@ "files": [ | ||
| "@babel/traverse": "^7.13.15", | ||
| "@microprogram/shared-utils": "^1.0.0-beta.4", | ||
| "@microprogram/shared-utils": "^1.0.0-beta.15", | ||
| "through2": "^4.0.2" | ||
@@ -32,3 +32,3 @@ }, | ||
| }, | ||
| "gitHead": "19e87a829d3a826ff5ab0f5f331856f654649342" | ||
| "gitHead": "7b7c94433f473e7f1c467df1f0d9dfd3767f23e1" | ||
| } |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
3435
0.06%