We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baff150 commit 06a0c42Copy full SHA for 06a0c42
socketdev/fullscans/__init__.py
@@ -766,7 +766,7 @@ def stream_diff(
766
before: str,
767
after: str,
768
use_types: bool = True,
769
- include_license_details: bool = True,
+ include_license_details: str = "true",
770
**kwargs,
771
) -> Union[dict, StreamDiffResponse]:
772
path = f"orgs/{org_slug}/full-scans/diff?before={before}&after={after}&include_license_details={include_license_details}"
socketdev/version.py
@@ -1 +1 @@
1
-__version__ = "2.1.5"
+__version__ = "2.1.6"
0 commit comments