Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Updates eslint-plugin-jest to v28 #934

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-jest ^24.4.0 -> ^28.0.0 age adoption passing confidence

Release Notes

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.8.1

Compare Source

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)

v28.8.0

Compare Source

Features
  • import formatting rules from eslint-plugin-jest-formatting (#​1563) (74078ee)

v28.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://togithub.com/typescript-eslint) v8 (#​1636) (fb43171)

v28.6.0

Compare Source

Features

v28.5.0

Compare Source

Features
  • allow @typescript-eslint/utils v7 as a direct dependency (#​1567) (1476f10)

v28.4.0

Compare Source

Features
  • valid-expect: supporting automatically fixing missing await in some cases (#​1574) (a407098)

v28.3.0

Compare Source

Features

v28.2.0

Compare Source

Features

28.1.1 (2024-04-06)

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.1

Compare Source

Bug Fixes
  • max-expects: properly reset counter when exiting a test case (#​1550) (b4b7cbc)

v28.1.0

Compare Source

Features

v28.0.0

Compare Source

Bug Fixes
Features
BREAKING CHANGES
  • Node v19 is no longer supported
  • removed unneeded snapshot processor and flat/snapshot config
  • dropped support for @typescript-eslint/eslint-plugin v5
  • dropped support for Node v14
  • removed no-if in favor of no-conditional-in-test

v27.9.0

Compare Source

Features

v27.8.0

Compare Source

Features

v27.7.0

Compare Source

Features
  • allow [@typescript-eslint](https://togithub.com/typescript-eslint) v7 (#​1500) (6be2928)

27.6.3 (2024-01-12)

Bug Fixes

27.6.2 (2024-01-10)

Reverts

27.6.1 (2024-01-01)

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

v27.6.3

Compare Source

Bug Fixes

v27.6.2

Compare Source

Reverts

v27.6.1

Compare Source

Bug Fixes
  • include plugin meta information with snapshot processor for ESLint v9 (#​1484) (067e246)

v27.6.0

Compare Source

Features

v27.5.0

Compare Source

Features
  • valid-title: allow ignoring tests with non-string titles (#​1460) (ea89da9)

27.4.3 (2023-10-20)

Bug Fixes

27.4.2 (2023-09-29)

Bug Fixes

27.4.1 (2023-09-29)

Bug Fixes
  • no-focused-tests: make reporting location consistent (#​1443) (a871775)

v27.4.3

Compare Source

Bug Fixes

v27.4.2

Compare Source

Bug Fixes

v27.4.1

Compare Source

Bug Fixes
  • no-focused-tests: make reporting location consistent (#​1443) (a871775)

v27.4.0

Compare Source

Features
  • valid-title: support ignoring leading and trailing whitespace (#​1433) (bc96473)

v27.3.0

Compare Source

Features

27.2.3 (2023-07-13)

Bug Fixes

27.2.2 (2023-06-19)

Bug Fixes

27.2.1 (2023-01-06)

Bug Fixes

v27.2.3

Compare Source

Bug Fixes

v27.2.2

Compare Source

Bug Fixes

v27.2.1

Compare Source

Bug Fixes

v27.2.0

Compare Source

Features

27.1.7 (2022-12-15)

Bug Fixes

27.1.6 (2022-11-24)

Bug Fixes
  • ensure rule fixes produce valid code when function params and args have trailing commas (#​1282) (8eca0b7)

27.1.5 (2022-11-10)

Performance Improvements
  • use Set instead of iterating, and deduplicate a function (#​1278) (0e048f1)

27.1.4 (2022-11-04)

Performance Improvements
  • don't collect more info than needed when resolving jest functions (#​1275) (e4a5674)

27.1.3 (2022-10-18)

Bug Fixes

27.1.2 (2022-10-14)

Bug Fixes
  • valid-expect-in-promise: adjust grammar in rule message (#​1264) (4494ed2)

27.1.1 (2022-10-05)

Bug Fixes

v27.1.7

Compare Source

Bug Fixes

v27.1.6

Compare Source

Bug Fixes
  • ensure rule fixes produce valid code when function params and args have trailing commas (#​1282) (8eca0b7)

v27.1.5

Compare Source

Performance Improvements
  • use Set instead of iterating, and deduplicate a function (#​1278) (0e048f1)

v27.1.4

Compare Source

Performance Improvements
  • don't collect more info than needed when resolving jest functions (#​1275) (e4a5674)

v27.1.3

Compare Source

Bug Fixes

v27.1.2

Compare Source

Bug Fixes
  • valid-expect-in-promise: adjust grammar in rule message (#​1264) (4494ed2)

v27.1.1

Compare Source

Bug Fixes

v27.1.0

Compare Source

Features

27.0.4 (2022-09-10)

Bug Fixes

27.0.3 (2022-09-09)

Bug Fixes

27.0.2 (2022-09-08)

Bug Fixes
  • no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#​1236) (5fe4568), closes #​1235

27.0.1 (2022-08-28)

Bug Fixes
  • prefer-expect-assertions: report on concise arrow functions with expect call (#​1225) (64ec9c1)

v27.0.4

Compare Source

Bug Fixes

v27.0.3

Compare Source

Bug Fixes

v27.0.2

Compare Source

Bug Fixes
  • no-restricted-matchers: improve check to not be solely based on the start of the matcher chain (#​1236) (5fe4568), closes #​1235

v27.0.1

Compare Source

Bug Fixes
  • prefer-expect-assertions: report on concise arrow functions with expect call (#​1225) (64ec9c1)

v27.0.0

Compare Source

Bug Fixes
  • unbound-method: don't suppress errors from base rule (#​1219) (7c1389e)
Features
BREAKING CHANGES
  • no-alias-methods is now recommended as the methods themselves will be removed in the next major version of Jest
  • no-jest-import: removed no-jest-import rule
  • unbound-method: errors thrown by the unbound-method base rule are no longer suppressed - really this means that if you don't specify project when this rule is enabled and @typescript-eslint/eslint-plugin is present, that error will no longer be suppressed instead of silently doing nothing; it will still not throw if this rule is enabled without the base rule being present
  • no-restricted-matchers: no-restricted-matchers now checks against the start of the expect chain, meaning you have to explicitly list each possible matcher & modifier permutations that you want to restrict
  • Support for ESLint version 6 is removed
  • Node versions 12 and 17 are no longer supported

v26.9.0

Compare Source

Features

26.8.7 (2022-08-21)

Bug Fixes
  • prefer-expect-assertions: report on concise arrow functions (#​1207) (f928747)

26.8.6 (2022-08-21)

Bug Fixes
  • max-expect: reset expect counter when entering and exiting test function calls (#​1206) (3908ab8)

26.8.5 (2022-08-20)

Bug Fixes
  • prefer-expect-assertions: use scoped based jest fn call parser for expect checks (#​1201) (fd54ca1)

26.8.4 (2022-08-19)

Bug Fixes
  • prefer-mock-promise-shorthand: ignore mockImplementation functions that have parameters (#​1199) (78ccbef)

26.8.3 (2022-08-15)

Performance Improvements

26.8.2 (2022-08-09)

Bug Fixes
  • max-expects: don't count expect.<member>() calls towards max (#​1194) (75a0ff2)

26.8.1 (2022-08-08)

Bug Fixes
  • no-standalone-expect: only report on expect.hasAssertions & expect.assertions member calls (#​1191) (4bf9eea)

v26.8.7

Compare Source

Bug Fixes
  • prefer-expect-assertions: report on concise arrow functions (#​1207) (f928747)

v26.8.6

Compare Source

Bug Fixes
  • max-expect: reset expect counter when entering and exiting test function calls (#​1206) (3908ab8)

v26.8.5

Compare Source

Bug Fixes
  • prefer-expect-assertions: use scoped based jest fn call parser for expect checks (#​1201) (fd54ca1)

v26.8.4

Compare Source

Bug Fixes
  • prefer-mock-promise-shorthand: ignore mockImplementation functions that have parameters (#​1199) (78ccbef)

v26.8.3

Compare Source

Performance Improvements

v26.8.2

Compare Source

Bug Fixes
  • max-expects: don't count expect.<member>() calls towards max (#​1194) (75a0ff2)

v26.8.1

Compare Source

Bug Fixes
  • no-standalone-expect: only report on expect.hasAssertions & expect.assertions member calls (#​1191) (4bf9eea)

v26.8.0

Compare Source

Features

v26.7.0

Compare Source

Features

v26.6.0

Compare Source

Features

26.5.3 (2022-06-06)

Bug Fixes
  • prefer-equality-matcher: handle resolves and rejects modifiers correctly (#​1146) (0fad4df)

26.5.2 (2022-06-06)

Bug Fixes
  • prefer-comparison-matcher: handle resolves and rejects modifiers correctly (#​1145) (b1795ff)

26.5.1 (2022-06-05)

Bug Fixes
  • prefer-called-with: handle resolves and rejects modifiers correctly (#​1143) (dff1cb4)

v26.5.3

Compare Source

Bug Fixes
  • prefer-equality-matcher: handle resolves and rejects modifiers correctly (#​1146) (0fad4df)

v26.5.2

Compare Source

Bug Fixes
  • prefer-comparison-matcher: handle resolves and rejects modifiers correctly (#​1145) (b1795ff)

v26.5.1

Compare Source

Bug Fixes
  • prefer-called-with: handle resolves and rejects modifiers correctly (#​1143) (dff1cb4)

v26.5.0

Compare Source

Features

26.4.7 (2022-06-04)

Bug Fixes
  • no-restricted-matchers: allow restricting negated resolves and rejects modifiers (#​1142) (0950a96)

26.4.6 (2022-05-30)

Bug Fixes
  • no-disabled-tests: don't report on it.todo & test.todo (#​1137) (b651443)

26.4.5 (2022-05-29)

Bug Fixes
  • expect-expect: include numbers when matching assert function names with wildcards (#​1134) (2d0ef11)

26.4.4 (2022-05-29)

Bug Fixes
  • don't consider template tags in the middle of a possible jest function chain to be valid (#​1133) (430de17)

26.4.3 (2022-05-29)

Bug Fixes
  • don't consider method calls on literals or new to be jest functions (#​1132) (379ceb3)
  • produce valid code when when fixing properties accessed with square brackets (#​1131) (6cd600d)

26.4.2 (2022-05-28)

Bug Fixes
  • don't consider concurrent.skip and concurrent.only valid test functions (#​1124) (0aa5eb6)
  • no-disabled-tests: use jest function call parser for checking number of args (#​1126) (b67e389)

26.4.1 (2022-05-28)

Bug Fixes

v26.4.7

Compare Source

Bug Fixes
  • no-restricted-matchers: allow restricting negated resolves and rejects modifiers (#​1142) (0950a96)

v26.4.6

Compare Source

Bug Fixes
  • no-disabled-tests: don't report on it.todo & test.todo (#​1137) (b651443)

v26.4.5

Compare Source

Bug Fixes
  • expect-expect: include numbers when matching assert function names with wildcards (#​1134) (2d0ef11)

v26.4.4

Compare Source

Bug Fixes
  • don't consider template tags in the middle of a possible jest function chain to be valid (#​1133) (430de17)

v26.4.3

Compare Source

Bug Fixes
  • don't consider method calls on literals or new to be jest functions (#​1132) (379ceb3)
  • produce valid code when when fixing properties accessed with square brackets (#​1131) (6cd600d)

v26.4.2

Compare Source

Bug Fixes
  • don't consider concurrent.skip and concurrent.only valid test functions (#​1124) (0aa5eb6)
  • no-disabled-tests: use jest function call parser for checking number of args (#​1126) (b67e389)

v26.4.1

Compare Source

Bug Fixes

v26.4.0

Compare Source

Features
  • improve how jest function calls are resolved to account for import aliases (#​1122) (781f00e)

v26.3.0

Compare Source

Features

26.2.2 (2022-05-14)

Bug Fixes
  • use the last reference definition when checking jest fn scope (#​1109) (1b2b9c1)

26.2.1 (2022-05-14)

Bug Fixes

v26.2.2

Compare Source

Bug Fixes
  • use the last reference definition when checking jest fn scope (#​1109) (1b2b9c1)

v26.2.1

Compare Source

Bug Fixes

v26.2.0

Compare Source

Features

26.1.5 (2022-04-22)

Bug Fixes
  • prefer-expect-assertions: properly handle checking across multiple tests (#​1089) (8b61b0c)

26.1.4 (2022-04-08)

Bug Fixes
  • prefer-snapshot-hint: don't report multi snapshots in different tests within the same describe (#​1078) (98e5166)

26.1.3 (2022-03-24)

Bug Fixes

26.1.2 (2022-03-19)

Bug Fixes
  • prefer-snapshot-hint: support passing hint to toMatchSnapshot as first argument (#​1070) (97b1f9d)

26.1.1 (2022-02-15)

Bug Fixes
  • docs: use

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link

github-actions bot commented Apr 7, 2024

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

Copy link

github-actions bot commented Apr 7, 2024

Hello from PR Helper

Is your PR ready for review and processing? Mark the PR ready by including #pr-ready in a comment.

If you still have work to do, even after marking this ready. Put the PR on hold by including #pr-onhold in a comment.

Copy link

github-actions bot commented Apr 7, 2024

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

Copy link

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@aashutoshrathi/word-wrap@1.2.6 None 0 10.9 kB aashutoshrathi
npm/@ampproject/remapping@2.3.0 None 0 78.9 kB jridgewell
npm/@babel/compat-data@7.24.4 None 0 65.2 kB nicolo-ribaudo
npm/@babel/core@7.24.4 environment, filesystem, unsafe 0 782 kB nicolo-ribaudo
npm/@babel/eslint-parser@7.24.1 unsafe 0 138 kB nicolo-ribaudo
npm/@babel/generator@7.24.4 None 0 493 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.23.6 None 0 52 kB nicolo-ribaudo
npm/@babel/helper-environment-visitor@7.22.20 None 0 6.56 kB nicolo-ribaudo
npm/@babel/helper-function-name@7.23.0 None 0 21.6 kB nicolo-ribaudo
npm/@babel/helper-hoist-variables@7.22.5 None 0 7.03 kB nicolo-ribaudo
npm/@babel/helper-module-imports@7.24.3 None 0 63.8 kB nicolo-ribaudo
npm/@babel/helper-module-transforms@7.23.3 None 0 158 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.0 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.22.5 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-split-export-declaration@7.22.6 None 0 10.7 kB nicolo-ribaudo
npm/@babel/helper-string-parser@7.24.1 None 0 31.7 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helpers@7.24.4 None 0 650 kB nicolo-ribaudo
npm/@babel/parser@7.24.4 None 0 1.88 MB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-typescript@7.24.1 None 0 6.87 kB nicolo-ribaudo
npm/@babel/runtime@7.24.4 None 0 262 kB nicolo-ribaudo
npm/@babel/template@7.24.0 None 0 68.9 kB nicolo-ribaudo
npm/@babel/traverse@7.24.1 None 0 615 kB nicolo-ribaudo
npm/@babel/types@7.24.0 environment 0 2.41 MB nicolo-ribaudo
npm/@balena/dockerignore@1.0.2 None 0 36.7 kB balena.io
npm/@colors/colors@1.5.0 environment 0 39.5 kB dabh
npm/@cspotcode/source-map-support@0.8.1 filesystem 0 102 kB cspotcode
npm/@eslint-community/eslint-utils@4.4.0 None 0 379 kB eslint-community-bot
npm/@eslint-community/regexpp@4.10.0 None 0 431 kB eslint-community-bot
npm/@eslint/eslintrc@0.4.3 filesystem, unsafe 0 158 kB eslintbot
npm/@github/browserslist-config@1.0.0 None 0 3.39 kB koddsson
npm/@hapi/hoek@9.3.0 None 0 51.5 kB devinivy
npm/@hapi/topo@5.1.0 None 0 10.7 kB devinivy
npm/@humanwhocodes/config-array@0.5.0 None 0 34.9 kB nzakas
npm/@humanwhocodes/object-schema@1.2.1 None 0 49.4 kB nzakas
npm/@jest/console@27.5.1 None 0 21.6 kB simenb
npm/@jest/core@27.5.1 unsafe 0 174 kB simenb
npm/@jest/environment@27.5.1 None 0 12.4 kB simenb
npm/@jest/fake-timers@27.5.1 None 0 26.5 kB simenb
npm/@jest/globals@27.5.1 None 0 3.56 kB simenb
npm/@jest/reporters@27.5.1 environment, unsafe 0 103 kB simenb
npm/@jest/source-map@27.5.1 None 0 5.65 kB simenb
npm/@jest/test-result@27.5.1 None 0 17.1 kB simenb
npm/@jest/test-sequencer@27.5.1 None 0 10.5 kB simenb
npm/@jest/transform@27.5.1 None 0 51.5 kB simenb
npm/@jest/types@27.5.1 None 0 27.6 kB simenb
npm/@jridgewell/gen-mapping@0.3.5 None 0 81.6 kB jridgewell
npm/@jridgewell/resolve-uri@3.1.2 None 0 53.2 kB jridgewell
npm/@jridgewell/set-array@1.2.1 None 0 17.9 kB jridgewell
npm/@jridgewell/sourcemap-codec@1.4.15 None 0 45.9 kB jridgewell
npm/@jridgewell/trace-mapping@0.3.25 None 0 169 kB jridgewell
npm/@nicolo-ribaudo/eslint-scope-5-internals@5.1.1-v1 None 0 1.66 kB nicolo-ribaudo
npm/@nodelib/fs.scandir@2.1.5 filesystem 0 22.2 kB mrmlnc
npm/@nodelib/fs.stat@2.0.5 filesystem 0 11.8 kB mrmlnc
npm/@nodelib/fs.walk@1.2.8 None 0 26.4 kB mrmlnc
npm/@octokit/auth-token@2.5.0 None 0 25.8 kB octokitbot
npm/@octokit/core@3.6.0 None 0 52.1 kB octokitbot
npm/@octokit/endpoint@6.0.12 None 0 116 kB octokitbot
npm/@octokit/graphql@4.8.0 None 0 42.7 kB octokitbot
npm/@octokit/openapi-types@12.11.0 None 0 2.09 MB octokitbot
npm/@octokit/plugin-paginate-rest@2.21.3 None 0 206 kB octokitbot
npm/@octokit/plugin-request-log@1.0.4 None 0 11.6 kB gr2m
npm/@octokit/plugin-rest-endpoint-methods@5.16.2 None 0 1.38 MB octokitbot
npm/@octokit/request-error@2.1.0 None 0 21.9 kB octokitbot
npm/@octokit/request@5.6.3 network 0 57.5 kB octokitbot
npm/@octokit/rest@18.12.0 None 0 8.67 kB octokitbot
npm/@octokit/types@6.41.0 None 0 226 kB octokitbot
npm/@pkgr/core@0.1.1 None 0 8.54 kB jounqin
npm/@semantic-release/github@7.2.3 filesystem, network 0 64.9 kB semantic-release-bot
npm/@semantic-release/npm@7.1.3 filesystem 0 27.4 kB semantic-release-bot
npm/@semantic-release/release-notes-generator@9.0.3 None 0 33.1 kB semantic-release-bot
npm/@sideway/address@4.1.5 None 0 55.9 kB marsup
npm/@sideway/formula@3.0.1 None 0 16.9 kB marsup
npm/@sideway/pinpoint@2.0.0 None 0 3.64 kB hueniverse
npm/@sinonjs/commons@1.8.6 None 0 38.7 kB mrgnrdrck
npm/@sinonjs/fake-timers@8.1.0 eval 0 89.1 kB fatso83
npm/@tsconfig/node10@1.0.11 None 0 2.31 kB typescript-deploys
npm/@tsconfig/node12@1.0.11 None 0 2.5 kB typescript-deploys
npm/@tsconfig/node14@1.0.3 None 0 2.39 kB typescript-deploys
npm/@tsconfig/node16@1.0.4 None 0 2.45 kB typescript-deploys
npm/@types/babel__core@7.20.5 None 0 33 kB types
npm/@types/babel__generator@7.6.8 None 0 11.4 kB types
npm/@types/babel__template@7.4.4 None 0 6.41 kB types
npm/@types/babel__traverse@7.20.5 None 0 84.1 kB types
npm/@types/graceful-fs@4.1.9 None 0 3.9 kB types
npm/@types/istanbul-lib-coverage@2.0.6 None 0 5.45 kB types
npm/@types/istanbul-lib-report@3.0.3 None 0 7.92 kB types
npm/@types/istanbul-reports@3.0.4 None 0 6.68 kB types
npm/@types/jest@27.5.2 None 0 71.4 kB types
npm/@types/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/parse-json@4.0.2 None 0 2.95 kB types
npm/@types/prettier@2.7.3 None 0 49.8 kB types
npm/@types/semver@7.5.8 None 0 23.3 kB types
npm/@types/stack-utils@2.0.3 None 0 6.43 kB types
npm/@types/yargs-parser@21.0.3 None 0 8.65 kB types
npm/@types/yargs@16.0.9 None 0 53 kB types
npm/@typescript-eslint/eslint-plugin@4.33.0 None 0 2.36 MB jameshenry
npm/@typescript-eslint/experimental-utils@4.33.0 None 0 422 kB jameshenry
npm/@typescript-eslint/parser@4.33.0 None 0 71.5 kB jameshenry
npm/@typescript-eslint/scope-manager@4.33.0 None 0 560 kB jameshenry
npm/@typescript-eslint/type-utils@7.5.0 None 0 109 kB jameshenry
npm/@typescript-eslint/types@4.33.0 None 0 145 kB jameshenry
npm/@typescript-eslint/typescript-estree@4.33.0 environment, filesystem 0 513 kB jameshenry
npm/@typescript-eslint/utils@7.5.0 None 0 320 kB jameshenry
npm/@typescript-eslint/visitor-keys@4.33.0 None 0 31.4 kB jameshenry
npm/@vercel/node-bridge@2.2.2 None 0 183 kB vercel-release-bot
npm/@vercel/node@1.15.4 None 0 3.21 MB vercel-release-bot
npm/abab@2.0.6 None 0 10.4 kB jeffcarp
npm/acorn-jsx@5.3.2 None 0 24.4 kB rreverser
npm/acorn@8.11.3 None 0 531 kB marijn
npm/ansi-colors@4.1.3 environment 0 26.1 kB jonschlinkert
npm/ansi-escapes@4.3.2 None 0 16.4 kB sindresorhus
npm/aria-query@5.3.0 None 0 192 kB jessebeach
npm/array-buffer-byte-length@1.0.1 None 0 13.5 kB ljharb
npm/array-includes@3.1.8 None 0 26.3 kB ljharb
npm/array.prototype.findlastindex@1.2.5 None 0 29.4 kB ljharb
npm/array.prototype.flat@1.3.2 None 0 18.7 kB ljharb
npm/array.prototype.flatmap@1.3.2 None 0 19.1 kB ljharb
npm/arraybuffer.prototype.slice@1.0.3 None 0 20.2 kB ljharb
npm/ast-types-flow@0.0.8 None 0 126 kB kyldvs
npm/async-retry@1.3.3 None 0 5.21 kB leerobinson
npm/available-typed-arrays@1.0.7 None 0 20.4 kB ljharb
npm/axe-core@4.7.0 None 0 2.18 MB npmdeque
npm/axios@0.21.4 environment, network 0 375 kB jasonsaayman
npm/axobject-query@3.2.1 None 0 116 kB jessebeach
npm/babel-jest@27.5.1 environment 0 14.4 kB simenb
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell 0 25.7 kB oss-bot
npm/babel-plugin-jest-hoist@27.5.1 None 0 13.7 kB simenb
npm/babel-preset-jest@27.5.1 None 0 2.73 kB simenb
npm/before-after-hook@2.2.3 None 0 37 kB gr2m
npm/better-opn@2.1.1 environment, shell 0 251 kB exiasr
npm/browserslist@4.23.0 environment, filesystem 0 62.8 kB ai
npm/buildcheck@0.0.6 environment, filesystem, shell 0 45.3 kB mscdex
npm/builtin-modules@3.3.0 unsafe 0 4.51 kB sindresorhus
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/camelcase-keys@7.0.2 None 0 10.9 kB sindresorhus
npm/caniuse-lite@1.0.30001606 None 0 2.04 MB caniuse-lite
npm/ci-info@3.9.0 environment 0 26.1 kB sibiraj-s
npm/cjs-module-lexer@1.2.3 None 0 139 kB guybedford
npm/cli-progress@3.12.0 None 0 62.2 kB andidittrich
npm/cli-table3@0.6.4 None 0 46 kB speedytwenty
npm/cliui@7.0.4 None 0 30.6 kB oss-bot
npm/collect-v8-coverage@1.0.2 unsafe 0 5.14 kB simenb
npm/convert-source-map@2.0.0 None 0 15.9 kB phated
npm/cosmiconfig@7.1.0 filesystem 0 92 kB d-fischer
npm/coveralls@3.1.1 environment, filesystem, shell 0 33 kB nickmerwin
npm/cpu-features@0.0.9 None 0 576 kB mscdex
npm/cssom@0.5.0 None 0 52.1 kB nv
npm/damerau-levenshtein@1.0.8 None 0 11.8 kB lazurski
npm/data-urls@3.0.2 None 0 8.07 kB domenic
npm/data-view-buffer@1.0.1 None 0 12.3 kB ljharb
npm/data-view-byte-length@1.0.1 None 0 9.99 kB ljharb
npm/data-view-byte-offset@1.0.0 None 0 12.2 kB ljharb
npm/decimal.js@10.4.3 None 0 283 kB mikemcl
npm/deep-is@0.1.4 None 0 8.11 kB thlorenz
npm/deepmerge@4.3.1 None 0 31.2 kB tehshrike
npm/define-data-property@1.1.4 None 0 30.9 kB ljharb
npm/define-properties@1.2.1 None 0 12.9 kB ljharb
npm/del-cli@4.0.1 None 0 3.83 kB sindresorhus
npm/del@6.1.1 None 0 12.7 kB sindresorhus
npm/dequal@2.0.3 None 0 14.2 kB lukeed
npm/diff-sequences@27.5.1 None 0 53 kB simenb
npm/duplexer@0.1.2 None 0 5.47 kB raynos
npm/electron-to-chromium@1.4.729 None 0 283 kB kilianvalkhof
npm/emittery@0.8.1 None 0 35.5 kB sindresorhus
npm/enquirer@2.4.1 environment 0 189 kB jonschlinkert
npm/env-ci@5.5.0 environment 0 48.5 kB semantic-release-bot
npm/es-abstract@1.23.3 None 0 2.38 MB ljharb
npm/es-define-property@1.0.0 None 0 11.8 kB ljharb
npm/es-errors@1.3.0 None 0 12.3 kB ljharb
npm/es-iterator-helpers@1.0.18 None 0 157 kB ljharb
npm/es-object-atoms@1.0.0 None 0 9.17 kB ljharb
npm/es-set-tostringtag@2.0.3 None 0 13.9 kB ljharb
npm/es-shim-unscopables@1.0.2 None 0 11 kB ljharb
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/escodegen@2.1.0 None 0 109 kB michaelficarra
npm/eslint-config-prettier@8.10.0 None 0 19.9 kB lydell
npm/eslint-import-resolver-node@0.3.9 None 0 5.29 kB ljharb
npm/eslint-module-utils@2.8.1 None 0 51.1 kB ljharb
npm/eslint-plugin-escompat@3.4.0 None 0 19.7 kB keithamus
npm/eslint-plugin-filenames@1.3.2 None 0 15.9 kB selaux
npm/eslint-plugin-github@4.10.2 None 0 60.4 kB githubbot
npm/eslint-plugin-i18n-text@1.0.1 None 0 9.72 kB dgraham
npm/eslint-plugin-import@2.29.1 filesystem, unsafe 0 1.21 MB ljharb
npm/eslint-plugin-jest@28.2.0 None 0 314 kB simenb
npm/eslint-plugin-jsx-a11y@6.8.0 None 0 739 kB ljharb
npm/eslint-plugin-no-only-tests@3.1.0 None 0 9.54 kB levibuzolic
npm/eslint-plugin-prettier@3.4.1 filesystem 0 52.5 kB bpscott
npm/eslint-plugin-spellcheck@0.0.19 filesystem 0 2.42 MB aotaduy
npm/eslint-plugin-unicorn@34.0.1 filesystem 0 421 kB sindresorhus
npm/eslint-template-visitor@2.3.2 None 0 41.7 kB futpib
npm/eslint-visitor-keys@2.1.0 None 0 24.7 kB eslintbot
npm/eslint@7.32.0 filesystem 0 3.19 MB eslintbot
npm/esquery@1.5.0 None 0 1 MB michaelficarra
npm/estraverse@5.3.0 None 0 37.1 kB michaelficarra
npm/event-stream@3.3.4 None 0 44.8 kB dominictarr
npm/expect-puppeteer@5.0.4 None 0 44.6 kB tonybrix
npm/expect@27.5.1 eval 0 172 kB simenb
npm/fast-diff@1.3.0 None 0 52.3 kB luin
npm/fast-glob@3.3.2 filesystem 0 96.7 kB mrmlnc
npm/fastq@1.17.1 None 0 41.9 kB matteo.collina
npm/fb-watchman@2.0.2 environment, network, shell 0 11 kB bolinfest
npm/file-entry-cache@6.0.1 filesystem 0 25.6 kB royriojas
npm/find-process@1.4.7 filesystem, shell 0 28.4 kB yibn2008
npm/flat-cache@3.2.0 filesystem 0 29.4 kB jaredwray
npm/flatted@3.3.1 None 0 40.3 kB webreflection
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/for-each@0.3.3 None 0 13 kB ljharb
npm/from@0.1.7 None 0 8.49 kB dominictarr
npm/fromentries@1.3.2 None 0 4.95 kB feross
npm/fs-extra@10.1.0 None 0 63.3 kB ryanzim
npm/function.prototype.name@1.1.6 None 0 25.5 kB ljharb
npm/functions-have-names@1.2.3 None 0 16.7 kB ljharb
npm/get-intrinsic@1.2.4 eval 0 41.6 kB ljharb
npm/get-symbol-description@1.0.2 None 0 14.3 kB ljharb
npm/globals@13.24.0 None 0 52.1 kB sindresorhus
npm/globalthis@1.0.3 None 0 22.4 kB ljharb
npm/globby@11.1.0 filesystem 0 21.8 kB sindresorhus
npm/gopd@1.0.1 None 0 7.7 kB ljharb
npm/graphemer@1.4.0 None 0 812 kB mattpauldavies
npm/has-bigints@1.0.2 None 0 12.8 kB ljharb
npm/has-property-descriptors@1.0.2 None 0 10.9 kB ljharb
npm/has-proto@1.0.3 None 0 12 kB ljharb
npm/has-symbols@1.0.3 None 0 20.6 kB ljharb
npm/has-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/husky@7.0.4 filesystem, shell 0 6.06 kB typicode
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/import-local@3.1.0 None 0 4.66 kB sindresorhus
npm/internal-slot@1.0.7 None 0 20.5 kB ljharb
npm/into-stream@6.0.0 None 0 7.45 kB sindresorhus
npm/is-array-buffer@3.0.4 None 0 17.6 kB ljharb
npm/is-async-function@2.0.0 eval 0 19.5 kB ljharb
npm/is-bigint@1.0.4 None 0 14.8 kB ljharb
npm/is-boolean-object@1.1.2 None 0 22.1 kB ljharb
npm/is-builtin-module@3.2.1 None 0 3.88 kB sindresorhus
npm/is-callable@1.2.7 None 0 28.9 kB ljharb
npm/is-data-view@1.0.1 None 0 15.6 kB ljharb
npm/is-date-object@1.0.5 None 0 20.8 kB ljharb
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-finalizationregistry@1.0.2 None 0 12.7 kB ljharb
npm/is-generator-function@1.0.10 eval 0 31.9 kB ljharb
npm/is-map@2.0.3 None 0 20.4 kB ljharb
npm/is-negative-zero@2.0.3 None 0 27.1 kB ljharb
npm/is-number-object@1.0.7 None 0 22.2 kB ljharb
npm/is-path-inside@3.0.3 None 0 4.12 kB sindresorhus
npm/is-potential-custom-element-name@1.0.1 None 0 3.92 kB mathias
npm/is-regex@1.1.4 None 0 30.1 kB ljharb
npm/is-set@2.0.3 None 0 19.7 kB ljharb
npm/is-shared-array-buffer@1.0.3 None 0 18.7 kB ljharb
npm/is-string@1.0.7 None 0 19.1 kB ljharb
npm/is-symbol@1.0.4 None 0 22 kB ljharb
npm/is-typed-array@1.1.13 None 0 23.3 kB ljharb
npm/is-weakmap@2.0.2 None 0 20.6 kB ljharb
npm/is-weakref@1.0.2 None 0 12.1 kB ljharb
npm/is-weakset@2.0.3 None 0 21.2 kB ljharb
npm/istanbul-lib-coverage@3.2.2 None 0 34.4 kB oss-bot
npm/istanbul-lib-instrument@5.2.1 None 0 70.2 kB oss-bot
npm/istanbul-lib-report@3.0.1 filesystem 0 37.6 kB oss-bot
npm/istanbul-lib-source-maps@4.0.1 filesystem 0 34.1 kB oss-bot
npm/istanbul-reports@3.1.7 None 0 294 kB oss-bot
npm/iterator.prototype@1.1.2 None 0 10.1 kB ljharb
npm/jest-changed-files@27.5.1 environment 0 15.1 kB simenb
npm/jest-circus@27.5.1 eval 0 78.1 kB simenb
npm/jest-config@27.5.1 None 0 112 kB simenb
npm/jest-dev-server@5.0.3 environment, network 0 23.1 kB tonybrix
npm/jest-diff@27.5.1 eval 0 85.2 kB simenb
npm/jest-docblock@27.5.1 None 0 9.08 kB simenb
npm/jest-each@27.5.1 None 0 39.9 kB simenb
npm/jest-environment-jsdom@27.5.1 None 0 8.1 kB simenb
npm/jest-environment-node@27.5.1 unsafe 0 7.32 kB simenb
npm/jest-environment-puppeteer@5.0.4 environment, filesystem 0 34.8 kB tonybrix
npm/jest-get-type@27.5.1 None 0 3.81 kB simenb
npm/jest-haste-map@27.5.1 environment, filesystem, shell 0 135 kB simenb
npm/jest-jasmine2@27.5.1 eval 0 137 kB simenb
npm/jest-leak-detector@27.5.1 unsafe 0 5.75 kB simenb
npm/jest-matcher-utils@27.5.1 None 0 28.6 kB simenb
npm/jest-message-util@27.5.1 eval 0 18.1 kB simenb
npm/jest-mock@27.5.1 None 0 39.1 kB simenb
npm/jest-pnp-resolver@1.2.3 None 0 5.68 kB arcanis
npm/jest-puppeteer@5.0.4 None 0 12 kB tonybrix
npm/jest-regex-util@27.5.1 None 0 3.37 kB simenb
npm/jest-resolve-dependencies@27.5.1 None 0 9.11 kB simenb
npm/jest-resolve@27.5.1 environment, unsafe 0 52.9 kB simenb
npm/jest-runner@27.5.1 environment 0 30.8 kB simenb
npm/jest-runtime@27.5.1 unsafe 0 82 kB simenb
npm/jest-serializer@27.5.1 unsafe 0 7.12 kB simenb
npm/jest-snapshot@27.5.1 eval 0 93.2 kB simenb
npm/jest-util@27.5.1 environment 0 41.9 kB simenb
npm/jest-validate@27.5.1 None 0 32 kB simenb
npm/jest-watcher@27.5.1 None 0 26.7 kB simenb
npm/jest-worker@27.5.1 environment, shell 0 81.9 kB simenb
npm/jest@27.5.1 None 0 4.74 kB simenb
npm/joi@17.12.3 None 0 530 kB marsup
npm/jsdom@17.0.0 eval, filesystem, network, shell, unsafe 0 2.77 MB domenic
npm/json-buffer@3.0.1 None 0 5.4 kB dominictarr
npm/jsonc-parser@3.2.1 None 0 210 kB vscode-bot
npm/jsx-ast-utils@3.3.5 None 0 236 kB ljharb
npm/keyv@4.5.4 None 0 27.8 kB jaredwray
npm/language-subtag-registry@0.3.22 None 0 1.53 MB mcg
npm/language-tags@1.0.9 None 0 32 kB mcg
npm/lodash.camelcase@4.3.0 None 0 21.9 kB jdalton
npm/lodash.kebabcase@4.1.1 None 0 17.7 kB jdalton
npm/lodash.memoize@4.1.2 None 0 20.1 kB jdalton
npm/lodash.merge@4.6.2 None 0 54.1 kB jdalton
npm/lodash.snakecase@4.1.1 None 0 17.7 kB jdalton
npm/lodash.truncate@4.4.2 None 0 19.8 kB jdalton
npm/lodash.upperfirst@4.3.1 None 0 11.4 kB jdalton
npm/makeerror@1.0.12 None 0 6.07 kB daaku
npm/map-obj@4.3.0 None 0 9.49 kB sindresorhus
npm/map-stream@0.1.0 None 0 13.6 kB dominictarr
npm/marked-terminal@4.2.0 None 0 18.9 kB mikaelb
npm/marked@2.1.3 None 0 310 kB tonybrix
npm/meow@10.1.5 None 0 25.2 kB sindresorhus
npm/micromark@2.11.4 None 0 619 kB wooorm
npm/micromatch@4.0.5 None 0 55.9 kB jonschlinkert
npm/mime-db@1.45.0 None 0 198 kB dougwilson
npm/mime-types@2.1.28 None 0 17.2 kB dougwilson
npm/mime@2.6.0 None 0 60.1 kB broofa
npm/mimic-fn@2.1.0 None 0 4.46 kB sindresorhus
npm/min-indent@1.0.1 None 0 2.97 kB thejameskyle
npm/minimatch@3.0.4 None 0 33.1 kB isaacs
npm/minimist@1.2.5 None 0 32.4 kB substack
npm/mixin-object@2.0.1 None 0 5.81 kB jonschlinkert
npm/mkdirp-classic@0.5.3 filesystem 0 4.5 kB mafintosh
npm/modify-values@1.0.1 None 0 2.86 kB sindresorhus
npm/mri@1.1.6 None 0 12.6 kB lukeed
npm/ms@2.1.2 None 0 6.84 kB styfle
npm/multimap@1.1.0 None 0 16.4 kB korynunn
npm/multimatch@4.0.0 None 0 5.45 kB sindresorhus
npm/nan@2.19.0 None 0 429 kB kkoopa
npm/natural-compare@1.4.0 None 0 5.65 kB megawac
npm/neo-async@2.6.2 None 0 298 kB suguru03
npm/nerf-dart@1.0.0 None 0 4.31 kB boennemann
npm/nice-try@1.0.5 None 0 3.75 kB electerious
npm/node-emoji@1.11.0 None 0 224 kB omnidan
npm/node-fetch@2.6.1 network 0 158 kB akepinski
npm/node-int64@0.4.0 None 0 16.3 kB broofa
npm/node-releases@2.0.14 None 0 34 kB chicoxyzzy
npm/nodemon@2.0.22 environment, filesystem, shell 0 206 kB remy
npm/nomnom@1.8.1 None 0 37.2 kB harth
npm/nopt@4.0.3 environment 0 25.8 kB isaacs
npm/normalize-path@3.0.0 None 0 9.22 kB jonschlinkert
npm/normalize-url@6.1.0 None 0 21.2 kB sindresorhus
npm/npm-normalize-package-bin@1.0.1 None 0 131 kB isaacs
npm/npm-prefix@1.2.0 environment 0 3.04 kB eush77
npm/npm-run-all@1.4.0 None 0 46.5 kB mysticatea
npm/npm-run-path@4.0.1 environment 0 8.13 kB sindresorhus
npm/npm@7.24.2 environment, eval, filesystem, network, shell, unsafe 0 12 MB lukekarrys
npm/nwsapi@2.2.7 None 0 209 kB diego
npm/oauth-sign@0.9.0 None 0 13.8 kB simov
npm/object-assign@4.1.1 None 0 5.49 kB sindresorhus
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/object-keys@1.1.1 None 0 26.5 kB ljharb
npm/object.assign@4.1.5 None 0 72.7 kB ljharb
npm/object.entries@1.1.8 None 0 32.6 kB ljharb
npm/object.fromentries@2.0.8 None 0 16.3 kB ljharb
npm/object.groupby@1.0.3 None 0 14.6 kB ljharb
npm/object.values@1.2.0 None 0 31.5 kB ljharb
npm/once@1.4.0 None 0 4.05 kB isaacs
npm/onchange@7.1.0 environment 0 41.7 kB blakeembrey
npm/onetime@5.1.2 None 0 6.17 kB sindresorhus
npm/open@7.4.2 environment, filesystem, shell 0 41.9 kB sindresorhus
npm/opener@1.5.2 shell 0 6.21 kB domenic
npm/optionator@0.9.3 None 0 50.2 kB gkz
npm/os-homedir@1.0.2 environment 0 3.15 kB sindresorhus
npm/os-tmpdir@1.0.2 None 0 3.06 kB sindresorhus
npm/osenv@0.1.5 environment, shell 0 4.89 kB isaacs
npm/p-each-series@2.2.0 None 0 6.34 kB sindresorhus
npm/p-filter@2.1.0 None 0 5.81 kB sindresorhus
npm/p-finally@1.0.0 None 0 3.11 kB sindresorhus
npm/p-is-promise@3.0.0 None 0 3.31 kB sindresorhus
npm/p-limit@2.3.0 None 0 7.39 kB sindresorhus
npm/p-locate@4.1.0 None 0 7.29 kB sindresorhus
npm/p-map@2.1.0 None 0 7.49 kB sindresorhus
npm/p-reduce@2.1.0 None 0 6.14 kB sindresorhus
npm/p-retry@4.6.2 None 0 11 kB sindresorhus
npm/p-try@2.2.0 None 0 4.37 kB sindresorhus
npm/parent-module@1.0.1 None 0 3.92 kB sindresorhus
npm/parse-entities@2.0.0 None 0 25.1 kB wooorm
npm/parse-github-repo-url@1.4.1 None 0 4.79 kB bahmutov
npm/parse-json@2.2.0 None 0 33.5 kB sindresorhus
npm/parse-passwd@1.0.0 None 0 5.96 kB doowb
npm/parse5@6.0.1 None 0 331 kB inikulin
npm/path-exists@4.0.0 filesystem 0 3.92 kB sindresorhus
npm/path-is-absolute@1.0.1 None 0 3.62 kB sindresorhus
npm/path-key@3.1.1 None 0 4.55 kB sindresorhus
npm/path-parse@1.0.6 None 0 9.03 kB jbgutierrez
npm/path-type@4.0.0 filesystem 0 5.41 kB sindresorhus
npm/pause-stream@0.0.11 None 0 15.1 kB dominictarr
npm/pend@1.2.0 None 0 6.01 kB superjoe
npm/performance-now@2.1.0 None 0 11.3 kB meryn
npm/picocolors@1.0.0 environment 0 5.66 kB alexeyraspopov
npm/picomatch@2.2.2 None 0 86.7 kB mrmlnc
npm/pify@2.3.0 None 0 6.02 kB sindresorhus
npm/pinkie-promise@2.0.1 None 0 2.58 kB floatdrop
npm/pinkie@2.0.4 None 0 10.5 kB npm
npm/pirates@4.0.6 unsafe 0 13.5 kB danez
npm/pkg-conf@2.1.0 None 0 6.31 kB sindresorhus
npm/playwright-chromium@1.43.0 None 0 16.4 kB yurys
npm/playwright-core@1.43.0 environment, eval, filesystem, network, shell, unsafe 0 7.1 MB yurys
npm/plur@3.1.1 None 0 5 kB sindresorhus
npm/pluralize@8.0.0 None 0 17.7 kB blakeembrey
npm/possible-typed-array-names@1.0.0 None 0 10.9 kB ljharb
npm/prelude-ls@1.2.1 None 0 36.7 kB gkz
npm/prettier-linter-helpers@1.0.0 None 0 9.58 kB bpscott
npm/prettier@2.2.1 environment, eval, filesystem, unsafe 0 19.3 MB sosukesuzuki
npm/pretty-format@27.5.1 eval 0 70.1 kB simenb
npm/pretty-quick@3.1.0 filesystem 0 51.8 kB azz
npm/process-nextick-args@2.0.1 None 0 3.17 kB cwmma
npm/progress@2.0.3 None 0 15.5 kB turbopope
npm/promise-polyfill@8.2.0 None 0 49.1 kB taylorhakes
npm/prompts@2.4.2 None 0 187 kB terkelg
npm/propose@0.0.5 None 0 5.84 kB liushuping
npm/proxy-from-env@1.1.0 environment 0 29.5 kB rob-w
npm/ps-tree@1.2.0 shell 0 9.31 kB indexzero
npm/psl@1.8.0 None 0 433 kB lupomontero
npm/pstree.remy@1.1.8 environment, shell 0 15 kB remy
npm/pump@3.0.0 filesystem 0 7.78 kB mafintosh
npm/punycode@2.1.1 None 0 32.4 kB mathias
npm/puppeteer-core@7.0.4 environment, eval, filesystem, network, shell 0 3.01 MB google-wombot
npm/puppeteer@7.1.0 environment, eval, filesystem, network, shell 0 3.03 MB google-wombot
npm/q@1.5.1 None 0 123 kB kriskowal
npm/qawolf@2.6.1 environment 0 63.2 kB jperl
npm/qs@6.5.2 None 0 114 kB ljharb
npm/querystringify@2.2.0 None 0 6.96 kB lpinca
npm/queue-microtask@1.2.3 None 0 8.37 kB feross
npm/quick-lru@5.1.1 None 0 8.64 kB sindresorhus
npm/randomcolor@0.5.4 None 0 25.2 kB davidmerfield
npm/rc@1.2.8 environment, filesystem 0 17.3 kB dominictarr
npm/react-is@17.0.2 environment 0 24.8 kB gaearon
npm/read-installed@4.0.3 filesystem 0 27.4 kB zkat
npm/read-package-json@2.1.2 filesystem 0 19.3 kB isaacs
npm/readable-stream@2.3.7 environment 0 87.7 kB matteo.collina
npm/readdir-scoped-modules@1.1.0 None 0 4.93 kB isaacs
npm/readdirp@3.5.0 filesystem 0 20.1 kB paulmillr
npm/rechoir@0.6.2 None 0 8.71 kB tkellen
npm/redent@4.0.0 None 0 3.85 kB sindresorhus
npm/redeyed@2.1.1 None 0 61.7 kB thlorenz
npm/reflect.getprototypeof@1.0.6 None 0 20.7 kB ljharb
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/regexp-tree@0.1.27 None 0 314 kB dmitrysoshnikov
npm/regexp.prototype.flags@1.5.2 None 0 40.4 kB ljharb
npm/regexpp@3.1.0 None 0 301 kB mysticatea
npm/registry-auth-token@4.2.2 environment 0 12 kB rexxars
npm/remark-cli@9.0.0 None 0 9.35 kB wooorm
npm/remark-frontmatter@1.3.3 None 0 14.4 kB wooorm
npm/remark-lint-blockquote-indentation@1.0.4 None 0 7.14 kB wooorm
npm/remark-lint-code-block-style@2.0.1 None 0 9.47 kB wooorm
npm/remark-lint-file-extension@1.0.5 None 0 5.21 kB wooorm
npm/remark-lint-final-definition@1.0.4 None 0 5.81 kB wooorm
npm/remark-lint-no-duplicate-definitions@1.0.6 None 0 5.63 kB wooorm
npm/remark-lint-no-duplicate-headings@1.0.5 None 0 5.79 kB wooorm
npm/remark-lint-no-multiple-toplevel-headings@1.0.5 None 0 5.75 kB wooorm
npm/remark-lint-no-tabs@1.0.4 None 0 6.45 kB wooorm
npm/remark-lint-no-undefined-references@1.1.2 None 0 6.63 kB wooorm
npm/remark-lint-ordered-list-marker-value@2.0.1 None 0 11.1 kB wooorm
npm/remark-parse@9.0.0 None 0 8.25 kB wooorm
npm/remark-preset-davidtheclark@0.12.0 None 0 6.13 kB davidtheclark
npm/remark-stringify@9.0.1 None 0 10 kB wooorm
npm/remark-toc@7.2.0 None 0 9.57 kB wooorm
npm/remark-validate-links@10.0.4 filesystem, shell 0 30.1 kB wooorm
npm/remark@13.0.0 None 0 9.03 kB wooorm
npm/repeat-string@1.6.1 None 0 9.09 kB jonschlinkert
npm/repeating@2.0.1 None 0 3.41 kB sindresorhus
npm/request@2.88.2 environment, filesystem, network 0 209 kB mikeal
npm/require-directory@2.1.1 filesystem 0 12.1 kB troygoode
npm/require-from-string@2.0.2 unsafe 0 3.42 kB floatdrop
npm/requires-port@1.0.0 None 0 8.56 kB 3rdeden
npm/reserved-words@0.1.2 None 0 8.38 kB qfox
npm/resolve-cwd@3.0.0 None 0 4.98 kB sindresorhus
npm/resolve-dir@0.1.1 None 0 6.27 kB jonschlinkert
npm/resolve.exports@1.1.1 None 0 20.9 kB lukeed
npm/resolve@1.20.0 filesystem 0 115 kB ljharb
npm/retry@0.13.1 None 0 18.9 kB tim-kos
npm/reusify@1.0.4 None 0 9.44 kB matteo.collina
npm/rimraf@3.0.2 filesystem 0 17.3 kB isaacs
npm/run-parallel@1.2.0 None 0 6.56 kB feross
npm/rxjs@6.6.7 None 0 5.13 MB blesh
npm/safe-array-concat@1.1.2 None 0 16.4 kB ljharb
npm/safe-regex-test@1.0.3 None 0 10.2 kB ljharb
npm/safer-buffer@2.1.2 None 0 42.3 kB chalker
npm/saxes@5.0.1 None 0 164 kB lddubeau
npm/semantic-release@17.4.7 environment, network 0 252 kB semantic-release-bot
npm/semver-diff@3.1.1 None 0 5.24 kB sindresorhus
npm/semver-regex@3.1.4 None 0 3.96 kB sindresorhus
npm/set-function-length@1.2.2 None 0 14.7 kB ljharb
npm/set-function-name@2.0.2 None 0 16.7 kB ljharb
npm/shallow-clone@0.1.2 None 0 5.99 kB doowb
npm/shebang-command@2.0.0 None 0 2.56 kB kevva
npm/shebang-regex@3.0.0 None 0 2.83 kB sindresorhus
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/shelljs@0.8.4 environment, filesystem 0 211 kB nfischer
npm/shellsubstitute@1.2.0 None 0 4.45 kB refractalize
npm/shiki@0.9.15 filesystem, network 0 8.04 MB octref
npm/side-channel@1.0.6 None 0 23.2 kB ljharb
npm/signal-exit@3.0.3 None 0 9.87 kB bcoe
npm/signale@1.4.0 None 0 37.2 kB klaussinani
npm/simple-update-notifier@1.1.0 environment, filesystem, network 0 26.4 kB aejbrazier
npm/sisteransi@1.0.5 None 0 6.79 kB terkelg
npm/slash@3.0.0 None 0 3.51 kB sindresorhus
npm/slice-ansi@4.0.0 None 0 6.43 kB sindresorhus
npm/sliced@1.0.1 None 0 5.66 kB aaron
npm/slide@1.1.6 None 0 9.7 kB isaacs
npm/source-map-support@0.5.21 filesystem 0 85.2 kB linusu
npm/source-map@0.6.1 None 0 805 kB tromey
npm/spawn-error-forwarder@1.0.0 None 0 3.8 kB bendrucker
npm/spawnd@5.0.0 shell 0 6.77 kB tonybrix
npm/spdx-compare@1.0.0 None 0 4.2 kB kemitchell
npm/spdx-correct@3.1.1 None 0 22.4 kB kemitchell
npm/spdx-exceptions@2.3.0 None 0 2.66 kB kemitchell
npm/spdx-expression-parse@3.0.1 None 0 11.8 kB kemitchell
npm/spdx-license-ids@3.0.7 None 0 9.16 kB kemitchell
npm/spdx-ranges@2.1.1 None 0 5.85 kB kemitchell
npm/spdx-satisfies@4.0.1 None 0 12 kB kemitchell
npm/split-ca@1.0.1 filesystem 0 9.61 kB bushong1
npm/split@1.0.1 None 0 12.3 kB dominictarr
npm/split2@3.2.2 None 0 17.2 kB matteo.collina
npm/sprintf-js@1.0.3 None 0 34.8 kB alexei
npm/ssh2@1.15.0 environment, eval, filesystem, network, shell 0 1.11 MB mscdex
npm/sshpk@1.16.1 None 0 225 kB arekinath
npm/stack-trace@0.0.10 None 0 8.85 kB felixge
npm/stack-utils@2.0.6 unsafe 0 14.6 kB isaacs
npm/state-toggle@1.0.3 None 0 5.03 kB wooorm
npm/stream-combiner@0.0.4 None 0 4.54 kB dominictarr
npm/stream-combiner2@1.1.1 None 0 6.44 kB substack
npm/stream-events@1.0.5 None 0 3.03 kB stephenplusplus
npm/string_decoder@1.1.1 None 0 15.3 kB matteo.collina
npm/string-length@4.0.2 None 0 4.05 kB sindresorhus
npm/string-width@4.2.0 None 0 5.25 kB sindresorhus
npm/string.prototype.trim@1.2.9 None 0 33.5 kB ljharb
npm/string.prototype.trimend@1.0.8 None 0 22.1 kB ljharb
npm/string.prototype.trimstart@1.0.8 None 0 22.9 kB ljharb
npm/stringify-entities@2.0.0 None 0 11.8 kB wooorm
npm/strip-ansi@6.0.0 None 0 4.03 kB sindresorhus
npm/strip-eof@1.0.0 None 0 2.64 kB sindresorhus
npm/strip-final-newline@2.0.0 None 0 3.05 kB sindresorhus
npm/strip-indent@4.0.0 None 0 3.64 kB sindresorhus
npm/strip-json-comments@3.1.1 None 0 6.96 kB sindresorhus
npm/stubs@3.0.0 None 0 6.25 kB stephenplusplus
npm/supports-color@7.2.0 None 0 7.04 kB sindresorhus
npm/supports-hyperlinks@2.3.0 None 0 6.93 kB sindresorhus
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/svg-element-attributes@1.3.1 None 0 88.5 kB wooorm
npm/symbol-tree@3.2.4 None 0 57.1 kB joris-van-der-wel
npm/synckit@0.8.8 environment 0 54.5 kB jounqin
npm/table@6.8.2 None 0 335 kB gajus-table
npm/tar-fs@2.1.1 filesystem 0 28 kB mafintosh
npm/tar-stream@2.2.0 filesystem 0 27.7 kB mafintosh
npm/teeny-request@7.1.1 environment, network 0 61.6 kB google-wombot
npm/temp-dir@2.0.0 filesystem 0 3.29 kB sindresorhus
npm/tempfile@3.0.0 None 0 3.39 kB sindresorhus
npm/tempy@1.0.1 filesystem 0 12.5 kB sindresorhus
npm/terminal-link@2.1.1 None 0 6.52 kB sindresorhus
npm/test-exclude@6.0.0 None 0 23.6 kB coreyfarrell
npm/text-extensions@1.9.0 None 0 3.94 kB sindresorhus
npm/text-table@0.2.0 None 0 11 kB substack
npm/throat@6.0.2 None 0 9.14 kB throat-bot
npm/through@2.3.8 None 0 12.5 kB dominictarr
npm/through2@4.0.2 None 0 9.35 kB rvagg
npm/tinycolor2@1.4.2 None 0 414 kB bgrins
npm/tinygradient@0.4.3 None 0 670 kB mistic100
npm/tmpl@1.0.5 None 0 2.77 kB daaku
npm/to-buffer@1.1.1 None 0 3.25 kB mafintosh
npm/to-fast-properties@2.0.0 None 0 3.5 kB sindresorhus
npm/to-regex-range@5.0.1 None 0 22.9 kB jonschlinkert
npm/to-vfile@6.1.0 filesystem 0 10.1 kB wooorm
npm/touch@3.1.0 filesystem 0 10.3 kB isaacs
npm/tough-cookie@4.1.3 None 0 111 kB awaterma
npm/tr46@3.0.0 None 0 215 kB domenic
npm/traverse@0.6.8 None 0 78.6 kB ljharb
npm/tree-kill@1.2.2 shell 0 7.82 kB wmhilton
npm/treeify@1.1.0 None 0 22.2 kB notatestuser
npm/trim-newlines@4.1.1 None 0 4.62 kB sindresorhus
npm/trim-off-newlines@1.0.1 None 0 2.88 kB stevemao
npm/trim-trailing-lines@1.1.4 None 0 4.6 kB wooorm
npm/trim@0.0.1 None 0 2.71 kB tjholowaychuk
npm/trough@1.0.5 None 0 13.1 kB wooorm
npm/ts-api-utils@1.3.0 None 0 828 kB joshuakgoldberg
npm/ts-jest@27.1.5 environment, filesystem, unsafe 0 260 kB kul
npm/ts-node@10.9.2 environment, filesystem, unsafe 0 757 kB blakeembrey
npm/tsconfig-paths@3.9.0 environment, filesystem, unsafe 0 82 kB jonaskello
npm/tslib@1.14.1 None 0 34 kB typescript-bot
npm/tsutils@3.21.0 None 0 382 kB ajaff
npm/tunnel-agent@0.6.0 environment, network 0 16.7 kB mikeal
npm/tweetnacl@0.14.5 None 0 174 kB dchest
npm/type-check@0.4.0 None 0 21.2 kB gkz
npm/type-detect@4.0.8 None 0 42.1 kB chaijs
npm/typed-array-buffer@1.0.2 None 0 13.1 kB ljharb
npm/typed-array-byte-length@1.0.1 None 0 20 kB ljharb
npm/typed-array-byte-offset@1.0.2 None 0 20.3 kB ljharb
npm/typed-array-length@1.0.6 None 0 23.3 kB ljharb
npm/typedarray-to-buffer@3.1.5 None 0 8.84 kB feross
npm/typedarray@0.0.6 None 0 26 kB substack
npm/typedoc-default-themes@0.12.10 None 0 913 kB gerrit0
npm/typedoc@0.21.10 environment, filesystem, shell, unsafe 0 1.51 MB gerrit0
npm/typescript@4.9.5 None 0 66.8 MB typescript-bot
npm/uglify-js@3.12.8 environment, eval, filesystem 0 1.05 MB alexlamsl
npm/unbox-primitive@1.0.2 None 0 14.9 kB ljharb
npm/unbzip2-stream@1.4.3 None 0 133 kB regular
npm/undefsafe@2.0.5 None 0 7.6 kB remy

🚮 Removed packages: npm/@babel/core@7.12.16, npm/@babel/generator@7.12.15, npm/@babel/helper-function-name@7.12.13, npm/@babel/helper-get-function-arity@7.12.13, npm/@babel/helper-member-expression-to-functions@7.12.16, npm/@babel/helper-module-imports@7.12.13, npm/@babel/helper-module-transforms@7.12.13, npm/@babel/helper-optimise-call-expression@7.12.13, npm/@babel/helper-plugin-utils@7.12.13, npm/@babel/helper-replace-supers@7.12.13, npm/@babel/helper-simple-access@7.12.13, npm/@babel/helper-split-export-declaration@7.12.13, npm/@babel/helpers@7.12.13, npm/@babel/parser@7.12.16, npm/@babel/plugin-syntax-top-level-await@7.12.13, npm/@babel/template@7.12.13, npm/@babel/traverse@7.12.13, npm/@babel/types@7.12.13, npm/@cnakazawa/watch@1.0.4, npm/@eslint/eslintrc@0.3.0, npm/@hapi/address@2.1.4, npm/@hapi/bourne@1.3.2, npm/@hapi/hoek@8.5.1, npm/@hapi/joi@15.1.1, npm/@hapi/topo@3.1.6, npm/@jest/console@26.6.2, npm/@jest/core@26.6.3, npm/@jest/environment@26.6.2, npm/@jest/fake-timers@26.6.2, npm/@jest/globals@26.6.2, npm/@jest/reporters@26.6.2, npm/@jest/source-map@26.6.2, npm/@jest/test-result@26.6.2, npm/@jest/test-sequencer@26.6.3, npm/@jest/transform@26.6.2, npm/@jest/types@26.6.2, npm/@nodelib/fs.scandir@2.1.4, npm/@nodelib/fs.stat@2.0.4, npm/@nodelib/fs.walk@1.2.6, npm/@octokit/auth-token@2.4.5, npm/@octokit/core@3.2.5, npm/@octokit/endpoint@6.0.11, npm/@octokit/graphql@4.6.0, npm/@octokit/openapi-types@5.0.0, npm/@octokit/plugin-paginate-rest@2.9.1, npm/@octokit/plugin-request-log@1.0.3, npm/@octokit/plugin-rest-endpoint-methods@4.10.3, npm/@octokit/request-error@2.0.5, npm/@octokit/request@5.4.14, npm/@octokit/rest@18.1.1, npm/@octokit/types@6.9.0, npm/@qawolf/jest-reporter@0.1.0, npm/@semantic-release/github@7.2.0, npm/@semantic-release/npm@7.0.10, npm/@semantic-release/release-notes-generator@9.0.1, npm/@sindresorhus/is@0.14.0, npm/@sinonjs/commons@1.8.2, npm/@sinonjs/fake-timers@6.0.1, npm/@szmarczak/http-timer@1.1.2, npm/@types/babel__core@7.1.12, npm/@types/babel__generator@7.6.2, npm/@types/babel__template@7.4.0, npm/@types/babel__traverse@7.11.0, npm/@types/glob@7.1.3, npm/@types/graceful-fs@4.1.5, npm/@types/istanbul-lib-coverage@2.0.3, npm/@types/istanbul-lib-report@3.0.0, npm/@types/istanbul-reports@3.0.0, npm/@types/jest@26.0.20, npm/@types/json-schema@7.0.7, npm/@types/parse-json@4.0.0, npm/@types/prettier@2.2.1, npm/@types/stack-utils@2.0.0, npm/@types/yargs-parser@20.2.0, npm/@types/yargs@15.0.13, npm/@typescript-eslint/eslint-plugin@4.15.0, npm/@typescript-eslint/experimental-utils@4.15.0, npm/@typescript-eslint/parser@4.15.0, npm/@typescript-eslint/scope-manager@4.15.0, npm/@typescript-eslint/types@4.15.0, npm/@typescript-eslint/typescript-estree@4.15.0, npm/@typescript-eslint/visitor-keys@4.15.0, npm/@vercel/node@1.9.0, npm/abab@2.0.5, npm/acorn-jsx@5.3.1, npm/acorn@7.4.1, npm/an-array-of-english-words@2.0.0, npm/ansi-colors@4.1.1, npm/ansi-escapes@4.3.1, npm/arr-diff@4.0.0, npm/arr-flatten@1.1.0, npm/array-includes@3.1.2, npm/array-unique@0.3.2, npm/array.prototype.flat@1.2.4, npm/assign-symbols@1.0.0, npm/async-limiter@1.0.1, npm/async-to-gen@1.3.3, npm/at-least-node@1.0.0, npm/atob@2.1.2, npm/await-outside@3.0.0, npm/babel-jest@26.6.3, npm/babel-plugin-istanbul@6.0.0, npm/babel-plugin-jest-hoist@26.6.2, npm/babel-preset-jest@26.6.2, npm/babylon@6.18.0, npm/base@0.11.2, npm/before-after-hook@2.1.1, npm/cache-base@1.0.1, npm/cacheable-request@6.1.0, npm/call-bind@1.0.2, npm/camelcase-keys@4.2.0, npm/capture-exit@2.0.0, npm/chardet@0.7.0, npm/ci-info@2.0.0, npm/cjs-module-lexer@0.6.0, npm/class-utils@0.3.6, npm/cli-cursor@3.1.0, npm/cli-table@0.3.5, npm/cli-width@3.0.0, npm/cliui@6.0.0, npm/clone-response@1.0.2, npm/collect-v8-coverage@1.0.1, npm/collection-visit@1.0.0, npm/component-emitter@1.3.0, npm/configstore@5.0.1, npm/contains-path@0.1.0, npm/convert-source-map@1.7.0, npm/copy-descriptor@0.1.1, npm/cosmiconfig@7.0.0, npm/coveralls@3.1.0, npm/create-qawolf@1.7.0, npm/cssom@0.4.4, npm/data-urls@2.0.0, npm/decimal.js@10.2.1, npm/decode-uri-component@0.2.0, npm/decompress-response@3.3.0, npm/deep-is@0.1.3, npm/deepmerge@4.2.2, npm/defer-to-connect@1.1.3, npm/define-properties@1.1.3, npm/define-property@2.0.2, npm/del-cli@3.0.0, npm/del@5.1.0, npm/diff-sequences@26.6.2, npm/duplexer3@0.1.4, npm/emittery@0.7.2, npm/enquirer@2.3.6, npm/env-ci@5.0.2, npm/es-abstract@1.18.0-next.2, npm/escalade@3.1.1, npm/escape-goat@2.1.1, npm/escodegen@1.14.3, npm/eslint-ast-utils@1.1.0, npm/eslint-config-prettier@6.15.0, npm/eslint-import-resolver-node@0.3.4, npm/eslint-module-utils@2.6.0, npm/eslint-plugin-github@4.1.1, npm/eslint-plugin-import@2.22.1, npm/eslint-plugin-jest@23.20.0, npm/eslint-plugin-prettier@3.3.1, npm/eslint-plugin-spellcheck@0.0.8, npm/eslint-plugin-unicorn@17.2.0, npm/eslint-template-visitor@1.1.0, npm/eslint-visitor-keys@2.0.0, npm/eslint@7.20.0, npm/esquery@1.4.0, npm/estraverse@4.3.0, npm/exec-sh@0.3.4, npm/expand-brackets@2.1.4, npm/expect-puppeteer@4.4.0, npm/expect@26.6.2, npm/extend-shallow@3.0.2, npm/external-editor@3.1.0, npm/extglob@2.0.4, npm/fast-diff@1.2.0, npm/fast-glob@3.2.5, npm/fastq@1.10.1, npm/fb-watchman@2.0.1, npm/file-entry-cache@6.0.0, npm/find-process@1.4.4, npm/flat-cache@3.0.4, npm/flatted@3.1.1, npm/fluent-ffmpeg@2.1.2, npm/fragment-cache@0.2.1, npm/fs-extra@9.1.0, npm/get-intrinsic@1.1.1, npm/get-stdin@6.0.0, npm/get-value@2.0.6, npm/global-dirs@2.1.0, npm/globals@12.4.0, npm/globby@11.0.2, npm/got@9.6.0, npm/growly@1.3.0, npm/has-symbols@1.0.1, npm/has-value@1.0.0, npm/has-values@1.0.0, npm/has-yarn@2.1.0, npm/http-cache-semantics@4.1.0, npm/husky@5.1.3, npm/ignore@4.0.6, npm/import-lazy@2.1.0, npm/import-local@3.0.2, npm/import-modules@2.1.0, npm/inquirer@7.3.3, npm/into-stream@5.1.1, npm/ip-regex@2.1.0, npm/is-accessor-descriptor@1.0.0, npm/is-callable@1.2.3, npm/is-ci@2.0.0, npm/is-data-descriptor@1.0.0, npm/is-date-object@1.0.2, npm/is-descriptor@1.0.2, npm/is-docker@2.1.1, npm/is-extendable@1.0.1, npm/is-installed-globally@0.3.2, npm/is-negative-zero@2.0.1, npm/is-npm@4.0.0, npm/is-path-inside@3.0.2, npm/is-plain-object@2.0.4, npm/is-potential-custom-element-name@1.0.0, npm/is-regex@1.1.2, npm/is-string@1.0.5, npm/is-symbol@1.0.3, npm/is-windows@1.0.2, npm/is-yarn-global@0.3.0, npm/istanbul-lib-coverage@3.0.0, npm/istanbul-lib-instrument@4.0.3, npm/istanbul-lib-report@3.0.0, npm/istanbul-lib-source-maps@4.0.0, npm/istanbul-reports@3.0.2, npm/jest-changed-files@26.6.2, npm/jest-circus@26.6.3, npm/jest-cli@26.6.3, npm/jest-config@26.6.3, npm/jest-dev-server@4.4.0, npm/jest-diff@26.6.2, npm/jest-docblock@26.0.0, npm/jest-each@26.6.2, npm/jest-environment-jsdom@26.6.2, npm/jest-environment-node@26.6.2, npm/jest-environment-puppeteer@4.4.0, npm/jest-get-type@26.3.0, npm/jest-haste-map@26.6.2, npm/jest-jasmine2@26.6.3, npm/jest-leak-detector@26.6.2, npm/jest-matcher-utils@26.6.2, npm/jest-message-util@26.6.2, npm/jest-mock@26.6.2, npm/jest-pnp-resolver@1.2.2, npm/jest-puppeteer@4.4.0, npm/jest-regex-util@26.0.0, npm/jest-resolve-dependencies@26.6.3, npm/jest-resolve@26.6.2, npm/jest-runner@26.6.3, npm/jest-runtime@26.6.3, npm/jest-serializer@26.6.2, npm/jest-snapshot@26.6.2, npm/jest-util@26.6.2, npm/jest-validate@26.6.2, npm/jest-watcher@26.6.2, npm/jest-worker@26.6.2, npm/jest@26.6.3, npm/jpeg-js@0.4.3, npm/jsdom@16.4.0, npm/json-buffer@3.0.0, npm/keyv@3.1.0, npm/latest-version@5.1.0, npm/load-json-file@2.0.0, npm/lodash.get@4.4.2, npm/lodash.sortby@4.7.0, npm/lodash.toarray@4.4.0, npm/lodash.zip@4.2.0, npm/lodash@4.17.20, npm/lowercase-keys@1.0.1, npm/magic-string@0.19.1, npm/make-dir@3.1.0, npm/makeerror@1.0.11, npm/map-cache@0.2.2, npm/map-obj@2.0.0, npm/map-visit@1.0.0, npm/marked-terminal@4.1.0, npm/marked@2.0.0, npm/meow@5.0.0

View full report↗︎

Copy link

🚨 Potential security issues detected. Learn more about Socket for GitHub ↗︎

To accept the risk, merge this PR and you will not be notified again.

Alert Package NoteSource
Install scripts npm/puppeteer@7.1.0
  • Install script: install
  • Source: node install.js
Install scripts npm/ssh2@1.15.0
  • Install script: install
  • Source: node install.js
Install scripts npm/playwright-chromium@1.43.0
  • Install script: install
  • Source: node install.js

View full report↗︎

Next steps

What is an install script?

Install scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.

Packages should not be running non-essential scripts during install and there are often solutions to problems people solve with install scripts that can be run at publish time instead.

Take a deeper look at the dependency

Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support [AT] socket [DOT] dev.

Remove the package

If you happen to install a dependency that Socket reports as Known Malware you should immediately remove it and select a different dependency. For other alert types, you may may wish to investigate alternative packages or consider if there are other ways to mitigate the specific risk posed by the dependency.

Mark a package as acceptable risk

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of ecosystem/package-name@version specifiers. e.g. @SocketSecurity ignore npm/foo@1.0.0 or ignore all packages with @SocketSecurity ignore-all

  • @SocketSecurity ignore npm/puppeteer@7.1.0
  • @SocketSecurity ignore npm/ssh2@1.15.0
  • @SocketSecurity ignore npm/playwright-chromium@1.43.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants