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

nlptoolkit-util

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nlptoolkit-util - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

1

dist/FileContents.d.ts

@@ -6,2 +6,3 @@ export declare class FileContents {

readLine(): string;
hasNextLine(): boolean;
}

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

};
FileContents.prototype.hasNextLine = function () {
return this.filePointer < this.contents.length;
};
return FileContents;

@@ -30,0 +33,0 @@ }());

2

package.json
{
"name": "nlptoolkit-util",
"version": "1.0.8",
"version": "1.0.9",
"description": "Simple Utils Library",

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

@@ -22,2 +22,6 @@ import * as fs from "fs";

}
hasNextLine(): boolean{
return this.filePointer < this.contents.length
}
}

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