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

content-deduplicate

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

content-deduplicate - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

8

package.json
{
"name": "content-deduplicate",
"version": "0.6.0",
"description": "Calculates distances between texts to prevent duplicate content",
"version": "0.7.0",
"description": "Calculates distances between texts to prevent duplicate content. DEPRECATED.",
"main": "dist/index.js",

@@ -57,5 +57,5 @@ "types": "dist/index.d.ts",

"k-medoids": "^1.0.6",
"synonym-optimizer": "2.11.0"
"synonym-optimizer": "2.12.0"
},
"gitHead": "a91894649092a51c5efd4f433ae293e2a9610193"
"gitHead": "a1e713ca12018de288cae0223452aae91b765248"
}
# Content Deduplicate
**This module is deprecated.**
You can still use it, but `node-simhash` provides better approach and value.
See https://medium.com/@jonathankoren/near-duplicate-detection-b6694e807f7a and https://moz.com/devblog/near-duplicate-detection.
This module brings a distance functions and various helpers to calculate distance between strings. It is designed to prevent "duplicate content": avoid having 2 texts which are too close.

@@ -4,0 +11,0 @@

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