2lambda123 / ramantehlan-LegalAI

0 stars 0 forks source link

Bump the npm_and_yarn group across 1 directory with 46 updates #2

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the npm_and_yarn group with 18 updates in the / directory:

Package From To
@angular/core 6.1.7 10.2.5
karma 1.7.1 6.3.16
yargs-parser 5.0.0 5.0.1
minimist 1.2.0 1.2.8
mkdirp 0.5.1 0.5.6
handlebars 4.0.12 4.7.8
protractor 5.3.2 5.4.4
@babel/traverse 7.0.0 7.24.1
ajv 5.5.2 8.12.0
@angular-devkit/build-angular 0.6.8 17.3.5
@angular/cli 6.0.8 17.3.5
har-validator 5.1.0 5.1.5
chownr 1.0.1 1.1.4
follow-redirects 1.5.7 1.15.6
fsevents 1.2.4 1.2.13
js-yaml 3.12.0 3.14.1
json-schema 0.2.3 0.4.0
jsprim 1.4.1 1.4.2

Updates @angular/core from 6.1.7 to 10.2.5

Changelog

Sourced from @​angular/core's changelog.

10.2.5 (2021-04-14)

Bug Fixes

  • compiler-cli: show a more specific error for Ivy NgModules (#41534) (#41598) (f630f33)
  • core: fix possible XSS attack in development through SSR (#40525) (ba8da74)

10.2.4 (2020-12-17)

Bug Fixes

  • core: fix possible XSS attack in development through SSR. (#40152) (0b8e3d5)
  • core: set ngDevMode to false when calling enableProdMode() (#40160) (90570c0)

10.2.3 (2020-11-09)

Bug Fixes

  • compiler: ensure that i18n message-parts have the correct source-span (#39589) (e67a331)
  • compiler: skipping leading whitespace should not break placeholder source-spans (#39589) (2b684b7), closes #39195
  • compiler-cli: avoid duplicate diagnostics about unknown pipes (#39517) (861e4fa)
  • compiler-cli: do not drop non-Angular decorators when downleveling (#39577) (1c6cf8a), closes #39574

10.2.2 (2020-11-04)

Bug Fixes

  • compiler-cli: report missing pipes when fullTemplateTypeCheck is disabled (#39320) (71d0063), closes #38195
  • core: markDirty() should only mark flags when really scheduling tick. (#39316) (8c82106), closes #39296
  • router: Ensure all outlets are used when commands have a prefix (#39456) (85d5242)

Performance Improvements

  • core: do not recurse into modules that have already been registered (#39514) (812355c), closes #39487

... (truncated)

Commits
  • ba8da74 fix(core): fix possible XSS attack in development through SSR (#40525)
  • 90570c0 fix(core): set ngDevMode to false when calling enableProdMode() (#40160)
  • 0b8e3d5 fix(core): fix possible XSS attack in development through SSR. (#40152)
  • 1aee8b3 refactor(compiler): store the fullStart location on ParseSourceSpans (#39...
  • 812355c perf(core): do not recurse into modules that have already been registered (#3...
  • 8f36c21 refactor(router): Small refactor of createUrlTree and extra tests (#39456)
  • 90acb91 docs: tView.preOrderHooks and tView.preOrderCheckHooks docs update (#39497)
  • 8c82106 fix(core): markDirty() should only mark flags when really scheduling tick. (#...
  • 0b37249 docs(core): update a typo in the comment of ngZoneEventCoalescing (#39423)
  • 3b779a1 docs: fix typo in initializeInputAndOutputAliases docstring (#39438)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by google-wombot, a new releaser for @​angular/core since your current version.


Updates karma from 1.7.1 to 6.3.16

Release notes

Sourced from karma's releases.

v6.3.16

6.3.16 (2022-02-10)

Bug Fixes

  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

v6.3.15

6.3.15 (2022-02-05)

Bug Fixes

v6.3.14

6.3.14 (2022-02-05)

Bug Fixes

  • remove string template from client code (91d5acd)
  • warn when singleRun and autoWatch are false (69cfc76)
  • security: remove XSS vulnerability in returnUrl query param (839578c)

v6.3.13

6.3.13 (2022-01-31)

Bug Fixes

  • deps: bump log4js to resolve security issue (5bf2df3), closes #3751

v6.3.12

6.3.12 (2022-01-24)

Bug Fixes

  • remove depreciation warning from log4js (41bed33)

v6.3.11

6.3.11 (2022-01-13)

Bug Fixes

  • deps: pin colors package to 1.4.0 due to security vulnerability (a5219c5)

... (truncated)

Changelog

Sourced from karma's changelog.

6.3.16 (2022-02-10)

Bug Fixes

  • security: mitigate the "Open Redirect Vulnerability" (ff7edbb)

6.3.15 (2022-02-05)

Bug Fixes

6.3.14 (2022-02-05)

Bug Fixes

  • remove string template from client code (91d5acd)
  • warn when singleRun and autoWatch are false (69cfc76)
  • security: remove XSS vulnerability in returnUrl query param (839578c)

6.3.13 (2022-01-31)

Bug Fixes

  • deps: bump log4js to resolve security issue (5bf2df3), closes #3751

6.3.12 (2022-01-24)

Bug Fixes

  • remove depreciation warning from log4js (41bed33)

6.3.11 (2022-01-13)

Bug Fixes

  • deps: pin colors package to 1.4.0 due to security vulnerability (a5219c5)

6.3.10 (2022-01-08)

Bug Fixes

  • logger: create parent folders if they are missing (0d24bd9), closes #3734

... (truncated)

Commits
  • ab4b328 chore(release): 6.3.16 [skip ci]
  • ff7edbb fix(security): mitigate the "Open Redirect Vulnerability"
  • c1befa0 chore(release): 6.3.15 [skip ci]
  • d9dade2 fix(helper): make mkdirIfNotExists helper resilient to concurrent calls
  • 653c762 ci: prevent duplicate CI tasks on creating a PR
  • c97e562 chore(release): 6.3.14 [skip ci]
  • 91d5acd fix: remove string template from client code
  • 69cfc76 fix: warn when singleRun and autoWatch are false
  • 839578c fix(security): remove XSS vulnerability in returnUrl query param
  • db53785 chore(release): 6.3.13 [skip ci]
  • Additional commits viewable in compare view


Updates yargs-parser from 5.0.0 to 5.0.1

Changelog

Sourced from yargs-parser's changelog.

5.0.0 (2017-02-18)

Bug Fixes

  • environment variables should take precedence over config file (#81) (76cee1f)

BREAKING CHANGES

  • environment variables will now override config files (args, env, config-file, config-object)

5.0.1 (2021-03-10)

Bug Fixes

  • security: address GHSA-p9pc-299p-vxgp (#362) (1c417bd)

4.2.1 (2017-01-02)

Bug Fixes

4.2.0 (2016-12-01)

Bug Fixes

  • inner objects in configs had their keys appended to top-level key when dot-notation was disabled (#72) (0b1b5f9)

Features

  • allow multiple arrays to be provided, rather than always combining (#71) (0f0fb2d)

4.1.0 (2016-11-07)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by oss-bot, a new releaser for yargs-parser since your current version.


Updates minimist from 1.2.0 to 1.2.8

Changelog

Sourced from minimist's changelog.

v1.2.8 - 2023-02-09

Merged

Fixed

Commits

  • Merge tag 'v0.2.3' a026794
  • [eslint] fix indentation and whitespace 5368ca4
  • [eslint] fix indentation and whitespace e5f5067
  • [eslint] more cleanup 62fde7d
  • [eslint] more cleanup 36ac5d0
  • [meta] add auto-changelog 73923d2
  • [actions] add reusable workflows d80727d
  • [eslint] add eslint; rules to enable later are warnings 48bc06a
  • [eslint] fix indentation 34b0f1c
  • [readme] rename and add badges 5df0fe4
  • [Dev Deps] switch from covert to nyc a48b128
  • [Dev Deps] update covert, tape; remove unnecessary tap f0fb958
  • [meta] create FUNDING.yml; add funding in package.json 3639e0c
  • [meta] use npmignore to autogenerate an npmignore file be2e038
  • Only apps should have lockfiles 282b570
  • isConstructorOrProto adapted from PR ef9153f
  • [Dev Deps] update @ljharb/eslint-config, aud 098873c
  • [Dev Deps] update @ljharb/eslint-config, aud 3124ed3
  • [meta] add safe-publish-latest 4b927de
  • [Tests] add aud in posttest b32d9bd
  • [meta] update repo URLs f9fdfc0
  • [actions] Avoid 0.6 tests due to build failures ba92fe6
  • [Dev Deps] update tape 950eaa7
  • [Dev Deps] add missing npmignore dev dep 3226afa
  • Merge tag 'v0.2.2' 980d7ac

v1.2.7 - 2022-10-10

Commits

... (truncated)

Commits
  • 6901ee2 v1.2.8
  • a026794 Merge tag 'v0.2.3'
  • c0b2661 v0.2.3
  • 63b8fee [Fix] Fix long option followed by single dash (#17)
  • 72239e6 [Tests] Remove duplicate test (#12)
  • 34b0f1c [eslint] fix indentation
  • 3226afa [Dev Deps] add missing npmignore dev dep
  • 098873c [Dev Deps] update @ljharb/eslint-config, aud
  • 9ec4d27 [Fix] Fix long option followed by single dash
  • ba92fe6 [actions] Avoid 0.6 tests due to build failures
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by ljharb, a new releaser for minimist since your current version.


Updates mkdirp from 0.5.1 to 0.5.6

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for mkdirp since your current version.


Updates handlebars from 4.0.12 to 4.7.8

Release notes

Sourced from handlebars's releases.

v4.7.8

  • Make library compatible with workers (#1894) - 3d3796c
  • Don't rely on Node.js global object (#1776) - 2954e7e
  • Fix compiling of each block params in strict mode (#1855) - 30dbf04
  • Fix rollup warning when importing Handlebars as ESM - 03d387b
  • Fix bundler issue with webpack 5 (#1862) - c6c6bbb
  • Use https instead of git for mustache submodule - 88ac068

Commits

Changelog

Sourced from handlebars's changelog.

v4.7.8 - July 27th, 2023

  • Make library compatible with workers (#1894) - 3d3796c
  • Don't rely on Node.js global object (#1776) - 2954e7e
  • Fix compiling of each block params in strict mode (#1855) - 30dbf04
  • Fix rollup warning when importing Handlebars as ESM - 03d387b
  • Fix bundler issue with webpack 5 (#1862) - c6c6bbb
  • Use https instead of git for mustache submodule - 88ac068

Commits

v4.7.7 - February 15th, 2021

  • fix weird error in integration tests - eb860c0
  • fix: check prototype property access in strict-mode (#1736) - b6d3de7
  • fix: escape property names in compat mode (#1736) - f058970
  • refactor: In spec tests, use expectTemplate over equals and shouldThrow (#1683) - 77825f8
  • chore: start testing on Node.js 12 and 13 - 3789a30

(POSSIBLY) BREAKING CHANGES:

  • the changes from version 4.6.0 now also apply in when using the compile-option "strict: true". Access to prototype properties is forbidden completely by default, specific properties or methods can be allowed via runtime-options. See #1633 for details. If you are using Handlebars as documented, you should not be accessing prototype properties from your template anyway, so the changes should not be a problem for you. Only the use of undocumented features can break your build.

That is why we only bump the patch version despite mentioning breaking changes.

Commits

v4.7.6 - April 3rd, 2020

Chore/Housekeeping:

Compatibility notes:

  • Restored Node.js compatibility

Commits

v4.7.5 - April 2nd, 2020

Chore/Housekeeping:

  • Node.js version support has been changed to v6+ Reverted in 4.7.6

Compatibility notes:

... (truncated)

Commits
  • 8dc3d25 v4.7.8
  • 668c4fb Fix browser tests in CI pipeline
  • c65c6cc Test on Node 18
  • 3d3796c Make library compatible with workers
  • 075b354 Fix sync issue with npm lock-file
  • 30dbf04 Fix compiling of each block params in strict mode
  • e3a5448 Fix bundler issue with webpack 5
  • 8e23642 Fix integration-tests issue with npm >= 7
  • 88ac068 use https instead of git for mustache submodule
  • c68bc08 Fix typo
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jaylinski, a new releaser for handlebars since your current version.


Updates protractor from 5.3.2 to 5.4.4

Release notes

Sourced from protractor's releases.

5.4.3

typescript 3.7 compatibility

Resolves #5348 which was causing incompatibility with TypeScript 3.7

Changelog

Sourced from protractor's changelog.

5.4.4

Fixes

  • fix: security prototype pollution

5.4.3

Fixes

fix(index.ts): Fix exports to unbreak TypeScript 3.7 build

5.4.2

Features

  • (db1b638) feat(saucelabs): add sauceRegion support for eu datacenters (#5083)

    This change allows user to define the backend region from sauce via the sauceRegion property, e.g.

       sauceUser: process.env.SAUCE_USERNAME,
       sauceKey: process.env.SAUCE_ACCESS_KEY,
       sauceRegion: 'eu',
    

    Will run the test against https://ondemand.eu-central-1.saucelabs.com:443/wd/hub/.

       sauceUser: process.env.SAUCE_USERNAME,
       sauceKey: process.env.SAUCE_ACCESS_KEY,
       sauceRegion: 'us',
    

    // the default sauceUser: process.env.SAUCE_USERNAME, sauceKey: process.env.SAUCE_ACCESS_KEY,

    Will run the test against https://ondemand.saucelabs.com:443/wd/hub/

Fixes

  • (f5dbe13) fix(deps): @​types/node is now a dev dependency

5.4.1

Features

... (truncated)

Commits
  • a0ffa9b release: 5.4.4
  • 8b3ebf8 fix: security prototype pollution
  • 162f9e5 ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade proxy to 4...
  • eb1d0fc docs(release): Update release docs for 5.4 series.
  • 6c46098 chore(release): Update changelog
  • faf0895 fix(ci): Don't update webdriver in pretest
  • d77731c fix(release): Pin CircleCI to Chrome v74
  • efe7fdd chore(dependencies): Update natives, so we can continue to run Gulp on
  • 0442e51 chore(release): Bugfix release 5.4.3
  • 7999a08 fix(index.ts): Fix exports to unbreak TypeScript 3.7 build
  • Additional commits viewable in compare view


Updates @babel/traverse from 7.0.0 to 7.24.1

Release notes

Sourced from @​babel/traverse's releases.

v7.24.1 (2024-03-19)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

:memo: Documentation

:house: Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • Other

:microscope: Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

Committers: 4

v7.24.0 (2024-02-28)

Thanks @​ajihyf for your first PR!

Release post with summary and highlights: https://babeljs.io/7.24.0

:rocket: New Feature

  • babel-standalone

... (truncated)

Changelog

Sourced from @​babel/traverse's changelog.

v7.24.1 (2024-03-19)

:bug: Bug Fix

  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-plugin-proposal-decorators, babel-plugin-proposal-json-modules, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helper-replace-supers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties

:memo: Documentation

:house: Internal

  • babel-code-frame, babel-highlight
  • babel-helper-fixtures, babel-helpers, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-proposal-pipeline-operator, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-helper-module-imports, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-record-and-tuple, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx
  • babel-helper-create-class-features-plugin, babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression, babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining, babel-plugin-bugfix-v8-static-class-fields-redefine-readonly, babel-plugin-external-helpers, babel-plugin-proposal-async-do-expressions, babel-plugin-proposal-decorators, babel-plugin-proposal-destructuring-private, babel-plugin-proposal-do-expressions, babel-plugin-proposal-duplicate-named-capturing-groups-regex, babel-plugin-proposal-explicit-resource-management, babel-plugin-proposal-export-default-from, babel-plugin-proposal-function-bind, babel-plugin-proposal-function-sent, babel-plugin-proposal-import-attributes-to-assertions, babel-plugin-proposal-import-defer, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-plugin-proposal-optional-chaining-assign, babel-plugin-proposal-partial-application, babel-plugin-proposal-pipeline-operator, babel-plugin-proposal-record-and-tuple, babel-plugin-proposal-regexp-modifiers, babel-plugin-proposal-throw-expressions, babel-plugin-syntax-async-do-expressions, babel-plugin-syntax-decimal, babel-plugin-syntax-decorators, babel-plugin-syntax-destructuring-private, babel-plugin-syntax-do-expressions, babel-plugin-syntax-explicit-resource-management, babel-plugin-syntax-export-default-from, babel-plugin-syntax-flow, babel-plugin-syntax-function-bind, babel-plugin-syntax-function-sent, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-plugin-syntax-import-defer, babel-plugin-syntax-import-reflection, babel-plugin-syntax-import-source, babel-plugin-syntax-jsx, babel-plugin-syntax-module-blocks, babel-plugin-syntax-optional-chaining-assign, babel-plugin-syntax-partial-application, babel-plugin-syntax-pipeline-operator, babel-plugin-syntax-record-and-tuple, babel-plugin-syntax-throw-expressions, babel-plugin-syntax-typescript, babel-plugin-transform-arrow-functions, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoped-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-classes, babel-plugin-transform-computed-properties, babel-plugin-transform-destructuring, babel-plugin-transform-dotall-regex, babel-plugin-transform-duplicate-keys, babel-plugin-transform-dynamic-import, babel-plugin-transform-exponentiation-operator, babel-plugin-transform-export-namespace-from, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-for-of, babel-plugin-transform-function-name, babel-plugin-transform-instanceof, babel-plugin-transform-jscript, babel-plugin-transform-json-strings, babel-plugin-transform-literals, babel-plugin-transform-logical-assignment-operators, babel-plugin-transform-member-expression-literals, babel-plugin-transform-modules-amd, babel-plugin-transform-modules-commonjs, babel-plugin-transform-modules-systemjs, babel-plugin-transform-modules-umd, babel-plugin-transform-new-target, babel-plugin-transform-nullish-coalescing-operator, babel-plugin-transform-numeric-separator, babel-plugin-transform-object-assign, babel-plugin-transform-object-rest-spread, babel-plugin-transform-object-set-prototype-of-to-assign, babel-plugin-transform-object-super, babel-plugin-transform-optional-catch-binding, babel-plugin-transform-optional-chaining, babel-plugin-transform-parameters, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-property-literals, babel-plugin-transform-property-mutators, babel-plugin-transform-proto-to-assign, babel-plugin-transform-react-constant-elements, babel-plugin-transform-react-display-name, babel-plugin-transform-react-inline-elements, babel-plugin-transform-react-jsx-compat, babel-plugin-transform-react-jsx-self, babel-plugin-transform-react-jsx-source, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-reserved-words, babel-plugin-transform-runtime, babel-plugin-transform-shorthand-properties, babel-plugin-transform-spread, babel-plugin-transform-sticky-regex, babel-plugin-transform-strict-mode, babel-plugin-transform-template-literals, babel-plugin-transform-typeof-symbol, babel-plugin-transform-typescript, babel-plugin-transform-unicode-escapes, babel-plugin-transform-unicode-property-regex, babel-plugin-transform-unicode-regex, babel-plugin-transform-unicode-sets-regex, babel-preset-env, babel-preset-flow, babel-preset-react, babel-preset-typescript
  • babel-compat-data, babel-plugin-transform-object-rest-spread, babel-preset-env

:microscope: Output optimization

  • babel-helper-replace-supers, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-parameters, babel-plugin-transform-runtime
  • babel-plugin-transform-class-properties, babel-plugin-transform-classes
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-object-rest-spread, babel-traverse
  • babel-core, babel-plugin-external-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-function-bind, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-flow-comments, babel-plugin-transform-flow-strip-types, babel-plugin-transform-function-name, babel-plugin-transform-modules-systemjs, babel-plugin-transform-parameters, babel-plugin-transform-private-property-in-object, babel-plugin-transform-react-jsx, babel-plugin-transform-runtime, babel-plugin-transform-spread, babel-plugin-transform-typescript, babel-preset-env

v7.24.0 (2024-02-28)

:rocket: New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
cr-gpt[bot] commented 4 months ago

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

code-companion-ai[bot] commented 4 months ago

Processing PR updates...

codesyncapp[bot] commented 4 months ago

Check out the playback for this Pull Request here.

secure-code-warrior-for-github[bot] commented 4 months ago

Micro-Learning Topic: Open redirect (Detected by phrase)

Matched on "Open Redirect"

What is this? (2min video)

This vulnerability refers to the ability of an attacker to arbitrarily perform a redirection (external) or forward (internal) against the system. It arises due to insufficient validation or sanitisation of inputs used to perform a redirect or forward and may result in privilege escalation (in the case of a forward) or may be used to launch phishing attacks against users (in the case of redirects).

Try a challenge in Secure Code Warrior

Helpful references

Micro-Learning Topic: Prototype pollution (Detected by phrase)

Matched on "prototype pollution"

What is this? (2min video)

By adding or modifying attributes of an object prototype, it is possible to create attributes that exist on every object, or replace critical attributes with malicious ones. This can be problematic if the software depends on existence or non-existence of certain attributes, or uses pre-defined attributes of object prototype (such as hasOwnProperty, toString or valueOf).

Try a challenge in Secure Code Warrior

Micro-Learning Topic: Cross-site scripting (Detected by phrase)

Matched on "XSS"

What is this? (2min video)

Cross-site scripting vulnerabilities occur when unescaped input is rendered into a page displayed to the user. When HTML or script is included in the input, it will be processed by a user's browser as HTML or script and can alter the appearance of the page or execute malicious scripts in their user context.

Try a challenge in Secure Code Warrior

Helpful references
git-greetings[bot] commented 4 months ago

Thanks @dependabot[bot] for opening this PR!

For COLLABORATOR only :

  • To add labels, comment on the issue /label add label1,label2,label3

  • To remove labels, comment on the issue /label remove label1,label2,label3

coderabbitai[bot] commented 4 months ago

[!IMPORTANT]

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
git-greetings[bot] commented 4 months ago
PR Details of @dependabot[bot] in ramantehlan-LegalAI : OPEN CLOSED TOTAL
1 1 2
socket-security[bot] commented 4 months ago

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

Package New capabilities Transitives Size Publisher
npm/@ampproject/remapping@2.3.0 None 0 78.9 kB jridgewell
npm/@angular-devkit/architect@0.1703.5 None 0 167 kB google-wombot
npm/@angular-devkit/build-angular@17.3.5 environment, filesystem, network, shell, unsafe 0 1.44 MB google-wombot
npm/@angular-devkit/build-webpack@0.1703.5 eval, filesystem 0 22.3 kB google-wombot
npm/@angular-devkit/core@17.3.5 eval, network 0 261 kB google-wombot
npm/@angular-devkit/schematics@17.3.5 None 0 255 kB google-wombot
npm/@angular/cli@17.3.5 environment, filesystem, network, shell, unsafe 0 613 kB google-wombot
npm/@angular/core@10.2.5 None 0 17.8 MB google-wombot
npm/@babel/compat-data@7.24.4 None 0 65.2 kB nicolo-ribaudo
npm/@babel/core@7.24.0 environment, filesystem, unsafe +8 5.72 MB nicolo-ribaudo
npm/@babel/helper-annotate-as-pure@7.22.5 None 0 4.02 kB nicolo-ribaudo
npm/@babel/helper-builder-binary-assignment-operator-visitor@7.22.15 None 0 13.5 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.23.6 None 0 52 kB nicolo-ribaudo
npm/@babel/helper-create-class-features-plugin@7.24.4 None 0 434 kB nicolo-ribaudo
npm/@babel/helper-create-regexp-features-plugin@7.22.15 None +4 224 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-member-expression-to-functions@7.23.0 None 0 55 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-optimise-call-expression@7.22.5 None 0 6.66 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.0 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helper-remap-async-to-generator@7.22.20 None 0 9.96 kB nicolo-ribaudo
npm/@babel/helper-replace-supers@7.24.1 None 0 32.2 kB nicolo-ribaudo
npm/@babel/helper-simple-access@7.22.5 None 0 14.1 kB nicolo-ribaudo
npm/@babel/helper-skip-transparent-expression-wrappers@7.22.5 None 0 5.96 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-identifier@7.22.20 None 0 49.1 kB nicolo-ribaudo
npm/@babel/helper-validator-option@7.23.5 None 0 11.7 kB nicolo-ribaudo
npm/@babel/helper-wrap-function@7.22.20 None 0 15.4 kB nicolo-ribaudo
npm/@babel/helpers@7.24.4 None 0 650 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.24.1 None 0 7.74 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.24.1 None 0 10.7 kB nicolo-ribaudo
npm/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.24.1 None 0 25.1 kB nicolo-ribaudo
npm/@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2 None 0 16.3 kB nicolo-ribaudo
npm/@babel/plugin-syntax-async-generators@7.8.4 None 0 2.52 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-properties@7.12.13 None 0 2.68 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-static-block@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-dynamic-import@7.8.3 None 0 2.47 kB nicolo-ribaudo
npm/@babel/plugin-syntax-export-namespace-from@7.8.3 None 0 2.62 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-assertions@7.24.1 None 0 3.65 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-attributes@7.24.1 None 0 5.12 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-meta@7.10.4 None 0 2.56 kB jlhwung
npm/@babel/plugin-syntax-json-strings@7.8.3 None 0 2.58 kB nicolo-ribaudo
npm/@babel/plugin-syntax-logical-assignment-operators@7.10.4 None 0 2.74 kB jlhwung
npm/@babel/plugin-syntax-nullish-coalescing-operator@7.8.3 None 0 2.63 kB nicolo-ribaudo
npm/@babel/plugin-syntax-numeric-separator@7.10.4 None 0 2.75 kB jlhwung
npm/@babel/plugin-syntax-object-rest-spread@7.8.3 None 0 2.53 kB nicolo-ribaudo
npm/@babel/plugin-syntax-optional-catch-binding@7.8.3 None 0 2.57 kB nicolo-ribaudo
npm/@babel/plugin-syntax-optional-chaining@7.8.3 None 0 2.52 kB nicolo-ribaudo
npm/@babel/plugin-syntax-private-property-in-object@7.14.5 None 0 2.82 kB nicolo-ribaudo
npm/@babel/plugin-syntax-top-level-await@7.14.5 None 0 2.74 kB nicolo-ribaudo
npm/@babel/plugin-syntax-unicode-sets-regex@7.18.6 None 0 3.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-arrow-functions@7.24.1 None 0 5.55 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-generator-functions@7.23.9 None 0 20.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-async-to-generator@7.23.3 None 0 8.04 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoped-functions@7.24.1 None 0 6.55 kB nicolo-ribaudo
npm/@babel/plugin-transform-block-scoping@7.24.4 None 0 88.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-class-properties@7.24.1 None 0 4.87 kB nicolo-ribaudo
npm/@babel/plugin-transform-class-static-block@7.24.4 None 0 10.3 kB nicolo-ribaudo
npm/@babel/plugin-transform-classes@7.24.1 None 0 87.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-computed-properties@7.24.1 None 0 22.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-destructuring@7.24.1 None 0 81.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-dotall-regex@7.24.1 None 0 4.1 kB nicolo-ribaudo
npm/@babel/plugin-transform-duplicate-keys@7.24.1 None 0 9.11 kB nicolo-ribaudo
npm/@babel/plugin-transform-dynamic-import@7.24.1 None 0 6.28 kB nicolo-ribaudo
npm/@babel/plugin-transform-exponentiation-operator@7.24.1 None 0 4.95 kB nicolo-ribaudo
npm/@babel/plugin-transform-export-namespace-from@7.24.1 None 0 8.19 kB nicolo-ribaudo
npm/@babel/plugin-transform-for-of@7.24.1 None 0 44.7 kB nicolo-ribaudo
npm/@babel/plugin-transform-function-name@7.24.1 None 0 6.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-json-strings@7.24.1 None 0 5.96 kB nicolo-ribaudo
npm/@babel/plugin-transform-literals@7.24.1 None 0 4.63 kB nicolo-ribaudo
npm/@babel/plugin-transform-logical-assignment-operators@7.24.1 None 0 8.65 kB nicolo-ribaudo
npm/@babel/plugin-transform-member-expression-literals@7.24.1 None 0 4.94 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-amd@7.24.1 None 0 20.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-commonjs@7.24.1 None 0 42.4 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-systemjs@7.24.1 None 0 65.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-modules-umd@7.24.1 None 0 25.6 kB nicolo-ribaudo
npm/@babel/plugin-transform-named-capturing-groups-regex@7.22.5 None 0 4.87 kB nicolo-ribaudo
npm/@babel/plugin-transform-new-target@7.24.1 None 0 10.3 kB nicolo-ribaudo
npm/@babel/plugin-transform-nullish-coalescing-operator@7.24.1 None 0 9.15 kB nicolo-ribaudo
npm/@babel/plugin-transform-numeric-separator@7.24.1 None 0 5.47 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-rest-spread@7.24.1 None 0 72.8 kB nicolo-ribaudo
npm/@babel/plugin-transform-object-super@7.24.1 None 0 9.23 kB nicolo-ribaudo
npm/@babel/plugin-transform-optional-catch-binding@7.24.1 None 0 4.87 kB nicolo-ribaudo
npm/@babel/plugin-transform-optional-chaining@7.24.1 None 0 38 kB nicolo-ribaudo
npm/@babel/plugin-transform-parameters@7.24.1 None 0 64.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-private-methods@7.24.1 None 0 4.69 kB nicolo-ribaudo
npm/@babel/plugin-transform-private-property-in-object@7.24.1 None 0 20 kB nicolo-ribaudo
npm/@babel/plugin-transform-property-literals@7.24.1 None 0 4.72 kB nicolo-ribaudo
npm/@babel/plugin-transform-regenerator@7.24.1 None 0 6.82 kB nicolo-ribaudo
npm/@babel/plugin-transform-reserved-words@7.24.1 None 0 4.28 kB nicolo-ribaudo
npm/@babel/plugin-transform-runtime@7.24.0 unsafe 0 40.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-shorthand-properties@7.24.1 None 0 7.11 kB nicolo-ribaudo
npm/@babel/plugin-transform-spread@7.24.1 None 0 21.2 kB nicolo-ribaudo
npm/@babel/plugin-transform-sticky-regex@7.24.1 None 0 4.64 kB nicolo-ribaudo
npm/@babel/plugin-transform-template-literals@7.24.1 None 0 15.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-typeof-symbol@7.24.1 None 0 10.5 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-escapes@7.24.1 None 0 13.9 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-property-regex@7.24.1 None 0 5 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-regex@7.24.1 None 0 3.94 kB nicolo-ribaudo
npm/@babel/plugin-transform-unicode-sets-regex@7.24.1 None 0 4.67 kB nicolo-ribaudo
npm/@babel/preset-env@7.24.0 environment 0 147 kB nicolo-ribaudo
npm/@babel/preset-modules@0.1.6-no-external-plugins None 0 38.6 kB nicolo-ribaudo
npm/@babel/regjsgen@0.8.0 None 0 15.4 kB nicolo-ribaudo
npm/@babel/runtime@7.24.0 None 0 262 kB nicolo-ribaudo
npm/@babel/traverse@7.24.1 None 0 615 kB nicolo-ribaudo
npm/@discoveryjs/json-ext@0.5.7 None 0 81.1 kB lahmatiy
npm/@esbuild/aix-ppc64@0.20.1 None 0 10.4 MB evanw
npm/@esbuild/android-arm@0.20.1 None 0 11.5 MB evanw
npm/@esbuild/android-arm64@0.20.1 None 0 9.83 MB evanw
npm/@esbuild/android-x64@0.20.1 None 0 11.5 MB evanw
npm/@esbuild/darwin-arm64@0.20.1 None 0 9.76 MB evanw
npm/@esbuild/darwin-x64@0.20.1 None 0 10.2 MB evanw
npm/@esbuild/freebsd-arm64@0.20.1 None 0 8.85 MB evanw
npm/@esbuild/freebsd-x64@0.20.1 None 0 9.62 MB evanw
npm/@esbuild/linux-arm@0.20.1 None 0 9.18 MB evanw
npm/@esbuild/linux-arm64@0.20.1 None 0 8.85 MB evanw
npm/@esbuild/linux-ia32@0.20.1 None 0 9.16 MB evanw
npm/@esbuild/linux-loong64@0.20.1 None 0 9.37 MB evanw
npm/@esbuild/linux-mips64el@0.20.1 None 0 10.4 MB evanw
npm/@esbuild/linux-ppc64@0.20.1 None 0 9.18 MB evanw
npm/@esbuild/linux-riscv64@0.20.1 None 0 9.11 MB evanw
npm/@esbuild/linux-s390x@0.20.1 None 0 10.1 MB evanw
npm/@esbuild/linux-x64@0.20.1 None 0 9.61 MB evanw
npm/@esbuild/netbsd-x64@0.20.1 None 0 9.6 MB evanw
npm/@esbuild/openbsd-x64@0.20.1 None 0 9.64 MB evanw
npm/@esbuild/sunos-x64@0.20.1 None 0 9.6 MB evanw
npm/@esbuild/win32-arm64@0.20.1 None 0 9 MB evanw
npm/@esbuild/win32-ia32@0.20.1 None 0 9.46 MB evanw
npm/@esbuild/win32-x64@0.20.1 None 0 9.82 MB evanw
npm/@isaacs/cliui@8.0.2 None +6 171 kB isaacs
npm/@istanbuljs/load-nyc-config@1.1.0 environment, filesystem +5 47.7 kB coreyfarrell
npm/@istanbuljs/schema@0.1.3 None 0 17.2 kB coreyfarrell
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/source-map@0.3.6 None 0 177 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/@leichtgewicht/ip-codec@2.0.5 None 0 17.7 kB leichtgewicht
npm/@ljharb/through@2.3.13 None 0 31.7 kB ljharb
npm/@ngtools/webpack@17.3.5 eval 0 140 kB google-wombot
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/@npmcli/agent@2.2.2 environment, network 0 17.7 kB npm-cli-ops
npm/@npmcli/fs@3.1.0 filesystem 0 26.5 kB lukekarrys
npm/@npmcli/git@5.0.6 filesystem 0 21.8 kB npm-cli-ops
npm/@npmcli/installed-package-contents@2.0.2 filesystem 0 13.2 kB gar
npm/@npmcli/node-gyp@3.0.0 filesystem 0 1.87 kB lukekarrys
npm/@npmcli/promise-spawn@7.0.1 environment, shell 0 12 kB npm-cli-ops
npm/@npmcli/redact@1.1.0 None 0 4.44 kB npm-cli-ops
npm/@npmcli/run-script@7.0.4 environment 0 18.4 kB npm-cli-ops
npm/@pkgjs/parseargs@0.11.0 None 0 74.2 kB oss-bot
npm/@schematics/angular@17.3.5 None 0 10.2 MB google-wombot
npm/@sigstore/bundle@2.3.1 None 0 40.8 kB bdehamer
npm/@sigstore/core@1.1.0 None 0 88.6 kB bdehamer
npm/@sigstore/protobuf-specs@0.3.1 None 0 234 kB bdehamer
npm/@sigstore/sign@2.3.0 environment 0 84.5 kB bdehamer
npm/@sigstore/tuf@2.3.2 environment, filesystem 0 49.3 kB bdehamer
npm/@sigstore/verify@1.2.0 None 0 73.3 kB bdehamer
npm/@socket.io/component-emitter@3.1.1 None 0 21.2 kB darrachequesne
npm/@tufjs/canonical-json@2.0.0 None 0 5.77 kB eugenethehub
npm/@tufjs/models@2.0.0 None 0 77.7 kB eugenethehub
npm/@types/body-parser@1.19.5 None 0 7.65 kB types
npm/@types/bonjour@3.5.13 None 0 5.57 kB types
npm/@types/connect-history-api-fallback@1.5.4 None 0 4.86 kB types
npm/@types/connect@3.4.38 None 0 5.91 kB types
npm/@types/cookie@0.4.1 None 0 8.98 kB types
npm/@types/cors@2.8.17 None 0 5.91 kB types
npm/@types/eslint-scope@3.7.7 None 0 6.27 kB types
npm/@types/eslint@8.56.10 None 0 192 kB types
npm/@types/estree@1.0.5 None 0 25.7 kB types
npm/@types/express-serve-static-core@4.19.0 None 0 46 kB types
npm/@types/express@4.17.21 None 0 7.86 kB types
npm/@types/http-errors@2.0.4 None 0 6.59 kB types
npm/@types/http-proxy@1.17.14 None 0 14.4 kB types
npm/@types/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/mime@1.3.5 None 0 3.78 kB types
npm/@types/node-forge@1.3.11 None 0 63.1 kB types
npm/@types/qs@6.9.15 None 0 7.34 kB types
npm/@types/range-parser@1.2.7 None 0 4.62 kB types
npm/@types/retry@0.12.0 None 0 7.65 kB types
npm/@types/selenium-webdriver@3.0.26 None 0 245 kB types
npm/@types/send@0.17.4 None 0 9.85 kB types
npm/@types/serve-index@1.9.4 None 0 4.71 kB types
npm/@types/serve-static@1.15.7 None 0 7.79 kB types
npm/@types/sockjs@0.3.36 None 0 5.35 kB types
npm/@types/ws@8.5.10 None 0 21.7 kB types
npm/@vitejs/plugin-basic-ssl@1.1.0 None 0 1.19 MB patak
npm/@webassemblyjs/ast@1.12.1 None 0 207 kB xtuc
npm/@webassemblyjs/floating-point-hex-parser@1.11.6 None 0 5.14 kB xtuc
npm/@webassemblyjs/helper-api-error@1.11.6 None 0 5.4 kB xtuc
npm/@webassemblyjs/helper-buffer@1.12.1 None 0 10.8 kB xtuc
npm/@webassemblyjs/helper-numbers@1.11.6 None 0 6.68 kB xtuc
npm/@webassemblyjs/helper-wasm-bytecode@1.11.6 None 0 16 kB xtuc
npm/@webassemblyjs/helper-wasm-section@1.12.1 None 0 19.7 kB xtuc
npm/@webassemblyjs/ieee754@1.11.6 None 0 3.18 kB xtuc
npm/@webassemblyjs/leb128@1.11.6 None 0 30.7 kB xtuc
npm/@webassemblyjs/utf8@1.11.6 None 0 7.31 kB xtuc
npm/@webassemblyjs/wasm-edit@1.12.1 None 0 34.6 kB xtuc
npm/@webassemblyjs/wasm-gen@1.12.1 None 0 28.1 kB xtuc
npm/@webassemblyjs/wasm-opt@1.12.1 None 0 14.4 kB xtuc
npm/@webassemblyjs/wasm-parser@1.12.1 None 0 129 kB xtuc
npm/@webassemblyjs/wast-printer@1.12.1 None 0 39.6 kB xtuc
npm/@xtuc/ieee754@1.2.0 None 0 8.57 kB xtuc
npm/@xtuc/long@4.2.2 None 0 190 kB xtuc
npm/@yarnpkg/lockfile@1.1.0 environment, eval, filesystem 0 280 kB arcanis
npm/abbrev@2.0.0 None 0 4.83 kB lukekarrys
npm/acorn-import-assertions@1.9.0 None 0 25.7 kB xtuc
npm/acorn@8.11.3 None 0 531 kB marijn
npm/adjust-sourcemap-loader@4.0.0 filesystem 0 42 kB bholloway
npm/adm-zip@0.5.12 filesystem 0 104 kB cthackers
npm/agent-base@4.3.0 network 0 37.5 kB tootallnate
npm/aggregate-error@3.1.0 None 0 6.69 kB sindresorhus
npm/ajv-formats@2.1.1 None 0 52.2 kB esp
npm/ajv-keywords@5.1.0 None 0 132 kB esp
npm/ajv@8.12.0 eval 0 1.02 MB esp
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/ansi-html-community@0.0.8 None 0 20.1 kB mahdyar
npm/anymatch@3.1.3 None 0 9.65 kB phated
npm/array-flatten@1.1.1 None 0 4.42 kB blakeembrey
npm/autoprefixer@10.4.18 environment 0 199 kB ai
npm/babel-loader@9.1.3 filesystem 0 38.4 kB nicolo-ribaudo
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell 0 25.7 kB oss-bot
npm/babel-plugin-polyfill-corejs3@0.9.0 None 0 190 kB nicolo-ribaudo
npm/babel-plugin-polyfill-regenerator@0.5.5 None 0 9.46 kB nicolo-ribaudo
npm/base64-js@1.5.1 None 0 9.62 kB feross
npm/base64id@2.0.0 None 0 4.69 kB darrachequesne
npm/big.js@5.2.2 None 0 63.9 kB mikemcl
npm/bindings@1.5.0 environment, filesystem 0 11.2 kB tootallnate
npm/bl@4.1.0 None 0 64.4 kB matteo.collina
npm/body-parser@1.20.2 network 0 60.8 kB dougwilson
npm/bonjour-service@1.2.1 None 0 66.2 kB mdidon
npm/braces@3.0.2 None 0 49.2 kB doowb
npm/browserslist@4.23.0 environment, filesystem 0 62.8 kB ai
npm/browserstack@1.6.1 network 0 55.7 kB scott.gonzalez
npm/buffer@5.7.1 None 0 82.5 kB feross
npm/builtins@5.1.0 None 0 3.7 kB juliangruber
npm/cacache@18.0.2 filesystem 0 63.6 kB npm-cli-ops
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/callsites@3.1.0 None 0 6.33 kB sindresorhus
npm/camelcase@5.3.1 None 0 7.45 kB sindresorhus
npm/caniuse-lite@1.0.30001612 None 0 2.05 MB caniuse-lite
npm/chardet@0.7.0 filesystem 0 74.8 kB runk
npm/chokidar@3.6.0 environment, filesystem 0 90.2 kB paulmillr
npm/chownr@2.0.0 filesystem 0 5.75 kB isaacs
npm/chrome-trace-event@1.0.3 None 0 14.2 kB samccone
npm/clean-stack@2.2.0 None 0 5.51 kB sindresorhus
npm/cli-cursor@3.1.0 None 0 4.37 kB sindresorhus
npm/cli-spinners@2.9.2 None 0 32.1 kB sindresorhus
npm/cli-width@4.1.0 environment 0 4.77 kB knownasilya
npm/cliui@8.0.1 None 0 32.3 kB oss-bot
npm/clone-deep@4.0.1 None 0 8 kB jonschlinkert
npm/clone@1.0.4 None 0 11.1 kB pvorb
npm/colorette@2.0.20 None 0 17 kB jorgebucaran
npm/common-path-prefix@3.0.0 None 0 4.01 kB novemberborn
npm/compressible@2.0.18 None 0 7.36 kB dougwilson
npm/compression@1.7.4 None 0 23.3 kB dougwilson
npm/connect-history-api-fallback@2.0.0 None 0 10.2 kB bripkens
npm/connect@3.7.0 environment, network 0 95.2 kB dougwilson
npm/content-disposition@0.5.4 None 0 19.1 kB dougwilson
npm/content-type@1.0.5 None 0 10.5 kB dougwilson
npm/convert-source-map@2.0.0 None 0 15.9 kB phated
npm/cookie@0.6.0 None 0 23.7 kB dougwilson
npm/copy-anything@2.0.6 None 0 11.9 kB mesqueeb
npm/copy-webpack-plugin@11.0.0 None 0 77.6 kB evilebottnawi
npm/core-js-compat@3.37.0 None 0 727 kB zloirock
npm/cors@2.8.5 None 0 20 kB dougwilson
npm/cosmiconfig@9.0.0 filesystem 0 124 kB d-fischer
npm/critters@0.0.22 filesystem 0 166 kB janicklas-ralph
npm/cross-spawn@7.0.3 environment, filesystem, shell 0 21.2 kB satazor
npm/css-loader@6.10.0 None 0 133 kB evilebottnawi
npm/css-select@5.1.0 None 0 224 kB feedic
npm/css-what@6.1.0 None 0 66 kB feedic
npm/date-format@4.0.14 None 0 19.7 kB csausdev
npm/default-gateway@6.0.3 None 0 16.1 kB silverwind
npm/defaults@1.0.4 None 0 3.84 kB sindresorhus
npm/define-data-property@1.1.4 None 0 30.9 kB ljharb
npm/define-lazy-prop@2.0.0 None 0 4.45 kB sindresorhus
npm/depd@2.0.0 environment, eval 0 27.1 kB dougwilson
npm/destroy@1.2.0 filesystem 0 9.02 kB dougwilson
npm/detect-node@2.1.0 None 0 2.76 kB iliakan
npm/dir-glob@3.0.1 None 0 5.42 kB sindresorhus
npm/dns-packet@5.6.1 None 0 61 kB silverwind
npm/dom-serializer@2.0.0 None 0 28.8 kB feedic
npm/domelementtype@2.3.0 None 0 11.4 kB feedic
npm/domhandler@5.0.3 None 0 75.3 kB feedic
npm/domutils@3.1.0 network 0 162 kB feedic
npm/eastasianwidth@0.2.0 None 0 13.6 kB komagata
npm/emoji-regex@8.0.0 None 0 48.3 kB mathias
npm/emojis-list@3.0.0 None 0 53.6 kB kikobeats
npm/encoding@0.1.13 None 0 7.12 kB andris
npm/engine.io-parser@5.2.2 None 0 46.5 kB darrachequesne
npm/engine.io@6.5.4 network 0 162 kB darrachequesne
npm/enhanced-resolve@5.16.0 unsafe 0 210 kB evilebottnawi
npm/entities@4.5.0 None 0 413 kB feedic
npm/env-paths@2.2.1 None 0 10.2 kB sindresorhus
npm/err-code@2.0.3 None 0 12.3 kB achingbrain
npm/errno@0.1.8 None 0 18.1 kB ralphtheninja
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-module-lexer@1.5.0 None 0 90.5 kB guybedford
npm/es6-promise@4.2.8 None 0 315 kB stefanpenner
npm/esbuild-wasm@0.20.1 environment, filesystem, shell 0 12 MB evanw
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/eslint-scope@5.1.1 None 0 78.4 kB eslintbot
npm/esrecurse@4.3.0 None 0 13.5 kB michaelficarra
npm/estraverse@4.3.0 None 0 36.3 kB michaelficarra
npm/eventemitter3@4.0.7 None 0 38 kB lpinca
npm/events@3.3.0 None 0 82.8 kB goto-bus-stop
npm/execa@5.1.1 environment, shell 0 57.5 kB sindresorhus
npm/exponential-backoff@3.1.1 None 0 37.3 kB sssayegh
npm/express@4.19.2 environment, filesystem, network 0 215 kB wesleytodd
npm/external-editor@3.1.0 environment, filesystem, shell 0 27 kB mrkmg
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/faye-websocket@0.11.4 network 0 30.8 kB jcoglan
npm/figures@3.2.0 None 0 12.1 kB sindresorhus
npm/file-uri-to-path@1.0.0 None 0 8.07 kB tootallnate
npm/fill-range@7.0.1 None 0 16.4 kB jonschlinkert
npm/finalhandler@1.2.0 environment 0 18.6 kB dougwilson
npm/find-cache-dir@4.0.0 None 0 6.36 kB sindresorhus
npm/find-up@6.3.0 None 0 17 kB sindresorhus
npm/flat@5.0.2 None 0 26.6 kB timoxley
npm/flatted@3.3.1 None 0 40.3 kB webreflection
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/foreground-child@3.1.1 shell 0 60.4 kB isaacs
npm/forwarded@0.2.0 None 0 5.88 kB dougwilson
npm/fraction.js@4.3.7 None 0 86.2 kB infusion
npm/fs-extra@8.1.0 filesystem 0 128 kB ryanzim
npm/fs-minipass@3.0.3 filesystem 0 14.4 kB npm-cli-ops
npm/fs-monkey@1.0.5 filesystem, unsafe 0 22 kB streamich
npm/fsevents@2.3.3 None 0 173 kB pipobscure
npm/gensync@1.0.0-beta.2 None 0 28.9 kB loganfsmyth
npm/get-intrinsic@1.2.4 eval 0 41.6 kB ljharb
npm/get-package-type@0.1.0 filesystem 0 6.01 kB coreyfarrell
npm/get-stream@6.0.1 None 0 12.2 kB sindresorhus
npm/glob-parent@6.0.2 None 0 7.72 kB phated
npm/glob-to-regexp@0.4.1 None 0 18.1 kB nickfitzgerald
npm/globals@11.12.0 None 0 39.8 kB sindresorhus
npm/globby@13.2.2 None 0 25.1 kB sindresorhus
npm/gopd@1.0.1 None 0 7.7 kB ljharb
npm/handle-thing@2.0.1 None 0 12.1 kB indutny
npm/handlebars@4.7.8 filesystem 0 2.78 MB jaylinski
npm/har-validator@5.1.5 None 0 8.22 kB ahmadnassri
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/hasown@2.0.2 None 0 8.77 kB ljharb
npm/hosted-git-info@7.0.1 None 0 26.7 kB npm-cli-ops
npm/html-entities@2.5.2 None 0 287 kB mdevils
npm/htmlparser2@8.0.2 None 0 265 kB feedic
npm/http-cache-semantics@4.1.1 None 0 35.9 kB kornel
npm/http-errors@2.0.0 None 0 18.8 kB dougwilson
npm/http-parser-js@0.5.8 None 0 25.8 kB jimbly
npm/http-proxy-agent@7.0.2 network 0 23.3 kB tootallnate
npm/http-proxy-middleware@2.0.6 network 0 64.1 kB chimurai
npm/http-proxy@1.18.1 network 0 232 kB jcrugzz
npm/https-proxy-agent@2.2.4 network 0 19.5 kB tootallnate
npm/human-signals@2.1.0 None 0 44.3 kB ehmicky
npm/iconv-lite@0.4.24 None 0 336 kB ashtuchkin
npm/icss-utils@5.1.0 None 0 10 kB evilebottnawi
npm/ieee754@1.2.1 None 0 6.8 kB feross
npm/ignore-walk@6.0.4 filesystem 0 13.2 kB npm-cli-ops
npm/ignore@5.3.1 None 0 51.5 kB kael
npm/immutable@4.3.5 None 0 679 kB leebyron
npm/import-fresh@3.3.0 None 0 4.87 kB sindresorhus
npm/indent-string@4.0.0 None 0 4.4 kB sindresorhus
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/inquirer@9.2.15 None 0 89 kB sboudrias
npm/ip-address@9.0.5 None 0 177 kB beaugunderson
npm/ipaddr.js@2.2.0 None 0 62.3 kB whitequark
npm/is-core-module@2.13.1 None 0 30.2 kB ljharb
npm/is-docker@2.2.1 filesystem 0 3.01 kB sindresorhus
npm/is-glob@4.0.3 None 0 13.6 kB phated
npm/is-interactive@1.0.0 None 0 4.62 kB sindresorhus
npm/is-lambda@1.0.1 None 0 2.94 kB watson
npm/is-number@7.0.0 None 0 9.62 kB jonschlinkert
npm/is-plain-obj@3.0.0 None 0 3.82 kB sindresorhus
npm/is-unicode-supported@0.1.0 None 0 3.54 kB sindresorhus
npm/is-what@3.14.1 None 0 62.3 kB mesqueeb
npm/is-wsl@2.2.0 environment, filesystem 0 3.76 kB sindresorhus
npm/isbinaryfile@4.0.10 filesystem 0 12.5 kB gjtorikian
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/jackspeak@2.3.6 environment 0 253 kB isaacs
npm/jest-worker@27.5.1 environment, shell 0 81.9 kB simenb
npm/jiti@1.21.0 environment, filesystem, unsafe 0 1.91 MB pi0
npm/js-yaml@3.14.1 eval 0 291 kB vitaly
npm/jsesc@2.5.2 None 0 32 kB mathias
npm/json-parse-even-better-errors@2.3.1 None 0 10.4 kB isaacs
npm/json5@2.2.3 None 0 235 kB jordanbtucker
npm/jsonc-parser@3.2.1 None 0 210 kB vscode-bot
npm/jsonfile@4.0.0 filesystem 0 16.9 kB ryanzim
npm/jsonparse@1.3.1 None 0 36.8 kB creationix
npm/jsprim@1.4.2 None 0 31.2 kB bahamat
npm/jszip@3.10.1 None 0 762 kB stuk
npm/karma-source-map-support@1.4.0 None 0 5.98 kB tschaub
npm/karma@6.3.16 environment, filesystem, network, shell 0 528 kB karmarunnerbot
npm/klona@2.0.6 None 0 23.2 kB lukeed
npm/launch-editor@2.6.1 environment, filesystem, shell 0 14.2 kB soda
npm/less-loader@11.1.0 None 0 32.2 kB evilebottnawi
npm/less@4.2.0 eval, filesystem 0 2.84 MB matthew-dean
npm/license-webpack-plugin@4.0.2 None 0 110 kB xz64.xyz
npm/lie@3.3.0 None 0 59.1 kB cwmma
npm/lines-and-columns@1.2.4 None 0 5.39 kB eventualbuddha
npm/loader-runner@4.3.0 eval, filesystem 0 18.4 kB sokra
npm/loader-utils@3.2.1 None 0 31.9 kB evilebottnawi
npm/locate-path@7.2.0 None 0 7.25 kB sindresorhus
npm/log-symbols@4.1.0 None 0 4.58 kB sindresorhus
npm/log4js@6.9.1 environment, filesystem, network 0 160 kB csausdev
npm/lru-cache@5.1.1 None 0 15.7 kB isaacs
npm/magic-string@0.30.8 None 0 449 kB antfu
npm/make-fetch-happen@13.0.0 network 0 52.5 kB npm-cli-ops
npm/memfs@3.5.3 filesystem 0 186 kB streamich
npm/merge-stream@2.0.0 None 0 4.31 kB stevemao
npm/merge2@1.4.1 None 0 8.9 kB zensh
npm/micromatch@4.0.5 None 0 55.9 kB jonschlinkert
npm/mini-css-extract-plugin@2.8.1 unsafe 0 119 kB evilebottnawi
npm/minimist@1.2.8 None 0 54.5 kB ljharb
npm/minipass-collect@2.0.1 None 0 4.96 kB isaacs
npm/minipass-fetch@3.0.4 environment, network 0 46.8 kB npm-cli-ops
npm/minipass-flush@1.0.5 None 0 3.77 kB isaacs
npm/minipass-json-stream@1.0.1 None 0 13 kB isaacs
npm/minipass-pipeline@1.2.4 None 0 7 kB isaacs
npm/minipass-sized@1.0.3 None 0 124 kB isaacs
npm/minipass@7.0.4 None 0 285 kB isaacs
npm/minizlib@2.1.2 None 0 17.3 kB isaacs
npm/mkdirp@0.5.6 filesystem 0 7.69 kB isaacs
npm/mrmime@2.0.0 None 0 32.7 kB lukeed
npm/multicast-dns@7.2.5 network 0 22 kB mafintosh
npm/mute-stream@1.0.0 None 0 6.43 kB lukekarrys
npm/nanoid@3.3.7 None 0 24.4 kB ai
npm/needle@3.3.1 environment, filesystem, network 0 324 kB tomas
npm/neo-async@2.6.2 None 0 298 kB suguru03
npm/nice-napi@1.0.2 None 0 183 kB addaleax
npm/node-addon-api@3.2.1 None 0 420 kB nicknaso
npm/node-forge@1.3.1 None 0 1.66 MB davidlehn
npm/node-gyp-build@4.8.0 environment, filesystem 0 13.4 kB mafintosh
npm/node-gyp@10.1.0 environment, shell 0 1.73 MB lukekarrys
npm/node-releases@2.0.14 None 0 34 kB chicoxyzzy
npm/nopt@7.2.0 None 0 26.1 kB npm-cli-ops
npm/normalize-package-data@6.0.0 None 0 28.3 kB npm-cli-ops
npm/npm-bundled@3.0.0 filesystem 0 10.2 kB lukekarrys
npm/npm-install-checks@6.3.0 None 0 6.21 kB npm-cli-ops
npm/npm-normalize-package-bin@3.0.1 None 0 3.58 kB npm-cli-ops
npm/npm-package-arg@11.0.1 None 0 19.1 kB npm-cli-ops
npm/npm-packlist@8.0.2 filesystem 0 22.2 kB npm-cli-ops
npm/npm-pick-manifest@9.0.0 None 0 16.4 kB npm-cli-ops
npm/npm-registry-fetch@16.2.1 environment, filesystem, network 0 39.3 kB npm-cli-ops
npm/nth-check@2.1.1 None 0 42.6 kB feedic
npm/object-inspect@1.13.1 None 0 97.2 kB ljharb
npm/on-headers@1.0.2 None 0 7.54 kB dougwilson
npm/onetime@5.1.2 None 0 6.17 kB sindresorhus
npm/open@8.4.2 environment, filesystem, shell 0 46.3 kB sindresorhus
npm/ora@5.4.1 None 0 23.2 kB sindresorhus
npm/p-limit@4.0.0 None 0 7.79 kB sindresorhus
npm/p-locate@6.0.0 None 0 7.03 kB sindresorhus
npm/p-map@4.0.0 None 0 8.69 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/pacote@17.0.6 environment, filesystem, network 0 74.8 kB npm-cli-ops
npm/parent-module@1.0.1 None 0 3.92 kB sindresorhus
npm/parse-json@5.2.0 None 0 5.41 kB sindresorhus
npm/parse-node-version@1.0.1 None 0 4.5 kB phated
npm/parse5-html-rewriting-stream@7.0.0 None 0 15.4 kB feedic
npm/parse5-sax-parser@7.0.0 None 0 22.4 kB feedic
npm/parse5@7.1.2 None 0 702 kB feedic
npm/parseurl@1.3.3 None 0 10.3 kB dougwilson
npm/path-scurry@1.10.2 filesystem 0 533 kB isaacs
npm/path-type@4.0.0 filesystem 0 5.41 kB sindresorhus
npm/picocolors@1.0.0 environment 0 5.66 kB alexeyraspopov
npm/picomatch@2.3.1 None 0 90 kB mrmlnc
npm/piscina@4.4.0 unsafe 0 210 kB metcoder95
npm/pkg-dir@7.0.0 None 0 5.33 kB sindresorhus
npm/postcss-loader@8.1.1 eval, unsafe 0 52.1 kB evilebottnawi
npm/postcss-media-query-parser@0.2.3 None 0 24.7 kB dryoma
npm/postcss-modules-extract-imports@3.1.0 None 0 11.2 kB evilebottnawi
npm/postcss-modules-local-by-default@4.0.5 None 0 22.5 kB evilebottnawi
npm/postcss-modules-scope@3.2.0 None 0 15 kB evilebottnawi
npm/postcss-modules-values@4.0.0 None 0 9.66 kB evilebottnawi
npm/postcss-selector-parser@6.0.16 None 0 186 kB evilebottnawi
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/postcss@8.4.35 environment, filesystem 0 198 kB ai
npm/proc-log@3.0.0 None 0 5.21 kB lukekarrys
npm/promise-retry@2.0.1 None 0 15.6 kB achingbrain
npm/protractor@5.4.4 filesystem, shell 0 721 kB angular
npm/proxy-addr@2.0.7 None 0 15.4 kB dougwilson
npm/punycode@2.3.1 None 0 33.5 kB google-wombot
npm/queue-microtask@1.2.3 None 0 8.37 kB feross
npm/randombytes@2.1.0 None 0 6.36 kB cwmma
npm/range-parser@1.2.1 None 0 8.46 kB dougwilson
npm/raw-body@2.5.2 network, unsafe 0 25.8 kB dougwilson
npm/read-package-json-fast@3.0.2 filesystem 0 8.62 kB lukekarrys
npm/read-package-json@7.0.0 filesystem 0 20.7 kB npm-cli-ops
npm/regenerate-unicode-properties@10.1.1 None 0 589 kB google-wombot
npm/regenerator-runtime@0.14.1 None 0 27.9 kB benjamn
npm/regenerator-transform@0.15.2 None 0 135 kB benjamn
npm/regex-parser@2.3.0 None 0 9.48 kB ionicabizau
npm/resolve-from@5.0.0 filesystem, unsafe 0 5.82 kB sindresorhus
npm/resolve-url-loader@5.0.0 environment, filesystem 0 111 kB bholloway
npm/restore-cursor@3.1.0 None 0 2.82 kB sindresorhus
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/rfdc@1.3.1 None 0 25.2 kB matteo.collina
npm/run-async@3.0.0 None 0 7.71 kB sboudrias
npm/run-parallel@1.2.0 None 0 6.56 kB feross
npm/sass-loader@14.1.1 environment 0 56.3 kB evilebottnawi
npm/sass@1.71.1 filesystem, unsafe 0 5.17 MB sassbot
npm/sax@1.3.0 None 0 55 kB isaacs
npm/schema-utils@4.2.0 environment 0 71.6 kB evilebottnawi
npm/selfsigned@2.4.1 None 0 25.4 kB jfromaniello
npm/send@0.18.0 filesystem, network 0 50.1 kB dougwilson
npm/serialize-javascript@6.0.2 None 0 16.9 kB redonkulus
npm/serve-static@1.15.0 None 0 25.2 kB dougwilson
npm/set-function-length@1.2.2 None 0 14.7 kB ljharb
npm/setprototypeof@1.2.0 None 0 4.03 kB wesleytodd
npm/shallow-clone@3.0.1 None 0 9.45 kB jonschlinkert
npm/shell-quote@1.8.1 None 0 45 kB ljharb
npm/side-channel@1.0.6 None 0 23.2 kB ljharb
npm/sigstore@2.3.0 None 0 36.3 kB bdehamer
npm/slash@4.0.0 None 0 3.83 kB sindresorhus
npm/smart-buffer@4.2.0 None 0 138 kB joshglazebrook
npm/socket.io-adapter@2.5.4 None 0 57.5 kB darrachequesne
npm/socket.io-parser@4.2.4 None 0 58.5 kB darrachequesne
npm/socket.io@4.7.5 filesystem, network 0 1.33 MB darrachequesne
npm/sockjs@0.3.24 filesystem, network 0 82.8 kB brycekahle
npm/socks-proxy-agent@8.0.3 network 0 25.1 kB tootallnate
npm/socks@2.8.3 network 0 156 kB joshglazebrook
npm/source-map-js@1.2.0 None 0 140 kB 7rulnik
npm/source-map-loader@5.0.0 None 0 35.9 kB evilebottnawi
npm/spdx-correct@3.2.0 None 0 23.4 kB kemitchell
npm/spdx-exceptions@2.5.0 None 0 3.47 kB kemitchell
npm/spdx-expression-parse@3.0.1 None 0 11.8 kB kemitchell
npm/spdx-license-ids@3.0.17 None 0 12.6 kB kemitchell
npm/spdy-transport@3.0.0 None 0 136 kB daviddias
npm/spdy@4.0.2 network 0 57.7 kB indutny
npm/ssri@10.0.5 None 0 38.7 kB npm-cli-ops
npm/statuses@2.0.1 None 0 12.1 kB dougwilson
npm/streamroller@3.1.5 filesystem 0 49.7 kB csausdev
npm/strip-final-newline@2.0.0 None 0 3.05 kB sindresorhus
npm/supports-preserve-symlinks-flag@1.0.0 None 0 9.18 kB ljharb
npm/symbol-observable@4.0.0 eval 0 16.8 kB blesh
npm/tapable@2.2.1 None 0 46.9 kB sokra
npm/tar@6.2.1 environment, filesystem 0 167 kB isaacs
npm/terser-webpack-plugin@5.3.10 None 0 88 kB evilebottnawi
npm/terser@5.29.1 environment, eval 0 2.15 MB fabiosantoscode
npm/test-exclude@6.0.0 None 0 23.6 kB coreyfarrell
npm/thunky@1.1.0 None 0 7.76 kB mafintosh
npm/tmp@0.2.3 filesystem 0 54.4 kB raszi
npm/to-regex-range@5.0.1 None 0 22.9 kB jonschlinkert
npm/toidentifier@1.0.1 None 0 4.68 kB dougwilson
npm/tree-kill@1.2.2 shell 0 7.82 kB wmhilton
npm/tuf-js@2.2.0 filesystem 0 40.6 kB eugenethehub
npm/type-fest@0.21.3 None 0 119 kB sindresorhus
npm/type-is@1.6.18 None 0 18.5 kB dougwilson
npm/typed-assert@1.0.9 None 0 107 kB elie.rotenberg
npm/ua-parser-js@0.7.37 None 0 112 kB faisalman
npm/undici-types@5.26.5 None 0 73.1 kB ethan_arrowood
npm/undici@6.11.1 environment, network 0 1.13 MB matteo.collina
npm/unicode-canonical-property-names-ecmascript@2.0.0 None 0 5.01 kB google-wombot
npm/unicode-match-property-ecmascript@2.0.0 None 0 5.05 kB google-wombot
npm/unicode-match-property-value-ecmascript@2.1.0 None 0 25.7 kB google-wombot
npm/unicode-property-aliases-ecmascript@2.1.0 None 0 5.98 kB google-wombot
npm/unique-filename@3.0.0 None 0 3.41 kB lukekarrys
npm/unique-slug@4.0.0 None 0 2.58 kB lukekarrys
npm/universalify@0.1.2 None 0 4.71 kB ryanzim
npm/update-browserslist-db@1.0.13 filesystem, shell 0 13.9 kB ai
npm/uri-js@4.4.1 None 0 470 kB garycourt
npm/validate-npm-package-name@5.0.0 None 0 7.88 kB lukekarrys
npm/vite@5.1.7 environment, eval, filesystem, network, shell, unsafe 0 3.54 MB vitebot
npm/watchpack@2.4.0 environment, filesystem 0 56.9 kB sokra
npm/wcwidth@1.0.1 None 0 14.2 kB timoxley
npm/webdriver-js-extender@2.1.0 None 0 113 kB angularcore
npm/webpack-dev-middleware@6.1.2 filesystem 0 89.3 kB evilebottnawi
npm/webpack-dev-server@4.15.1 environment, eval, network 0 634 kB evilebottnawi
npm/webpack-merge@5.10.0 None 0 47.9 kB bebraw
npm/webpack-sources@3.2.3 None 0 91.3 kB sokra
npm/webpack-subresource-integrity@5.1.0 filesystem 0 83.9 kB jscheid
npm/webpack@5.90.3 environment, filesystem, network, unsafe 0 4.82 MB evilebottnawi
npm/websocket-driver@0.7.4 network 0 67.4 kB jcoglan
npm/websocket-extensions@0.1.4 None 0 55 kB jcoglan
npm/wildcard@2.0.1 None 0 13.5 kB damonoehlman
npm/ws@8.16.0 environment, network 0 141 kB lpinca
npm/xml2js@0.4.23 None 0 43.5 kB leonidas
npm/xmlbuilder@11.0.1 None 0 168 kB oozcitak
npm/yallist@3.1.1 None 0 14.8 kB isaacs
npm/yargs-parser@21.1.1 environment, filesystem 0 128 kB oss-bot
npm/yargs@17.7.2 environment, filesystem 0 292 kB oss-bot
npm/yocto-queue@1.0.0 None 0 6.41 kB sindresorhus

🚮 Removed packages: npm/@angular-devkit/architect@0.6.8, npm/@angular-devkit/build-angular@0.6.8, npm/@angular-devkit/build-optimizer@0.6.8, npm/@angular-devkit/core@0.6.8, npm/@angular-devkit/schematics@0.6.8, npm/@angular/cli@6.0.8, npm/@angular/core@6.1.7, npm/@babel/helper-function-name@7.0.0, npm/@babel/helper-get-function-arity@7.0.0, npm/@babel/helper-split-export-declaration@7.0.0, npm/@babel/traverse@7.0.0, npm/@ngtools/webpack@6.0.8, npm/@schematics/angular@0.6.8, npm/@schematics/update@0.6.8, npm/@types/selenium-webdriver@2.53.43, npm/@webassemblyjs/ast@1.4.3, npm/@webassemblyjs/floating-point-hex-parser@1.4.3, npm/@webassemblyjs/helper-buffer@1.4.3, npm/@webassemblyjs/helper-code-frame@1.4.3, npm/@webassemblyjs/helper-fsm@1.4.3, npm/@webassemblyjs/helper-wasm-bytecode@1.4.3, npm/@webassemblyjs/helper-wasm-section@1.4.3, npm/@webassemblyjs/leb128@1.4.3, npm/@webassemblyjs/validation@1.4.3, npm/@webassemblyjs/wasm-edit@1.4.3, npm/@webassemblyjs/wasm-gen@1.4.3, npm/@webassemblyjs/wasm-opt@1.4.3, npm/@webassemblyjs/wasm-parser@1.4.3, npm/@webassemblyjs/wast-parser@1.4.3, npm/@webassemblyjs/wast-printer@1.4.3, npm/abbrev@1.0.9, npm/acorn-dynamic-import@3.0.0, npm/acorn@5.7.2, npm/adm-zip@0.4.4, npm/after@0.8.2, npm/agent-base@4.2.1, npm/ajv-errors@1.0.0, npm/ajv-keywords@3.2.0, npm/ajv@6.4.0, npm/amdefine@1.0.1, npm/ansi-colors@3.0.5, npm/ansi-html@0.0.7, npm/anymatch@2.0.0, npm/aproba@1.2.0, npm/are-we-there-yet@1.1.5, npm/arr-diff@4.0.0, npm/arr-union@3.1.0, npm/array-find-index@1.0.2, npm/array-flatten@2.1.1, npm/array-slice@0.2.3, npm/array-unique@0.3.2, npm/arraybuffer.slice@0.0.6, npm/asap@2.0.6, npm/asn1.js@4.10.1, npm/assert@1.4.1, npm/assign-symbols@1.0.0, npm/async-foreach@0.1.3, npm/async@1.5.2, npm/atob@2.1.2, npm/autoprefixer@8.6.5, npm/babel-generator@6.26.1, npm/babel-messages@6.23.0, npm/babel-runtime@6.26.0, npm/babel-template@6.26.0, npm/babel-traverse@6.26.0, npm/babel-types@6.26.0, npm/babylon@6.18.0, npm/backo2@1.0.2, npm/base64-arraybuffer@0.1.5, npm/base64-js@1.3.0, npm/base64id@1.0.0, npm/base@0.11.2, npm/better-assert@1.0.2, npm/big.js@3.2.0, npm/blob@0.0.4, npm/block-stream@0.0.9, npm/bluebird@3.5.2, npm/bn.js@4.11.8, npm/body-parser@1.18.2, npm/bonjour@3.5.0, npm/braces@2.3.2, npm/brorand@1.1.0, npm/browserify-aes@1.2.0, npm/browserify-cipher@1.0.1, npm/browserify-des@1.0.2, npm/browserify-rsa@4.0.1, npm/browserify-sign@4.0.4, npm/browserify-zlib@0.2.0, npm/browserslist@3.2.8, npm/buffer-alloc-unsafe@1.1.0, npm/buffer-alloc@1.2.0, npm/buffer-fill@1.0.0, npm/buffer-indexof@1.1.1, npm/buffer-xor@1.0.3, npm/buffer@4.9.1, npm/builtin-status-codes@3.0.0, npm/builtins@1.0.3, npm/cacache@10.0.4, npm/cache-base@1.0.1, npm/cache-loader@1.2.2, npm/callsite@1.0.0, npm/camel-case@3.0.0, npm/camelcase-keys@2.1.0, npm/camelcase@2.1.1, npm/caniuse-lite@1.0.30000885, npm/chokidar@2.0.4, npm/chownr@1.0.1, npm/chrome-trace-event@0.1.3, npm/cipher-base@1.0.4, npm/circular-dependency-plugin@5.0.2, npm/class-utils@0.3.6, npm/clean-css@4.2.1, npm/cliui@3.2.0, npm/clone-deep@2.0.2, npm/clone@2.1.2, npm/co@4.6.0, npm/collection-visit@1.0.0, npm/combine-lists@1.0.1, npm/commondir@1.0.1, npm/component-bind@1.0.0, npm/component-emitter@1.2.1, npm/component-inherit@0.0.3, npm/compressible@2.0.14, npm/compression@1.7.3, npm/concat-stream@1.6.2, npm/connect-history-api-fallback@1.5.0, npm/connect@3.6.6, npm/console-browserify@1.1.0, npm/console-control-strings@1.1.0, npm/constants-browserify@1.0.0, npm/content-disposition@0.5.2, npm/content-type@1.0.4, npm/convert-source-map@1.6.0, npm/cookie@0.3.1, npm/copy-concurrently@1.0.5, npm/copy-descriptor@0.1.1, npm/copy-webpack-plugin@4.5.2, npm/cosmiconfig@4.0.0, npm/create-ecdh@4.0.3, npm/create-hash@1.2.0, npm/create-hmac@1.1.7, npm/cross-spawn@3.0.1, npm/crypto-browserify@3.12.0, npm/css-parse@1.7.0, npm/css-select@1.2.0, npm/css-what@2.1.0, npm/cuint@0.2.2, npm/currently-unhandled@0.4.1, npm/cyclist@0.2.2, npm/date-now@0.1.4, npm/decode-uri-component@0.2.0, npm/deep-equal@1.0.1, npm/deep-is@0.1.3, npm/default-gateway@2.7.2, npm/define-properties@1.1.3, npm/define-property@2.0.2, npm/del@3.0.0, npm/delegates@1.0.0, npm/depd@1.1.2, npm/des.js@1.0.0, npm/destroy@1.0.4, npm/detect-indent@4.0.0, npm/detect-node@2.0.4, npm/diffie-hellman@5.0.3, npm/dir-glob@2.0.0, npm/dns-equal@1.0.0, npm/dns-packet@1.3.1, npm/dns-txt@2.0.2, npm/dom-converter@0.1.4, npm/dom-serializer@0.1.0, npm/domain-browser@1.2.0, npm/domelementtype@1.3.0, npm/domhandler@2.1.0, npm/domutils@1.5.1, npm/duplexify@3.6.0, npm/ejs@2.6.1, npm/electron-to-chromium@1.3.63, npm/elliptic@6.4.1, npm/emojis-list@2.1.0, npm/engine.io-client@1.8.3, npm/engine.io-parser@1.3.2, npm/engine.io@1.8.3, npm/enhanced-resolve@4.1.0, npm/entities@1.1.1, npm/errno@0.1.7, npm/es-abstract@1.12.0, npm/es-to-primitive@1.1.1, npm/es6-promise@4.2.4, npm/escodegen@1.8.1, npm/eslint-scope@3.7.3, npm/esprima@2.7.3, npm/esrecurse@4.2.1, npm/estraverse@1.9.3, npm/eventemitter3@3.1.0, npm/events@1.1.1, npm/eventsource@0.1.6, npm/evp_bytestokey@1.0.3, npm/execa@0.10.0, npm/expand-braces@0.1.2, npm/expand-brackets@2.1.4, npm/express@4.16.3, npm/extend-shallow@3.0.2, npm/extglob@2.0.4, npm/fast-deep-equal@1.1.0, npm/fast-levenshtein@2.0.6, npm/faye-websocket@0.10.0, npm/file-loader@1.1.11, npm/fill-range@4.0.0, npm/finalhandler@1.1.1, npm/find-cache-dir@1.0.0, npm/find-up@2.1.0, npm/flush-write-stream@1.0.3, npm/follow-redirects@1.5.7, npm/for-own@1.0.0, npm/forwarded@0.1.2, npm/fragment-cache@0.2.1, npm/from2@2.3.0, npm/fs-write-stream-atomic@1.0.10, npm/fsevents@1.2.4, npm/fstream@1.0.11, npm/function-bind@1.1.1, npm/gauge@2.7.4, npm/gaze@1.1.3, npm/get-stdin@4.0.1, npm/get-stream@3.0.0, npm/get-value@2.0.6, npm/glob-parent@3.1.0, npm/globals@9.18.0, npm/globby@7.1.1, npm/globule@1.2.1, npm/handle-thing@1.2.5, npm/handlebars@4.0.12, npm/har-validator@5.1.0, npm/has-binary@0.1.7, npm/has-cors@1.1.0, npm/has-unicode@2.0.1, npm/has-value@1.0.0, npm/has-values@1.0.0, npm/has@1.0.3, npm/hash-base@3.0.4, npm/hash.js@1.1.5, npm/he@1.1.1, npm/hmac-drbg@1.0.1, npm/hosted-git-info@2.7.1, npm/html-entities@1.2.1, npm/html-minifier@3.5.20, npm/html-webpack-plugin@3.2.0, npm/htmlparser2@3.3.0, npm/http-errors@1.6.3, npm/http-parser-js@0.4.13, npm/http-proxy-middleware@0.18.0, npm/http-proxy@1.17.0, npm/https-browserify@1.0.0, npm/https-proxy-agent@2.2.1, npm/iconv-lite@0.4.19, npm/ieee754@1.1.12, npm/iferr@0.1.5, npm/ignore@3.3.10, npm/import-cwd@2.1.0, npm/import-from@2.1.0, npm/import-local@2.0.0, npm/in-publish@2.0.0, npm/indent-string@2.1.0, npm/indexof@0.0.1, npm/ini@1.3.5, npm/internal-ip@3.0.1, npm/invariant@2.2.4, npm/invert-kv@1.0.0, npm/ip-regex@2.1.0, npm/ip@1.1.5, npm/ipaddr.js@1.8.0, npm/is-accessor-descriptor@0.1.6, npm/is-builtin-module@1.0.0, npm/is-callable@1.1.4, npm/is-data-descriptor@0.1.4, npm/is-date-object@1.0.1, npm/is-descriptor@0.1.6, npm/is-directory@0.3.1, npm/is-finite@1.0.2, npm/is-glob@4.0.0, npm/is-number@3.0.0, npm/is-regex@1.0.4, npm/is-symbol@1.0.1, npm/is-utf8@0.2.1, npm/is-windows@1.0.2, npm/is-wsl@1.1.0, npm/isbinaryfile@3.0.3, npm/istanbul-instrumenter-loader@3.0.1, npm/istanbul-lib-coverage@1.2.1, npm/istanbul-lib-instrument@1.10.2, npm/istanbul@0.4.5, npm/js-base64@2.4.9, npm/js-yaml@3.12.0, npm/jsesc@1.3.0, npm/json-parse-better-errors@1.0.2, npm/json-schema-traverse@0.3.1, npm/json-schema@0.2.3, npm/json3@3.3.2, npm/json5@0.5.1, npm/jsprim@1.4.1, npm/jszip@3.1.5, npm/karma-source-map-support@1.3.0, npm/karma@1.7.1, npm/killable@1.0.1, npm/lcid@1.0.0, npm/leb@0.3.0, npm/less-loader@4.1.0, npm/less@3.8.1, npm/levn@0.3.0, npm/license-webpack-plugin@1.4.0, npm/lie@3.1.1, npm/load-json-file@1.1.0, npm/loader-runner@2.3.0, npm/loader-utils@1.1.0, npm/locate-path@2.0.0, npm/lodash.assign@4.2.0, npm/lodash.clonedeep@4.5.0, npm/lodash.mergewith@4.6.1, npm/lodash.tail@4.1.1, npm/log4js@0.6.38, npm/loglevel@1.6.1, npm/long@3.2.0, npm/loose-envify@1.4.0, npm/loud-rejection@1.6.0, npm/lower-case@1.1.4, npm/lru-cache@4.1.3, npm/map-cache@0.2.2, npm/map-obj@1.0.1, npm/map-visit@1.0.0, npm/md5.js@1.3.4, npm/memory-fs@0.4.1, npm/meow@3.7.0, npm/micromatch@3.1.10, npm/miller-rabin@4.0.1, npm/mini-css-extract-plugin@0.4.2, npm/minimalistic-crypto-utils@1.0.1, npm/minimist@0.0.8, npm/mississippi@2.0.0, npm/mixin-deep@1.3.1, npm/mixin-object@2.0.1, npm/mkdirp@0.5.1, npm/move-concurrently@1.0.1, npm/multicast-dns-service-types@1.1.0, npm/multicast-dns@6.2.3, npm/nan@2.11.0, npm/nanomatch@1.2.13, npm/neo-async@2.5.2, npm/no-case@2.3.2, npm/node-forge@0.7.5, npm/node-gyp@3.8.0, npm/node-libs-browser@2.1.0, npm/node-sass@4.9.3, npm/nopt@3.0.6, npm/normalize-package-data@2.4.0, npm/npm-package-arg@6.1.0, npm/npm-registry-client@8.6.0, npm/npmlog@4.1.2, npm/nth-check@1.0.1, npm/num2fraction@1.2.2, npm/object-component@0.0.3, npm/object-copy@0.1.0, npm/object-keys@1.0.12, npm/object-visit@1.0.1, npm/object.getownpropertydescriptors@2.0.3, npm/object.pick@1.3.0, npm/on-headers@1.0.1, npm/opn@5.3.0, npm/optimist@0.6.1, npm/optionator@0.8.2, npm/options@0.0.6, npm/original@1.0.2, npm/os-browserify@0.3.0, npm/os-homedir@1.0.2, npm/os-locale@1.4.0, npm/osenv@0.1.5, npm/p-limit@1.3.0, npm/p-locate@2.0.0, npm/p-map@1.2.0, npm/p-try@1.0.0, npm/parallel-transform@1.1.0, npm/param-case@2.1.1, npm/parse-asn1@5.1.1, npm/parse-json@2.2.0, npm/parse5@4.0.0, npm/parsejson@0.0.3, npm/parseqs@0.0.5, npm/parseuri@0.0.5, npm/parseurl@1.3.2, npm/pascalcase@0.1.1, npm/path-browserify@0.0.0, npm/path-dirname@1.0.2, npm/path-type@3.0.0, npm/pbkdf2@3.0.16, npm/pkg-dir@2.0.0, npm/portfinder@1.0.17, npm/posix-character-classes@0.1.1, npm/postcss-import@11.1.0, npm/postcss-load-config@2.0.0, npm/postcss-loader@2.1.6, npm/postcss-url@7.3.2, npm/postcss-value-parser@3.3.0, npm/postcss@6.0.23, npm/prelude-ls@1.1.2, npm/pretty-error@2.1.1, npm/process@0.11.10, npm/promise@7.3.1, npm/protractor@5.3.2, npm/proxy-addr@2.0.4, npm/pseudomap@1.0.2, npm/public-encrypt@4.0.2, npm/pump@2.0.1, npm/pumpify@1.5.1, npm/punycode@2.1.1, npm/querystring-es3@0.2.1, npm/querystring@0.2.0, npm/querystringify@2.0.0, npm/randombytes@2.0.6, npm/randomfill@1.0.4, npm/range-parser@1.2.0, npm/raw-body@2.3.2, npm/raw-loader@0.5.1, npm/read-cache@1.0.0, npm/read-pkg-up@1.0.1, npm/read-pkg@1.1.0, npm/redent@1.0.0, npm/regenerator-runtime@0.11.1, npm/regex-not@1.0.2, npm/relateurl@0.2.7, npm/renderkid@2.0.1, npm/repeating@2.0.1, npm/resolve-cwd@2.0.0, npm/resolve-from@3.0.0, npm/resolve-url@0.2.1, npm/ret@0.1.15, npm/retry@0.10.1, npm/ripemd160@2.0.2, npm/run-queue@1.0.3, npm/safe-regex@1.1.0, npm/sass-graph@2.2.4, npm/sass-loader@7.1.0, npm/sax@0.5.8, npm/schema-utils@0.4.7, npm/scss-tokenizer@0.2.3, npm/selfsigned@1.10.3, npm/semver-intersect@1.4.0, npm/send@0.16.2, npm/serialize-javascript@1.5.0, npm/serve-static@1.13.2, npm/set-value@2.0.0, npm/setprototypeof@1.1.0, npm/sha.js@2.4.11, npm/shallow-clone@1.0.0, npm/silent-error@1.1.0, npm/slash@1.0.0, npm/slide@1.1.6, npm/snapdragon-node@2.1.1, npm/snapdragon-util@3.0.1, npm/snapdragon@0.8.2, npm/socket.io-adapter@0.5.0, npm/socket.io-client@1.7.3, npm/socket.io-parser@2.3.1, npm/socket.io@1.7.3, npm/sockjs-client@1.1.5, npm/sockjs@0.3.19, npm/source-list-map@2.0.0, npm/source-map-resolve@0.5.2, npm/source-map-url@0.4.0, npm/spdx-correct@3.0.0, npm/spdx-exceptions@2.1.0, npm/spdx-expression-parse@3.0.0, npm/spdx-license-ids@3.0.1, npm/spdy-transport@2.1.0, npm/spdy@3.4.7, npm/split-string@3.1.0, npm/ssri@5.3.0, npm/static-extend@0.1.2, npm/stats-webpack-plugin@0.6.2, npm/statuses@1.4.0, npm/stdout-stream@1.4.1, npm/stream-browserify@2.0.1, npm/stream-each@1.2.3, npm/stream-http@2.8.3, npm/stream-shift@1.0.0, npm/strip-bom@2.0.0, npm/strip-indent@1.0.1, npm/style-loader@0.21.0, npm/stylus-loader@3.0.2, npm/stylus@0.54.5, npm/symbol-observable@1.2.0, npm/tapable@1.0.0, npm/tar@2.2.1, npm/through2@2.0.3, npm/thunky@1.0.2, npm/timers-browserify@2.0.10, npm/tmp@0.0.31, npm/to-array@0.1.4, npm/to-arraybuffer@1.0.1, npm/to-fast-properties@1.0.3, npm/to-object-path@0.3.0, npm/to-regex-range@2.1.1, npm/to-regex@3.0.2, npm/toposort@1.0.7, npm/tree-kill@1.2.0, npm/trim-newlines@1.0.0, npm/true-case-path@1.0.3, npm/tty-browserify@0.0.0, npm/type-check@0.3.2, npm/type-is@1.6.16, npm/typedarray@0.0.6, npm/uglifyjs-webpack-plugin@1.3.0, npm/ultron@1.0.2, npm/union-value@1.0.0, npm/unique-filename@1.1.0, npm/unique-slug@2.0.0, npm/unset-value@1.0.0, npm/upath@1.1.0, npm/upper-case@1.1.3, npm/uri-js@3.0.2, npm/urix@0.1.0, npm/url-join@4.0.0, npm/url-loader@1.1.1, npm/url-parse@1.4.3, npm/url@0.11.0, npm/use@3.1.1, npm/useragent@2.3.0, npm/util.promisify@1.0.0, npm/util@0.10.4, npm/utila@0.4.0, npm/validate-npm-package-name@3.0.0, npm/vm-browserify@0.0.4, npm/watchpack@1.6.0, npm/webassemblyjs@1.4.3, npm/webdriver-js-extender@1.0.0, npm/webpack-core@0.6.9, npm/webpack-dev-middleware@3.2.0, npm/webpack-dev-server@3.1.8, npm/webpack-log@2.0.0, npm/webpack-merge@4.1.4, npm/webpack-sources@1.2.0, npm/webpack-subresource-integrity@1.1.0-rc.4, npm/webpack@4.8.3, npm/websocket-driver@0.7.0, npm/websocket-extensions@0.1.3, npm/when@3.6.4, npm/which-module@1.0.0, npm/wide-align@1.1.3, npm/worker-farm@1.6.0, npm/ws@1.1.2, npm/wtf-8@1.0.0, npm/xml2js@0.4.19, npm/xmlbuilder@9.0.7, npm/xmlhttprequest-ssl@1.5.3, npm/xregexp@4.0.0, npm/xtend@4.0.1, npm/xxhashjs@0.2.2, npm/yallist@2.1.2, npm/yargs-parser@5.0.0, npm/yargs@7.1.0, npm/yeast@0.1.2

View full report↗︎

dependabot[bot] commented 4 months ago

Superseded by #12.