electron-info
Advanced tools
Comparing version 1.23.0 to 1.23.1
@@ -82,3 +82,5 @@ #!/usr/bin/env node | ||
...(commanderOptions.limit && { limit: parseInt(commanderOptions.limit, 10) }), | ||
...(typeof commanderOptions.prereleases !== 'undefined' && { electronPrereleases: commanderOptions.prereleases }), | ||
...(typeof commanderOptions.prereleases !== 'undefined' && { | ||
electronPrereleases: commanderOptions.prereleases, | ||
}), | ||
...(commanderOptions.source && { releasesUrl: commanderOptions.source }), | ||
@@ -85,0 +87,0 @@ ...(commanderOptions.timeout && { timeout: commanderOptions.timeout }), |
@@ -26,5 +26,5 @@ import { assert, describe, test, beforeEach, afterEach } from 'vitest'; | ||
} | ||
catch (error) { } | ||
catch (_error) { } | ||
}); | ||
}); | ||
}); |
@@ -51,4 +51,4 @@ { | ||
"type": "module", | ||
"version": "1.23.0", | ||
"gitHead": "f1a74d8ec9721d5b52a00e41b2ec73278e048290" | ||
"version": "1.23.1", | ||
"gitHead": "aadf648655ecd0f6bea0c989542a16ff636c71a7" | ||
} |
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
76117
677
2