Comparing version 4.2.0 to 4.3.0
{ | ||
"name": "licensee", | ||
"description": "check dependency licenses against rules", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)", | ||
@@ -6,0 +6,0 @@ "dependencies": { |
@@ -70,2 +70,12 @@ Check npm package dependency license metadata against rules. | ||
For output as newline-delimited JSON objects, for further processing: | ||
```json | ||
{ | ||
"scripts": { | ||
"posttest": "licensee --ndjson" | ||
} | ||
} | ||
``` | ||
To skip the readout of license information: | ||
@@ -72,0 +82,0 @@ |
Sorry, the diff of this file is not supported yet
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
22857
132