Open abhisek opened 9 months ago
vet fails to parse package-lock.json v3 with error:
vet
package-lock.json
scan failed due to error: json: cannot unmarshal array into Go struct field npmPackageLockPackage.packages.license of type string
This seems to be because in v3, license is an array instead of a string value.
license
vet
fails to parsepackage-lock.json
v3 with error:This seems to be because in v3,
license
is an array instead of a string value.