express-openapi-validator
Advanced tools
Sorry, the diff of this file is not supported yet
| <component name="InspectionProjectProfileManager"> | ||
| <profile version="1.0"> | ||
| <option name="myName" value="Project Default" /> | ||
| <inspection_tool class="PyPackageRequirementsInspection" enabled="true" level="WARNING" enabled_by_default="true"> | ||
| <option name="ignoredPackages"> | ||
| <value> | ||
| <list size="41"> | ||
| <item index="0" class="java.lang.String" itemvalue="tiktoken" /> | ||
| <item index="1" class="java.lang.String" itemvalue="pathspec" /> | ||
| <item index="2" class="java.lang.String" itemvalue="scikit-learn" /> | ||
| <item index="3" class="java.lang.String" itemvalue="mypy-extensions" /> | ||
| <item index="4" class="java.lang.String" itemvalue="cycler" /> | ||
| <item index="5" class="java.lang.String" itemvalue="numpy" /> | ||
| <item index="6" class="java.lang.String" itemvalue="requests" /> | ||
| <item index="7" class="java.lang.String" itemvalue="sniffio" /> | ||
| <item index="8" class="java.lang.String" itemvalue="win32-setctime" /> | ||
| <item index="9" class="java.lang.String" itemvalue="certifi" /> | ||
| <item index="10" class="java.lang.String" itemvalue="urllib3" /> | ||
| <item index="11" class="java.lang.String" itemvalue="uvicorn" /> | ||
| <item index="12" class="java.lang.String" itemvalue="pyparsing" /> | ||
| <item index="13" class="java.lang.String" itemvalue="annotated-types" /> | ||
| <item index="14" class="java.lang.String" itemvalue="pydantic-settings" /> | ||
| <item index="15" class="java.lang.String" itemvalue="scipy" /> | ||
| <item index="16" class="java.lang.String" itemvalue="pydantic" /> | ||
| <item index="17" class="java.lang.String" itemvalue="black" /> | ||
| <item index="18" class="java.lang.String" itemvalue="kiwisolver" /> | ||
| <item index="19" class="java.lang.String" itemvalue="packaging" /> | ||
| <item index="20" class="java.lang.String" itemvalue="plotly" /> | ||
| <item index="21" class="java.lang.String" itemvalue="gunicorn" /> | ||
| <item index="22" class="java.lang.String" itemvalue="loguru" /> | ||
| <item index="23" class="java.lang.String" itemvalue="click" /> | ||
| <item index="24" class="java.lang.String" itemvalue="attrs" /> | ||
| <item index="25" class="java.lang.String" itemvalue="contourpy" /> | ||
| <item index="26" class="java.lang.String" itemvalue="fonttools" /> | ||
| <item index="27" class="java.lang.String" itemvalue="openai" /> | ||
| <item index="28" class="java.lang.String" itemvalue="fastapi" /> | ||
| <item index="29" class="java.lang.String" itemvalue="regex" /> | ||
| <item index="30" class="java.lang.String" itemvalue="humps" /> | ||
| <item index="31" class="java.lang.String" itemvalue="pydantic_core" /> | ||
| <item index="32" class="java.lang.String" itemvalue="platformdirs" /> | ||
| <item index="33" class="java.lang.String" itemvalue="colorama" /> | ||
| <item index="34" class="java.lang.String" itemvalue="matplotlib" /> | ||
| <item index="35" class="java.lang.String" itemvalue="typing_extensions" /> | ||
| <item index="36" class="java.lang.String" itemvalue="charset-normalizer" /> | ||
| <item index="37" class="java.lang.String" itemvalue="aiohttp" /> | ||
| <item index="38" class="java.lang.String" itemvalue="pytz" /> | ||
| <item index="39" class="java.lang.String" itemvalue="idna" /> | ||
| <item index="40" class="java.lang.String" itemvalue="Pillow" /> | ||
| </list> | ||
| </value> | ||
| </option> | ||
| </inspection_tool> | ||
| <inspection_tool class="PyPep8NamingInspection" enabled="true" level="WEAK WARNING" enabled_by_default="true"> | ||
| <option name="ignoredErrors"> | ||
| <list> | ||
| <option value="N803" /> | ||
| </list> | ||
| </option> | ||
| </inspection_tool> | ||
| </profile> | ||
| </component> |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project version="4"> | ||
| <component name="MaterialThemeProjectNewConfig"> | ||
| <option name="metadata"> | ||
| <MTProjectMetadataState> | ||
| <option name="migrated" value="true" /> | ||
| <option name="pristineConfig" value="false" /> | ||
| <option name="userId" value="2dfd697b:18f6d069f21:-7ffe" /> | ||
| </MTProjectMetadataState> | ||
| </option> | ||
| </component> | ||
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project version="4"> | ||
| <component name="ProjectModuleManager"> | ||
| <modules> | ||
| <module fileurl="file://$PROJECT_DIR$/.idea/express-openapi-validator.iml" filepath="$PROJECT_DIR$/.idea/express-openapi-validator.iml" /> | ||
| </modules> | ||
| </component> | ||
| </project> |
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <project version="4"> | ||
| <component name="VcsDirectoryMappings"> | ||
| <mapping directory="" vcs="Git" /> | ||
| </component> | ||
| </project> |
+2
-2
| { | ||
| "name": "express-openapi-validator", | ||
| "version": "4.13.8", | ||
| "version": "4.13.9", | ||
| "description": "Automatically validate API requests and responses with OpenAPI 3 and Express.", | ||
@@ -44,3 +44,3 @@ "main": "dist/index.js", | ||
| "media-typer": "^1.1.0", | ||
| "multer": "^1.4.5-lts.1", | ||
| "multer": "^2.0.1", | ||
| "ono": "^7.1.3", | ||
@@ -47,0 +47,0 @@ "path-to-regexp": "^6.2.0" |
+0
-3
@@ -35,5 +35,2 @@ # ๐ฆ express-openapi-validator | ||
| npm install express-openapi-validator | ||
| ## latest beta | ||
| npm install express-openapi-validator@4.14.0-beta.1 | ||
| ``` | ||
@@ -40,0 +37,0 @@ |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
342345
1.53%90
5.88%86
-3.37%+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated