jscpd icon indicating copy to clipboard operation
jscpd copied to clipboard

Copy/paste detector for programming source code.

Results 101 jscpd issues
Sort by recently updated
recently updated
newest added

The repository's main README.md has a broken link: https://github.com/kucherenko/jscpd/blob/d9584f2a248aefb6492139e98d61e9c43bc3abd3/README.md?plain=1#L33 (packages/jscpd no longer exists) Should probably be updated to https://github.com/kucherenko/jscpd/tree/master/apps/jscpd

So the moment the jscpd is imported, the `bin` [IIFE](https://developer.mozilla.org/uk/docs/Glossary/IIFE) is executed which is not desired. The latest v3 does not have such a problem. I'm using it for now....

This PR was automatically created by Snyk using the credentials of a real user.![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) ### Snyk has created this PR to fix 1 vulnerabilities in the yarn dependencies of this...

Unless you are run in silent mode, console reporter will be used, regardless of other configured reporters: https://github.com/kucherenko/jscpd/blob/d9584f2a248aefb6492139e98d61e9c43bc3abd3/apps/jscpd/src/init/subscribers.ts#L9-L11 https://github.com/kucherenko/jscpd/blob/d9584f2a248aefb6492139e98d61e9c43bc3abd3/packages/finder/src/subscribers/progress.ts#L11 In my configuration, I have `reporters: ['consoleFull']` set. However, this creates...

This line has no impact as it's result is not assigned back to any variable: https://github.com/kucherenko/jscpd/blob/d9584f2a248aefb6492139e98d61e9c43bc3abd3/apps/jscpd/src/init/ignore.ts#L15 Perharps it should be `return ignore.map((pattern) => pattern.replace('!', ''));` instead?

Windows does not give errors when installed and run as intended on the PC. But it does not generate the report file

Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. Release notes Sourced from typescript's releases. TypeScript 5.6.3 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.2 to 22.7.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.5.2&new-version=22.7.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [turbo](https://github.com/vercel/turborepo) from 1.13.3 to 2.1.3. Release notes Sourced from turbo's releases. Turborepo v2.1.3 What's Changed Docs eslint plugin no-undeclared-env-vars should detect known framework variables by @​dimitropoulos in vercel/turborepo#9110 hotfix...

dependencies

Bumps [@changesets/cli](https://github.com/changesets/changesets) from 2.27.7 to 2.27.9. Release notes Sourced from @​changesets/cli's releases. @​changesets/cli@​2.27.9 Patch Changes #1458 400ab7b Thanks @​benmccann! - Moved @types/semver to devDependencies #1462 689e541 Thanks @​benmccann! - remove...

dependencies