New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nlptoolkit-morphologicalanalysis

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlptoolkit-morphologicalanalysis - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

3

dist/MorphologicalAnalysis/FsmParseList.js

@@ -95,2 +95,5 @@ (function (factory) {

let bestParse = undefined;
if (this.fsmParses.length > 0) {
bestParse = this.fsmParses[0];
}
for (let currentParse of this.fsmParses) {

@@ -97,0 +100,0 @@ if (currentParse.getWord().getName().length > maxLength && !this.isLongestRootException(currentParse)) {

2

package.json
{
"name": "nlptoolkit-morphologicalanalysis",
"version": "1.0.6",
"version": "1.0.7",
"description": "Turkish Morphological Analysis Library",

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

@@ -173,2 +173,5 @@ import {FsmParse} from "./FsmParse";

let bestParse = undefined;
if (this.fsmParses.length > 0){
bestParse = this.fsmParses[0]
}
for (let currentParse of this.fsmParses) {

@@ -175,0 +178,0 @@ if (currentParse.getWord().getName().length > maxLength && !this.isLongestRootException(currentParse)) {

Sorry, the diff of this file is not supported yet

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