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

string-comparison

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

string-comparison - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "string-comparison",
"version": "1.0.6",
"version": "1.0.7",
"description": "A library implementing different string similarity",

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

@@ -222,21 +222,6 @@

1. thanos [String]
2. avengers [Array]
2. avengers [...String]
#### return
Return an array of objects
```js
[
{ member: 'edward', index: 0, rating: 0.5 },
{ member: 'theatre', index: 2, rating: 0.6153846153846154 },
{ member: 'sealed', index: 1, rating: 0.8333333333333334 }
]
```
#### Params
1. thanos [String]
2. avengers [...String]
#### Return
Return an array of objects. ex:

@@ -243,0 +228,0 @@ ```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