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

pat-tree

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pat-tree - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

lib/Node.js

@@ -6,3 +6,3 @@ var uuid = require("../node_modules/node-uuid").v4;

function Node(id) {
if(id === undefined) {
if(id == undefined) {
this.id = uuid();

@@ -9,0 +9,0 @@ } else {

{
"name": "pat-tree",
"version": "1.0.2",
"version": "1.0.3",
"description": "PAT tree construction for Chinese documents, keyword extraction and text segmentation",

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

@@ -277,2 +277,3 @@ pat-tree

* 1.0.3 Minor change in module Node.js
* 1.0.2 Gaurantee SLP sorting order when `segmentDoc()`

@@ -279,0 +280,0 @@ * 1.0.1 Modify README file

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