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

@berries/acai-cli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@berries/acai-cli - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

logo.svg

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="1.0.2"></a>
## [1.0.2](https://github.com/MartinHelmut/berries/compare/@berries/acai-cli@1.0.1...@berries/acai-cli@1.0.2) (2018-01-21)
**Note:** Version bump only for package @berries/acai-cli
<a name="1.0.1"></a>

@@ -8,0 +16,0 @@ ## [1.0.1](https://github.com/MartinHelmut/berries/compare/@berries/acai-cli@1.0.0...@berries/acai-cli@1.0.1) (2018-01-21)

8

package.json
{
"name": "@berries/acai-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "CLI tool calculate bugs in git repositories based on commit messages.",

@@ -34,7 +34,9 @@ "bin": "bin.js",

"bin.js",
"src/"
"src/",
"logo.svg"
],
"dependencies": {
"@berries/acai": "1.1.0",
"@berries/acai": "1.1.1",
"ora": "1.3.0",
"strip-ansi": "4.0.0",
"yargs": "10.1.1"

@@ -41,0 +43,0 @@ },

@@ -12,2 +12,3 @@ # @berries/acai-cli

[![npm][npmimg]][npmurl]
[![Build Status][bsurl]][bsimg]

@@ -29,3 +30,3 @@ [![Coverage Status][csimg]][csurl]

* [Usage](#usage)
* [Options](#options)
* [Options](#options)
* [License](#license)

@@ -40,8 +41,20 @@

You can install the CLI with `npm i acai-cli -g` run the _acai-cli_ inside a git repository (other version control systems will be follow):
You can install the CLI with:
```shell
$ npm i @berries/acai-cli -g
```
and run the _acai-cli_ inside a git repository (other version control systems will be follow):
```shell
$ acai
```
or use npx and run acai directly:
```shell
$ npx @berries/acai-cli
```
### Options

@@ -60,2 +73,4 @@

[npmurl]: https://www.npmjs.com/package/@berries/acai-cli
[npmimg]: https://img.shields.io/npm/v/@berries/acai-cli.svg
[bsurl]: https://travis-ci.org/MartinHelmut/berries.svg?branch=master

@@ -62,0 +77,0 @@ [bsimg]: https://travis-ci.org/MartinHelmut/berries

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