@nlpjs/utils
Advanced tools
Comparing version 4.10.1 to 4.10.5
{ | ||
"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, | ||
}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 4 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55612
17
1487
4
5
3
+ Addedhttps-proxy-agent@^5.0.0
+ Addedtar@^6.0.2
+ Addedagent-base@6.0.2(transitive)
+ Addedchownr@2.0.0(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedfs-minipass@2.1.0(transitive)
+ Addedhttps-proxy-agent@5.0.1(transitive)
+ Addedminipass@3.3.65.0.0(transitive)
+ Addedminizlib@2.1.2(transitive)
+ Addedmkdirp@1.0.4(transitive)
+ Addedms@2.1.3(transitive)
+ Addedtar@6.2.1(transitive)
+ Addedyallist@4.0.0(transitive)
Updated@nlpjs/xtables@^4.10.5