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

nlptoolkit-annotatedtree

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlptoolkit-annotatedtree - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/ParseTreeDrawable.d.ts

@@ -9,3 +9,2 @@ import { ParseTree } from "nlptoolkit-parsetree/dist/ParseTree";

private fileDescription;
private name;
constructor(fileDescriptionOrPath?: any, fileDescriptionOrFileName?: any, index?: number);

@@ -17,3 +16,2 @@ setFileDescription(fileDescription: FileDescription): void;

readFromFile(currentPath: string): void;
setName(name: string): void;
nextTree(count: number): void;

@@ -20,0 +18,0 @@ previousTree(count: number): void;

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

}
setName(name) {
this.name = name;
}
nextTree(count) {

@@ -86,0 +83,0 @@ if (this.fileDescription.nextFileExists(count)) {

4

package.json
{
"name": "nlptoolkit-annotatedtree",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -30,3 +30,3 @@ "main": "index.js",

"nlptoolkit-namedentityrecognition": "^1.0.0",
"nlptoolkit-parsetree": "^1.0.0",
"nlptoolkit-parsetree": "^1.0.1",
"nlptoolkit-propbank": "^1.0.2",

@@ -33,0 +33,0 @@ "nlptoolkit-sentinet": "^1.0.0",

@@ -17,3 +17,2 @@ import {ParseTree} from "nlptoolkit-parsetree/dist/ParseTree";

private fileDescription: FileDescription
private name: string

@@ -77,6 +76,2 @@ constructor(fileDescriptionOrPath?: any, fileDescriptionOrFileName?: any, index?: number) {

setName(name: string){
this.name = name
}
nextTree(count: number){

@@ -83,0 +78,0 @@ if (this.fileDescription.nextFileExists(count)){

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