New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zohodesk/codestandard-analytics

Package Overview
Dependencies
Maintainers
0
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zohodesk/codestandard-analytics - npm Package Compare versions

Comparing version 0.0.2-exp-2 to 0.0.2-exp-3

2

build/core/eslint/runEslint.js

@@ -50,3 +50,3 @@ "use strict";

excludedFiles
} = await (0, _requestUtils.checkForExemptionNeed)((0, _getSonarProperties.getProjectNameForExemption)());
} = await (0, _requestUtils.checkForExemptionNeed)((0, _getSonarProperties.getProjectNameForExemption)(cliParams));
isExemptionApplied ? JsFiles = (0, _getFileUtils.filterExemptionFiles)(excludedFiles, JsFiles) : null;

@@ -53,0 +53,0 @@ isExemptionApplied == false && _logger.Logger.log(_logger.Logger.FAILURE_TYPE, 'Exemption is not required !');

@@ -98,4 +98,7 @@ "use strict";

function getProjectNameForExemption() {
const default_project = getProjectNameFrmGit();
function getProjectNameForExemption(cliParams) {
const {
developerName = undefined
} = cliParams;
const default_project = getProjectNameFrmGit(developerName);
return `${default_project}_Exemption-report`;

@@ -102,0 +105,0 @@ }

{
"name": "@zohodesk/codestandard-analytics",
"version": "0.0.2-exp-2",
"version": "0.0.2-exp-3",
"description": "linting tool",

@@ -5,0 +5,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc