Socket
Socket
Sign inDemoInstall

mindee

Package Overview
Dependencies
Maintainers
7
Versions
70
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 1.3.2 to 1.3.3

5

CHANGELOG.md
# CHANGELOG
## v1.3.3
### Fixes
* 🐛 reject errors instead of printing them only to the console
## v1.3.2

@@ -4,0 +9,0 @@

2

mindee/api/request.js

@@ -53,3 +53,3 @@ const https = require("https");

} catch (error) {
console.error(responseBody, error);
reject(error);
}

@@ -56,0 +56,0 @@ });

{
"name": "mindee",
"version": "1.3.2",
"version": "1.3.3",
"description": "Mindee Client Library for Node.js",

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

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