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

cos-similarity

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cos-similarity - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

19

package.json
{
"name": "cos-similarity",
"version": "1.1.0",
"version": "1.1.1",
"description": "Computes the cosine similarity between two vectors",

@@ -34,3 +34,3 @@ "keywords": [

"lint": "eslint .",
"prepare": "husky install && npm run build",
"prepare": "npm run build",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",

@@ -43,10 +43,9 @@ "posttest": "npm run lint"

"cosine-similarity": "1.0.1",
"eslint": "7.32.0",
"eslint-config-pretty-strict": "8.0.2",
"eslint-plugin-jest": "24.4.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "7.0.1",
"jest": "27.0.6",
"prettier": "2.3.2",
"rollup": "2.56.2",
"eslint": "8.20.0",
"eslint-config-pretty-strict": "8.1.1",
"eslint-plugin-jest": "26.6.0",
"eslint-plugin-prettier": "4.2.1",
"jest": "28.1.3",
"prettier": "2.7.1",
"rollup": "2.77.0",
"tiny-tfidf": "0.9.1"

@@ -53,0 +52,0 @@ },

# cos-similarity
[![build status](https://github.com/rtomrud/cos-similarity/workflows/build/badge.svg)](https://github.com/rtomrud/cos-similarity/actions?query=branch%3Amaster+workflow%3Abuild)
[![build status](https://github.com/rtomrud/cos-similarity/workflows/ci/badge.svg)](https://github.com/rtomrud/cos-similarity/actions?query=branch%3Amaster+workflow%3Aci)
[![npm version](https://badgen.net/npm/v/cos-similarity)](https://www.npmjs.com/package/cos-similarity)

@@ -29,5 +29,1 @@ [![bundle size](https://badgen.net/bundlephobia/minzip/cos-similarity)](https://bundlephobia.com/result?p=cos-similarity)

```
## License
[MIT](./LICENSE)
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