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

match_percentage

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

match_percentage - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

index.d.ts
declare function matchPercentage(sentence1: string, sentence2: string): { matchPercentage: number, match: boolean };
declare function matchPercentage(sentence1: string, sentence2: string, truthLevel: number): { matchPercentage: number, match: boolean };
export default matchPercentage;
{
"name": "match_percentage",
"version": "1.0.3",
"version": "1.0.4",
"description": "I originally wrote this to compare title headlines from local news websites I web scrape. On any given day, all the websites can have the same story with the title being very similar, which helps me check for duplicate articles.",

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

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