Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zohodesk/codestandard-analytics

Package Overview
Dependencies
Maintainers
0
Versions
35
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.1-exp-12 to 0.0.1-exp-13

2

build/utils/request.js

@@ -68,5 +68,5 @@ "use strict";

} = (0, _fileUtils.getLintConfiguration)();
const endPoint = `${gitEndPoint}/api/v4/projects/7761/repository/compare?from=${(0, _getSonarProperties.getBranchName)()}&to=${compareBranch}`;
const endPoint = `${gitEndPoint}/api/v4/projects/7761/repository/compare?from=${compareBranch}&to=${(0, _getSonarProperties.getBranchName)()}`;
const command = `curl --header "PRIVATE-TOKEN:${(0, _hash.decrypt)(token, 12)}" "${endPoint}"`;
(0, _fs.writeFileSync)(branchDiffPath, requestUtils(command));
}
{
"name": "@zohodesk/codestandard-analytics",
"version": "0.0.1-exp-12",
"version": "0.0.1-exp-13",
"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