@zohodesk/codestandard-analytics
Advanced tools
Comparing version 0.0.1-exp-4 to 0.0.1-exp-5
@@ -1,11 +0,7 @@ | ||
const { execSync } = require('child_process'); | ||
const { Logger } = require('../build/utils/logger'); | ||
#!/usr/bin/env node | ||
(function(){ | ||
const pluginCommand= "npx ZDPrecommit setupPlugins" | ||
try{ | ||
execSync(pluginCommand,{ cwd: process.cwd(), stdio: 'inherit' }) | ||
} catch(err){ | ||
Logger.log(Logger.FAILURE_TYPE,`encountered issue while installing plugins`) | ||
} | ||
})() | ||
/** | ||
* @fileoverview This script is a Node.js executable that imports and runs the module `post call` from the `../build/lib/` directory. | ||
*/ | ||
require("../build/lib/postInstall"); |
{ | ||
"name": "@zohodesk/codestandard-analytics", | ||
"version": "0.0.1-exp-4", | ||
"version": "0.0.1-exp-5", | ||
"description": "linting tool", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
698680
29
1317