Socket
Socket
Sign inDemoInstall

monkeylearn

Package Overview
Dependencies
8
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.0 to 3.2.1

.gitignore

4

lib/models.js

@@ -48,6 +48,6 @@ 'use strict';

if (this.ml.settings.auto_batch) {
for (let ii=0; ii < data.length; ii+=ml.settings.batch_size) {
for (let ii=0; ii < data.length; ii+=this.ml.settings.batch_size) {
// keep all the params except the data list, which will get overloaded
let batch = cloneDeep(params);
batch.data = data.slice(ii, ii+ml.settings.batch_size);
batch.data = data.slice(ii, ii+this.ml.settings.batch_size);
batches.push(batch)

@@ -54,0 +54,0 @@ }

{
"name": "monkeylearn",
"version": "3.2.0",
"version": "3.2.1",
"description": "Official Node client for the MonkeyLearn API version 3.",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc