addedOutput schema / properties / candidates / items / properties / installSize
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "transitive": {
+ "additionalProperties": false,
+ "properties": {
+ "sizeUnknownCount": {
+ "type": "number"
+ },
+ "transitiveDependencyCount": {
+ "type": "number"
+ },
+ "transitiveUnpackedSize": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "transitiveUnpackedSize",
+ "transitiveDependencyCount",
+ "sizeUnknownCount",
+ "truncated"
+ ],
+ "type": "object"
+ },
+ "unpackedSize": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "unpackedSize",
+ "transitive"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
changedOutput schema / properties / candidates / items / required
Previous value: -[
- "name",
- "found",
- "resolutionError",
- "npmscanUrl",
- "description",
- "license",
- "latestVersion",
- "deprecated",
- "weeklyDownloads",
- "downloadTrend",
- "githubStars",
- "hasBuiltInTypes",
- "daysSinceLastPublish",
- "popularityTier",
- "maintenanceTier",
- "maintenanceSummary",
- "possibleTyposquatOf",
- "isLatestVersionVulnerable",
- "highestSeverity",
- "vulnerabilityCount",
- "installScriptRisk",
- "score"
-]New value: +[
+ "name",
+ "found",
+ "resolutionError",
+ "npmscanUrl",
+ "description",
+ "license",
+ "latestVersion",
+ "deprecated",
+ "weeklyDownloads",
+ "downloadTrend",
+ "githubStars",
+ "hasBuiltInTypes",
+ "daysSinceLastPublish",
+ "popularityTier",
+ "maintenanceTier",
+ "maintenanceSummary",
+ "possibleTyposquatOf",
+ "isLatestVersionVulnerable",
+ "highestSeverity",
+ "vulnerabilityCount",
+ "installScriptRisk",
+ "installSize",
+ "score"
+]
addedOutput schema / properties / differentiators / properties / largestInstallSize
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / differentiators / properties / smallestInstallSize
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / differentiators / required
Previous value: -[
- "mostDownloads",
- "mostGithubStars",
- "hasTypeScriptSupport",
- "hasKnownVulnerabilities",
- "deprecated",
- "possibleTyposquat",
- "installScriptRiskFlagged"
-]New value: +[
+ "mostDownloads",
+ "mostGithubStars",
+ "hasTypeScriptSupport",
+ "hasKnownVulnerabilities",
+ "deprecated",
+ "possibleTyposquat",
+ "installScriptRiskFlagged",
+ "smallestInstallSize",
+ "largestInstallSize"
+]