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.1.1 to 1.1.2

11

CHANGELOG.md

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

<a name="1.1.2"></a>
## [1.1.2](https://github.com/MartinHelmut/berries/compare/@berries/acai-cli@1.1.1...@berries/acai-cli@1.1.2) (2018-01-30)
### Bug Fixes
* **acai-cli:** check if depth is defined and afterwards if integer ([e614688](https://github.com/MartinHelmut/berries/commit/e614688))
<a name="1.1.1"></a>

@@ -8,0 +19,0 @@ ## [1.1.1](https://github.com/MartinHelmut/berries/compare/@berries/acai-cli@1.1.0...@berries/acai-cli@1.1.1) (2018-01-30)

2

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

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

@@ -21,3 +21,3 @@ /**

if (!Number.isInteger(depth) && !depth) {
if (depth && !Number.isInteger(depth)) {
throw new TypeError('Option --depth can only take integer values');

@@ -24,0 +24,0 @@ }

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