@types/ffprobe
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -304,4 +304,4 @@ // Type definitions for ffprobe 1.1 | ||
start_time?: number | undefined; | ||
duration_ts?: string | undefined; | ||
duration?: number | undefined; | ||
duration_ts?: number | undefined; | ||
duration?: string | undefined; | ||
bit_rate?: number | undefined; | ||
@@ -308,0 +308,0 @@ max_bit_rate?: number | undefined; |
{ | ||
"name": "@types/ffprobe", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "TypeScript definitions for ffprobe", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ffprobe", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "4e1b4d391ca8e1f1299c48a90ddaf5871dc19485218e7ea8fd382608b811a5f2", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "4aa1e28aad28fbf8c038809c35238da10366be7f76f158050ae33bc0fea01fdb", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 03 Feb 2023 21:03:05 GMT | ||
* Last updated: Sat, 09 Sep 2023 00:03:14 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0