node-sarif-builder
Advanced tools
Comparing version 0.1.2-alpha202201100746.0 to 0.1.2-alpha202201100754.0
{ | ||
"name": "node-sarif-builder", | ||
"version": "0.1.2-alpha202201100746.0", | ||
"version": "0.1.2-alpha202201100754.0", | ||
"description": "Module to help building SARIF log files", | ||
@@ -15,3 +15,3 @@ "main": "dist/lib/index.js", | ||
"fix:lint": "eslint src --ext .ts --fix", | ||
"test": "run-s build test:*", | ||
"test": "yarn test:unit", | ||
"test:lint": "eslint src --ext .ts", | ||
@@ -68,3 +68,3 @@ "test:prettier": "prettier \"src/**/*.ts\" --list-different", | ||
"rewritePaths": { | ||
"src/": "build/main/" | ||
"src/": "dist/" | ||
} | ||
@@ -71,0 +71,0 @@ }, |
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
247536