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

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

Bumps [terser](https://github.com/terser/terser) from 4.7.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.2.2 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) This is a fix for compatibility with m1 mac * **What is the current behavior?**...

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...

dependencies

http://kucherenko.github.io/jscpd-report.html

bug
help wanted

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

**Describe the bug** Created _.jscpd.json_ file in the project root as it is described [here](https://nvuillam.github.io/mega-linter/descriptors/copypaste_jscpd/). In the section "ignore" left only ```"**/*.md"``` Still getting [failure](https://github.com/aregtech/areg-sdk/runs/3919947851?check_suite_focus=true) with error message ```ERROR: jscpd...

**Describe the bug** .gitignore files are parsed in a manner inconsistent with [their specification](https://git-scm.com/docs/gitignore). **To Reproduce** Steps to reproduce the behavior: 1. [Setup a yarn 2 project](https://yarnpkg.com/getting-started/install) using [Plug'n'Play](https://yarnpkg.com/features/pnp). 2....