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

mindee

Package Overview
Dependencies
Maintainers
6
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mindee - npm Package Compare versions

Comparing version 3.7.3 to 3.7.4

8

CHANGELOG.md
# CHANGELOG
## v3.7.4 - 2023-04-20
### Changes
* :white_check_mark: minor improvements to tests
### Fixes
* :bug: fix for options not being passed properly in the CLI tool
## v3.7.3 - 2023-04-11

@@ -4,0 +12,0 @@ ### Changes

2

package.json
{
"name": "mindee",
"version": "3.7.3",
"version": "3.7.4",
"description": "Mindee Client Library for Node.js",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -297,3 +297,5 @@ "use strict";

const allOptions = {
...program.opts(),
...prog.parent?.parent?.opts(),
...prog.parent?.opts(),
...prog.opts(),
...options,

@@ -307,3 +309,5 @@ };

const allOptions = {
...program.opts(),
...prog.parent?.parent?.opts(),
...prog.parent?.opts(),
...prog.opts(),
...options,

@@ -310,0 +314,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