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

codecharta-analysis

Package Overview
Dependencies
Maintainers
3
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codecharta-analysis - npm Package Compare versions

Comparing version 1.6.7 to 1.9.0

public/bin/ccsh

6

package.json

@@ -13,9 +13,9 @@ {

"name": "codecharta-analysis",
"version": "1.6.7",
"version": "1.9.0",
"description": "MaibornWolff CodeCharta Analysis Tools",
"scripts": {
"prepare": "../gradlew -p .. installDist && ../build/install/codecharta-analysis/ccsh install && cp -R ../build/install/codecharta-analysis public"
"prepare": "rm -rf ../build/install/codecharta-analysis public && ../gradlew -p .. installDist && cp -R ../build/install/codecharta-analysis public"
},
"bin": {
"ccsh": "public/ccsh"
"ccsh": "public/bin/ccsh"
},

@@ -22,0 +22,0 @@ "license": "BSD-3-Clause",

@@ -5,2 +5,4 @@ # CodeCharta analysis

> CodeCharta by [MaibornWolff](https://www.maibornwolff.de)
## CodeCharta analysis tools

@@ -19,3 +21,2 @@

| SonarQube | [SonarImporter](import/SonarImporter/README.md) |
| SourceMonitor | [SourceMonitorImporter](import/SourceMonitorImporter/README.md) |

@@ -53,6 +54,4 @@ ### Filter

- Unzip / untar package in desired destination folder (named CC_INSTALL_DIR)
- If on Linux: make extracted ccsh runnable (`chmod u+x ccsh`)
- In bash:
> ./ccsh install
> ./ccsh -h
> ./bin/ccsh -h

@@ -59,0 +58,0 @@ ## Build

@@ -1,6 +0,10 @@

# Install via npm
# CodeCharta
> CodeCharta by [MaibornWolff](https://www.maibornwolff.de)
Install via npm
This installs all binaries to run the analysis. Java 9 is required.
`npm install -g codecharta-analysis`
`npm install -g @maibornwolff/codecharta-analysis`

@@ -7,0 +11,0 @@ To run it you can call `ccsh`

Sorry, the diff of this file is not supported yet

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