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

code-kraken

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-kraken - npm Package Compare versions

Comparing version 4.3.0-beta.0 to 4.3.0-beta.1

data_npm-freshness_nextjs-starter.json

2

package.json

@@ -6,3 +6,3 @@ {

"bin": "./dist/code-kraken",
"version": "4.3.0-beta.0",
"version": "4.3.0-beta.1",
"scripts": {

@@ -9,0 +9,0 @@ "start": "node src/codeKraken.mjs",

@@ -68,5 +68,12 @@ <!--suppress HtmlDeprecatedAttribute -->

```
echo CK_BASE_URL=http://github.mpi-internal.com/api/v3 >> $HOME/.code-kraken
echo CK_BASE_URL=https://github.mpi-internal.com/api/v3 >> $HOME/.code-kraken
```
The same goes for the npm registry — by default, _code-kraken_ uses the API of the public npm registry, [registry.npmjs.org](https://registry.npmjs.org). If your company is hosting its own registry, like we do at Adevinta, add the
`CK_NPM_REGISTRY` option, e.g.:
```
CK_NPM_REGISTRY=https://nexus.es.ecg.tools/repository/npm-internal
```
## How to run

@@ -73,0 +80,0 @@

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