Socket
Book a DemoInstallSign in
Socket

synt

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

synt

Find similar functions and classes in your JavaScript/TypeScript code

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

synt Circle CI Windows Build status npm version

Find similar functions and classes in your JavaScript/TypeScript code.

demo image

Supported Languages

  • JavaScript (ES3-ES15)
  • TypeScript (5.x)

System Requirements

Installation & Usage

npm i synt

CLI

install

npm i -g synt

help

synt -h

example

git clone https://github.com/brentlintner/synt.git
cd synt
synt analyze src

Library

example

const synt = require("synt")

const files = [ "a.js", "b.ts" ]

const { js, ts } = synt.compare(files, {
  similarity: 80,
  ngram: 1,
  minLength: 20,
  sourceType: "module",
  ecmaVersion: 6
})

synt.print(js)

synt.print(ts)

Licensing

This project is licensed under the MPL-2.0 license.

Any contributions made to this project are made under the current license.

Contributing

Any contributions are welcome and appreciated!

Please see CONTRIBUTING.md for more info.

Versioning

This project ascribes to semantic versioning.

Name

synt is short for synteny, and is an (attempted) play on comparing code evolution to genetic (evolution).

Keywords

duplicate

FAQs

Package last updated on 25 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts