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

@nlpjs/utils

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nlpjs/utils - npm Package Compare versions

Comparing version 4.10.1 to 4.10.5

src/bench.js

10

package.json
{
"name": "@nlpjs/utils",
"version": "4.10.1",
"version": "4.10.5",
"description": "NLP utils",

@@ -30,7 +30,9 @@ "author": {

},
"gitHead": "1eae0c913e03211f550c2b610fc2bf620b1b0939",
"gitHead": "7afccd18a793f0d26719fa8513a4b36895ed6de4",
"dependencies": {
"@nlpjs/xtables": "^4.10.1",
"exceljs": "^4.1.1"
"@nlpjs/xtables": "^4.10.5",
"exceljs": "^4.1.1",
"https-proxy-agent": "^5.0.0",
"tar": "^6.0.2"
}
}

@@ -34,2 +34,9 @@ /*

} = require('./pattern');
const ProgressBar = require('./progress-bar');
const softMax = require('./softmax');
const Downloader = require('./downloader');
const { getAbsolutePath } = require('./fs-extra');
const Lookup = require('./lookup');
const CorpusLookup = require('./corpus-lookup');
const Bench = require('./bench');

@@ -45,2 +52,9 @@ module.exports = {

composeCorpus,
ProgressBar,
softMax,
Downloader,
getAbsolutePath,
Lookup,
CorpusLookup,
Bench,
};
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