addedInput schema / additionalProperties
Added value: +false
changedInput schema / properties / from / description
Previous value: -"Version currently installed, e.g. \"4.1.2\""New value: +"Exact currently installed version, e.g. \"4.1.2\""
addedInput schema / properties / from / minLength
Added value: +1
changedInput schema / properties / name / description
Previous value: -"Package name, e.g. \"chalk\", \"urllib3\""New value: +"Exact package name, e.g. \"chalk\" or \"urllib3\""
addedInput schema / properties / name / minLength
Added value: +1
changedInput schema / properties / registry / description
Previous value: -"Which registry the package is published on"New value: +"Registry containing both package versions"
changedInput schema / properties / to / description
Previous value: -"Version you intend to upgrade to, e.g. \"5.0.0\""New value: +"Exact target version, e.g. \"5.0.0\""
addedInput schema / properties / to / minLength
Added value: +1
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "advisories": {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "billed": {
+ "type": "boolean"
+ },
+ "breakingCount": {
+ "type": "number"
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "fromVersion": {
+ "type": "string"
+ },
+ "message": {
+ "type": "string"
+ },
+ "packageName": {
+ "type": "string"
+ },
+ "scope": {
+ "type": "string"
+ },
+ "toVersion": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}