Comparing version 1.1.31 to 1.1.32
{ | ||
"name": "dnslint", | ||
"version": "1.1.31", | ||
"version": "1.1.32", | ||
"description": "XYO Internal Domain Tool", | ||
@@ -8,7 +8,7 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"install": "yarn tsc", | ||
"install": "tsc", | ||
"pretest": "yarn install", | ||
"lint": "yarn tslint --config tslint.json src/**/*.ts", | ||
"test": "yarn lint", | ||
"build": "yarn tsc", | ||
"build": "tsc", | ||
"cli": "node dist/cli.js", | ||
@@ -15,0 +15,0 @@ "develop": "yarn ts-node --files src/cli.ts", |
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
54491