2lambda123 / volvo-cars-react-smartbanner

MIT License
0 stars 0 forks source link

Bump the npm_and_yarn group across 1 directory with 72 updates #6

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

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

Package From To
ua-parser-js 0.7.20 0.7.33
gh-pages 0.12.0 5.0.0
jsdom 9.12.0 16.5.0
node-sass 4.12.0 7.0.0
@babel/traverse 7.1.6 7.24.1
ajv 6.10.2 6.12.6
table 3.8.3 5.4.6
ansi-html 0.0.7 removed
webpack-dev-server 3.8.0 3.11.3
async 2.6.3 2.6.4
babel-traverse 6.24.1 removed
jest 23.6.0 29.7.0
babel-jest 23.6.0 29.7.0
browserify-sign 4.0.4 4.2.3
browserslist 4.7.0 4.23.0
react-dev-utils 6.1.1 12.0.1
color-string 1.5.3 1.9.1
css-what 2.1.0 2.1.3
decode-uri-component 0.2.0 0.2.2
dns-packet 1.3.1 1.3.4
es5-ext 0.10.15 0.10.64
hawk 3.1.3 removed
coveralls 2.13.3 3.1.1
hosted-git-info 2.4.2 2.8.9
ip 1.1.5 1.1.9
is-my-json-valid 2.16.0 2.20.6
is-svg 3.0.0 removed
postcss-svgo 4.0.2 4.0.3
json-schema 0.2.3 0.4.0
jsprim 1.4.1 1.4.2
json5 2.1.0 2.2.3
json5 1.0.1 2.2.3
loader-utils 1.1.0 1.4.2
lodash 4.17.15 4.17.21
minimatch 3.0.4 3.0.8
recursive-readdir 2.1.0 2.2.3
minimist 1.2.0 1.2.8
mkdirp 0.5.1 0.5.6
loader-fs-cache 1.0.2 1.0.3
nth-check 1.0.1 2.1.1
cheerio 1.0.0-rc.3 1.0.0-rc.12
renderkid 2.0.3 2.0.7
optimize-css-assets-webpack-plugin 5.0.3 6.0.1
path-parse 1.0.5 1.0.7
postcss 7.0.18 8.4.38
css-loader 1.0.1 7.1.1
scss-tokenizer 0.2.3 0.4.3
node-sass 7.0.0 7.0.3
ssri 6.0.1 6.0.2
copy-webpack-plugin 4.6.0 12.0.2
terser 4.3.0 4.8.1
xmldom 0.1.27 removed
jasmine-reporters 2.3.2 2.5.2

Updates ua-parser-js from 0.7.20 to 0.7.33

Changelog

Sourced from ua-parser-js's changelog.

Version 0.7.33 / 1.0.33

  • Add new browser : Cobalt
  • Identify Macintosh as an Apple device
  • Fix ReDoS vulnerability

Version 0.7.32 / 1.0.32

  • Add new browser : DuckDuckGo, Huawei Browser, LinkedIn
  • Add new OS : HarmonyOS
  • Add some Huawei models
  • Add Sharp Aquos TV
  • Improve detection Xiaomi Mi CC9
  • Fix Sony Xperia 1 III misidentified as Acer tablet
  • Fix Detect Sony BRAVIA as SmartTV
  • Fix Detect Xiaomi Mi TV as SmartTV
  • Fix Detect Galaxy Tab S8 as tablet
  • Fix WeGame mistakenly identified as WeChat
  • Fix included commas in Safari / Mobile Safari version
  • Increase UA_MAX_LENGTH to 350

Version 0.7.31 / 1.0.2

  • Fix OPPO Reno A5 incorrect detection
  • Fix TypeError Bug
  • Use AST to extract regexes and verify them with safe-regex

Version 0.7.30 / 1.0.1

  • Add new browser : Obigo, UP.Browser, Klar
  • Add new device : Oculus, Roku
  • Add new OS: Maemo, HP-UX, Android-x86, Deepin, elementary OS, GhostBSD, Linspire, Manjaro, Sabayon
  • Improve detection for Sony Xperia 1ii, LG Android TV, and some more devices
  • Improve detection for ARM64 CPU
  • Improve detection for Windows Mobile, Netscape, Mac on PowerPC
  • Categorize PDA as mobile
  • Fix Sharp devices misjudged as Huawei
  • Fix trailing comma for ES3 compatibility
  • Some code refactor

Version 0.8

Version 0.8 was created by accident. This version is now deprecated and no longer maintained, please update to version 0.7 / 1.0.

Commits


Updates gh-pages from 0.12.0 to 5.0.0

Release notes

Sourced from gh-pages's releases.

v5.0.0

Potentially breaking change: the publish method now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.

Updates to the development dependencies required a minimum Node version of 14 for the tests. The library should still work on Node 12, but tests are no longer run in CI for version 12. A future major version of the library may drop support for version 12 altogether.

What's Changed

New Contributors

Full Changelog: https://github.com/tschaub/gh-pages/compare/v4.0.0...v5.0.0

v4.0.0

This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer run on Node 10.

What's Changed

Full Changelog: https://github.com/tschaub/gh-pages/compare/v3.2.3...v4.0.0

v3.2.3

v3.0.0

Breaking changes:

None really. But tests are no longer run on Node < 10. Development dependencies were updated to address security warnings, and this meant tests could no longer be run on Node 6 or 8. If you still use these Node versions, you may still be able to use this library, but be warned that tests are no longer run on these versions.

All changes:

... (truncated)

Changelog

Sourced from gh-pages's changelog.

v5.0.0

Potentially breaking change: the publish method now always returns a promise. Previously, it did not return a promise in some error cases. This should not impact most users.

Updates to the development dependencies required a minimum Node version of 14 for the tests. The library should still work on Node 12, but tests are no longer run in CI for version 12. A future major version of the library may drop support for version 12 altogether.

v4.0.0

This release doesn't include any breaking changes, but due to updated development dependencies, tests are no longer run on Node 10.

v3.2.3

v3.2.2

  • #396 - Revert "security(deps): bump filenamify-url to 2.1.1" (@​tschaub)

v3.2.1

v3.2.0

This release updates a few development dependencies and adds a bit of documentation.

... (truncated)

Commits
  • f729b97 5.0.0
  • 51534c7 Log changes
  • ace063b Merge pull request #438 from Vicropht/patch-1
  • 58e54be Merge pull request #459 from tschaub/dependabot/npm_and_yarn/async-3.2.4
  • 2189df3 Bump async from 2.6.4 to 3.2.4
  • 051846e Merge pull request #454 from tschaub/dependabot/npm_and_yarn/email-addresses-...
  • 5c91c67 Merge pull request #455 from tschaub/dependabot/github_actions/actions/setup-...
  • fe0ad83 Merge pull request #453 from tschaub/dependabot/github_actions/actions/checko...
  • b89287d Merge pull request #445 from Nezteb/patch-1
  • e890bd1 Bump email-addresses from 3.0.1 to 5.0.0
  • Additional commits viewable in compare view


Updates jsdom from 9.12.0 to 16.5.0

Release notes

Sourced from jsdom's releases.

Version 16.5.0

  • Added window.queueMicrotask().
  • Added window.event.
  • Added inputEvent.inputType. (diegohaz)
  • Removed ondragexit from Window and friends, per a spec update.
  • Fixed the URL of about:blank iframes. Previously it was getting set to the parent's URL. (SimonMueller)
  • Fixed the loading of subresources from the filesystem when they had non-ASCII filenames.
  • Fixed the hidden="" attribute to cause display: none per the user-agent stylesheet. (ph-fritsche)
  • Fixed the new File() constructor to no longer convert / to :, per a pending spec update.
  • Fixed mutation observer callbacks to be called with the MutationObserver instance as their this value.
  • Fixed <input type=checkbox> and <input type=radio> to be mutable even when disabled, per a spec update.
  • Fixed XMLHttpRequest to not fire a redundant final progress event if a progress event was previously fired with the same loaded value. This would usually occur with small files.
  • Fixed XMLHttpRequest to expose the Content-Length header on cross-origin responses.
  • Fixed xhr.response to return null for failures that occur during the middle of the download.
  • Fixed edge cases around passing callback functions or event handlers. (ExE-Boss)
  • Fixed edge cases around the properties of proxy-like objects such as localStorage or dataset. (ExE-Boss)
  • Fixed a potential memory leak with custom elements (although we could not figure out how to trigger it). (soncodi)

Version 16.4.0

  • Added a not-implemented warning if you try to use the second pseudo-element argument to getComputedStyle(), unless you pass a ::part or ::slotted pseudo-element, in which case we throw an error per the spec. (ExE-Boss)
  • Improved the performance of repeated access to el.tagName, which also indirectly improves performance of selector matching and style computation. (eps1lon)
  • Fixed form.elements to respect the form="" attribute, so that it can contain non-descendant form controls. (ccwebdesign)
  • Fixed el.focus() to do nothing on disconnected elements. (eps1lon)
  • Fixed el.focus() to work on SVG elements. (zjffun)
  • Fixed removing the currently-focused element to move focus to the <body> element. (eps1lon)
  • Fixed imgEl.complete to return true for <img> elements with empty or unset src="" attributes. (strager)
  • Fixed imgEl.complete to return true if an error occurs loading the <img>, when canvas is enabled. (strager)
  • Fixed imgEl.complete to return false if the <img> element's src="" attribute is reset. (strager)
  • Fixed the valueMissing validation check for <input type="radio">. (zjffun)
  • Fixed translate="" and draggable="" attribute processing to use ASCII case-insensitivity, instead of Unicode case-insensitivity. (zjffun)

Version 16.3.0

  • Added firing of focusin and focusout when using el.focus() and el.blur(). (trueadm)
  • Fixed elements with the contenteditable="" attribute to be considered as focusable. (jamieliu386)
  • Fixed window.NodeFilter to be per-Window, instead of shared across all Windows. (ExE-Boss)
  • Fixed edge-case behavior involving use of objects with handleEvent properties as event listeners. (ExE-Boss)
  • Fixed a second failing image load sometimes firing a load event instead of an error event, when the canvas package is installed. (strager)
  • Fixed drawing an empty canvas into another canvas. (zjffun)

Version 16.2.2

  • Updated StyleSheetList for better spec compliance; notably it no longer inherits from Array.prototype. (ExE-Boss)
  • Fixed requestAnimationFrame() from preventing process exit. This likely regressed in v16.1.0.
  • Fixed setTimeout() to no longer leak the closures passed in to it. This likely regressed in v16.1.0. (AviVahl)
  • Fixed infinite recursion that could occur when calling click() on a <label> element, or one of its descendants.
  • Fixed getComputedStyle() to consider inline style="" attributes. (eps1lon)
  • Fixed several issues with <input type="number">'s stepUp() and stepDown() functions to be properly decimal-based, instead of floating point-based.
  • Fixed various issues where updating selectEl.value would not invalidate properties such as selectEl.selectedOptions. (ExE-Boss)
  • Fixed <input>'s src property, and <ins>/<del>'s cite property, to properly reflect as URLs.
  • Fixed window.addEventLister, window.removeEventListener, and window.dispatchEvent to properly be inherited from EventTarget, instead of being distinct functions. (ExE-Boss)
  • Fixed errors that would occur if attempting to use a DOM object, such as a custom element, as an argument to addEventListener.

... (truncated)

Changelog

Sourced from jsdom's changelog.

16.5.0

  • Added window.queueMicrotask().
  • Added window.event.
  • Added inputEvent.inputType. (diegohaz)
  • Removed ondragexit from Window and friends, per a spec update.
  • Fixed the URL of about:blank iframes. Previously it was getting set to the parent's URL. (SimonMueller)
  • Fixed the loading of subresources from the filesystem when they had non-ASCII filenames.
  • Fixed the hidden="" attribute to cause display: none per the user-agent stylesheet. (ph-fritsche)
  • Fixed the new File() constructor to no longer convert / to :, per a pending spec update.
  • Fixed mutation observer callbacks to be called with the MutationObserver instance as their this value.
  • Fixed <input type=checkbox> and <input type=radio> to be mutable even when disabled, per a spec update.
  • Fixed XMLHttpRequest to not fire a redundant final progress event if a progress event was previously fired with the same loaded value. This would usually occur with small files.
  • Fixed XMLHttpRequest to expose the Content-Length header on cross-origin responses.
  • Fixed xhr.response to return null for failures that occur during the middle of the download.
  • Fixed edge cases around passing callback functions or event handlers. (ExE-Boss)
  • Fixed edge cases around the properties of proxy-like objects such as localStorage or dataset. (ExE-Boss)
  • Fixed a potential memory leak with custom elements (although we could not figure out how to trigger it). (soncodi)

16.4.0

  • Added a not-implemented warning if you try to use the second pseudo-element argument to getComputedStyle(), unless you pass a ::part or ::slotted pseudo-element, in which case we throw an error per the spec. (ExE-Boss)
  • Improved the performance of repeated access to el.tagName, which also indirectly improves performance of selector matching and style computation. (eps1lon)
  • Fixed form.elements to respect the form="" attribute, so that it can contain non-descendant form controls. (ccwebdesign)
  • Fixed el.focus() to do nothing on disconnected elements. (eps1lon)
  • Fixed el.focus() to work on SVG elements. (zjffun)
  • Fixed removing the currently-focused element to move focus to the <body> element. (eps1lon)
  • Fixed imgEl.complete to return true for <img> elements with empty or unset src="" attributes. (strager)
  • Fixed imgEl.complete to return true if an error occurs loading the <img>, when canvas is enabled. (strager)
  • Fixed imgEl.complete to return false if the <img> element's src="" attribute is reset. (strager)
  • Fixed the valueMissing validation check for <input type="radio">. (zjffun)
  • Fixed translate="" and draggable="" attribute processing to use ASCII case-insensitivity, instead of Unicode case-insensitivity. (zjffun)

16.3.0

  • Added firing of focusin and focusout when using el.focus() and el.blur(). (trueadm)
  • Fixed elements with the contenteditable="" attribute to be considered as focusable. (jamieliu386)
  • Fixed window.NodeFilter to be per-Window, instead of shared across all Windows. (ExE-Boss)
  • Fixed edge-case behavior involving use of objects with handleEvent properties as event listeners. (ExE-Boss)
  • Fixed a second failing image load sometimes firing a load event instead of an error event, when the canvas package is installed. (strager)
  • Fixed drawing an empty canvas into another canvas. (zjffun)

16.2.2

  • Updated StyleSheetList for better spec compliance; notably it no longer inherits from Array.prototype. (ExE-Boss)
  • Fixed requestAnimationFrame() from preventing process exit. This likely regressed in v16.1.0.
  • Fixed setTimeout() to no longer leak the closures passed in to it. This likely regressed in v16.1.0. (AviVahl)
  • Fixed infinite recursion that could occur when calling click() on a <label> element, or one of its descendants.
  • Fixed getComputedStyle() to consider inline style="" attributes. (eps1lon)
  • Fixed several issues with <input type="number">'s stepUp() and stepDown() functions to be properly decimal-based, instead of floating point-based.

... (truncated)

Commits
  • 2d82763 Version 16.5.0
  • 9741311 Fix loading of subresources with Unicode filenames
  • 5e46553 Use domenic's ESLint config as the base
  • 19b35da Fix the URL of about:blank iframes
  • 017568e Support inputType on InputEvent
  • 29f4fdf Upgrade dependencies
  • e2f7639 Refactor create‑event‑accessor.js to remove code duplication
  • ff69a75 Convert JSDOM to use callback functions
  • 19df6bc Update links in contributing guidelines
  • 1e34ff5 Test triage
  • Additional commits viewable in compare view


Updates node-sass from 4.12.0 to 7.0.0

Release notes

Sourced from node-sass's releases.

v7.0.0

Breaking changes

Features

Dependencies

Community

  • Remove double word "support" from documentation (@​pzrq, #3159)

Misc

Supported Environments

OS Architecture Node
Windows x86 & x64 12, 14, 16, 17
OSX x64 12, 14, 16, 17
Linux* x64 12, 14, 16, 17
Alpine Linux x64 12, 14, 16, 17
FreeBSD i386 amd64 12, 14

*Linux support refers to major distributions like Ubuntu, and Debian

v6.0.1

Dependencies

Misc

Supported Environments

... (truncated)

Changelog

Sourced from node-sass's changelog.

v4.14.0

https://github.com/sass/node-sass/releases/tag/v4.14.0

v4.13.1

https://github.com/sass/node-sass/releases/tag/v4.13.1

v4.13.0

https://github.com/sass/node-sass/releases/tag/v4.13.0

Commits


Updates @babel/traverse from 7.1.6 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
  • babel-preset-flow

... (truncated)

Commits
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

codesyncapp[bot] commented 4 months ago

Check out the playback for this Pull Request here.

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

git-greetings[bot] commented 4 months ago
PR Details of @dependabot[bot] in volvo-cars-react-smartbanner : OPEN CLOSED TOTAL
4 2 6
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.
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/@babel/compat-data@7.24.4 None 0 65.2 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-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/plugin-syntax-bigint@7.8.3 None 0 2.42 kB nicolo-ribaudo
npm/@babel/plugin-syntax-class-properties@7.12.13 None 0 2.68 kB nicolo-ribaudo
npm/@babel/plugin-syntax-import-meta@7.10.4 None 0 2.56 kB jlhwung
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-optional-chaining@7.8.3 None 0 2.52 kB 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/traverse@7.24.1 None 0 615 kB nicolo-ribaudo
npm/@bcoe/v8-coverage@0.2.3 None 0 277 kB bcoe
npm/@gar/promisify@1.1.3 None 0 4.2 kB gar
npm/@istanbuljs/load-nyc-config@1.1.0 environment, filesystem 0 10.9 kB coreyfarrell
npm/@istanbuljs/schema@0.1.3 None 0 17.2 kB coreyfarrell
npm/@jest/console@29.7.0 None 0 19 kB simenb
npm/@jest/core@29.7.0 unsafe 0 145 kB simenb
npm/@jest/environment@29.7.0 None 0 15.9 kB simenb
npm/@jest/expect-utils@29.7.0 None 0 28.3 kB simenb
npm/@jest/expect@29.7.0 None 0 5.23 kB simenb
npm/@jest/fake-timers@29.7.0 None 0 26.3 kB simenb
npm/@jest/globals@29.7.0 None 0 5.26 kB simenb
npm/@jest/reporters@29.7.0 environment, unsafe 0 115 kB simenb
npm/@jest/schemas@29.6.3 None 0 6.07 kB simenb
npm/@jest/source-map@29.6.3 None 0 5.07 kB simenb
npm/@jest/test-result@29.7.0 None 0 15.8 kB simenb
npm/@jest/test-sequencer@29.7.0 None 0 13.6 kB simenb
npm/@jest/transform@29.7.0 None 0 52.4 kB simenb
npm/@jest/types@29.6.3 None 0 32.7 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/@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/fs@1.1.1 filesystem 0 41.9 kB nlf
npm/@npmcli/move-file@1.1.2 filesystem 0 7.89 kB nlf
npm/@sinclair/typebox@0.27.8 None 0 442 kB sinclair
npm/@sindresorhus/merge-streams@2.3.0 None 0 10.5 kB sindresorhus
npm/@sinonjs/commons@3.0.1 None 0 38 kB mrgnrdrck
npm/@sinonjs/fake-timers@10.3.0 eval 0 80.1 kB fatso83
npm/@tootallnate/once@1.1.2 None 0 4.08 kB tootallnate
npm/@trysound/sax@0.2.0 None 0 48.8 kB trysound
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/glob@7.2.0 None 0 6.61 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/json-schema@7.0.15 None 0 31.7 kB types
npm/@types/minimatch@5.1.2 None 0 12.5 kB types
npm/@types/minimist@1.2.5 None 0 6.27 kB types
npm/@types/normalize-package-data@2.4.4 None 0 5.81 kB types
npm/@types/parse-json@4.0.2 None 0 2.95 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@17.0.32 None 0 60.2 kB types
npm/@xmldom/xmldom@0.8.10 None 0 182 kB karfau
npm/accepts@1.3.8 None 0 16.8 kB dougwilson
npm/agent-base@6.0.2 None 0 34.6 kB tootallnate
npm/agentkeepalive@4.5.0 network 0 43.7 kB fengmk2
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@6.12.6 eval 0 929 kB esp
npm/ansi-html-community@0.0.8 None 0 20.1 kB mahdyar
npm/are-we-there-yet@3.0.1 None 0 14.3 kB lukekarrys
npm/assert-plus@1.0.0 environment 0 11.4 kB pfmooney
npm/async@2.6.4 None 0 541 kB hargasinski
npm/at-least-node@1.0.0 None 0 2.63 kB ryanzim
npm/aws-sign2@0.7.0 None 0 14.2 kB mikeal
npm/babel-jest@29.7.0 environment 0 13.5 kB simenb
npm/babel-plugin-istanbul@6.1.1 environment, filesystem, shell 0 25.7 kB oss-bot
npm/babel-plugin-jest-hoist@29.6.3 None 0 14.3 kB simenb
npm/babel-preset-current-node-syntax@1.0.1 eval 0 5.46 kB nicolo-ribaudo
npm/babel-preset-jest@29.6.3 None 0 2.69 kB simenb
npm/body-parser@1.20.2 network 0 60.8 kB dougwilson
npm/braces@3.0.2 None 0 49.2 kB doowb
npm/browserify-sign@4.2.3 None 0 15.8 kB ljharb
npm/browserslist@4.23.0 environment, filesystem 0 62.8 kB ai
npm/bser@2.1.1 None 0 18 kB wez
npm/call-bind@1.0.7 None 0 22.1 kB ljharb
npm/camelcase-keys@6.2.2 None 0 8.86 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/caseless@0.12.0 None 0 14.3 kB mikeal
npm/char-regex@1.0.2 None 0 4.96 kB richienb
npm/cheerio-select@2.1.0 None 0 62.6 kB feedic
npm/cheerio@1.0.0-rc.12 None 0 558 kB feedic
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/clean-stack@2.2.0 None 0 5.51 kB sindresorhus
npm/cliui@8.0.1 None 0 32.3 kB oss-bot
npm/collect-v8-coverage@1.0.2 unsafe 0 5.14 kB simenb
npm/color-support@1.1.3 None 0 9.23 kB isaacs
npm/colord@2.9.3 None 0 114 kB omgovich
npm/compressible@2.0.18 None 0 7.36 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/cookie@0.6.0 None 0 23.7 kB dougwilson
npm/copy-webpack-plugin@12.0.2 None 0 78.1 kB evilebottnawi
npm/coveralls@3.1.1 environment, filesystem, shell 0 33 kB nickmerwin
npm/create-jest@29.7.0 None 0 15.9 kB simenb
npm/css-declaration-sorter@6.4.1 None 0 83.8 kB siilwyn
npm/css-loader@7.1.1 None 0 141 kB evilebottnawi
npm/css-tree@1.1.3 None 0 989 kB lahmatiy
npm/cssnano-preset-default@5.2.14 None 0 22 kB ludovicofischer
npm/cssnano-utils@3.1.0 None 0 6.53 kB ludovicofischer
npm/cssnano@5.1.15 None 0 73.8 kB ludovicofischer
npm/csso@4.2.0 None 0 593 kB lahmatiy
npm/d@1.0.2 None 0 14.2 kB medikoo
npm/decamelize-keys@1.1.1 None 0 4.03 kB sindresorhus
npm/decimal.js@10.4.3 None 0 283 kB mikemcl
npm/decode-uri-component@0.2.2 None 0 6.09 kB samverschueren
npm/dedent@1.5.3 None 0 23.9 kB joshuakgoldberg
npm/deep-equal@1.1.2 None 0 75.3 kB ljharb
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-lazy-prop@2.0.0 None 0 4.45 kB sindresorhus
npm/detect-newline@3.1.0 None 0 3.77 kB sindresorhus
npm/detect-node@2.1.0 None 0 2.76 kB iliakan
npm/detect-port-alt@1.1.6 network 0 31.5 kB timer
npm/diff-sequences@29.6.3 None 0 46 kB simenb
npm/dns-packet@1.3.4 None 0 28.3 kB mafintosh
npm/email-addresses@5.0.0 None 0 130 kB jackbowman
npm/emittery@0.13.1 None 0 46.5 kB sindresorhus
npm/encoding@0.1.13 None 0 7.12 kB andris
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/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/es5-ext@0.10.64 eval 0 374 kB medikoo
npm/es6-set@0.1.6 None 0 22.2 kB medikoo
npm/es6-symbol@3.1.4 None 0 16.5 kB medikoo
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/esniff@2.0.1 None 0 60.9 kB medikoo
npm/eventemitter3@4.0.7 None 0 38 kB lpinca
npm/expect@29.7.0 None 0 146 kB simenb
npm/express@4.19.2 environment, filesystem, network 0 215 kB wesleytodd
npm/ext@1.7.0 None 0 23.1 kB medikoo
npm/fast-deep-equal@3.1.3 None 0 13 kB esp
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/filename-reserved-regex@2.0.0 None 0 3.32 kB sindresorhus
npm/filenamify@4.3.0 None 0 7.51 kB sindresorhus
npm/fill-range@7.0.1 None 0 16.4 kB jonschlinkert
npm/finalhandler@1.2.0 environment 0 18.6 kB dougwilson
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/fork-ts-checker-webpack-plugin@6.5.3 filesystem, shell 0 277 kB piotr-oles
npm/form-data@2.3.3 filesystem, network 0 119 kB alexindigo
npm/forwarded@0.2.0 None 0 5.88 kB dougwilson
npm/fs-minipass@2.1.0 filesystem 0 14.1 kB isaacs
npm/fs-monkey@1.0.5 filesystem, unsafe 0 22 kB streamich
npm/gauge@4.0.4 None 0 43.2 kB gar
npm/gensync@1.0.0-beta.2 None 0 28.9 kB loganfsmyth
npm/get-caller-file@2.0.5 None 0 4.72 kB stefanpenner
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/gh-pages@5.0.0 filesystem, shell 0 38.5 kB tschaub
npm/glob-parent@5.1.2 None 0 12.1 kB phated
npm/global-modules@2.0.0 environment 0 6.57 kB jonschlinkert
npm/global-prefix@3.0.0 environment, filesystem 0 8.27 kB jonschlinkert
npm/globby@14.0.1 None 0 25.8 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/har-validator@5.1.5 None 0 8.22 kB ahmadnassri
npm/hard-rejection@2.1.0 None 0 5.14 kB sindresorhus
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-tostringtag@1.0.2 None 0 17.6 kB ljharb
npm/hasown@2.0.2 None 0 8.77 kB ljharb
npm/hosted-git-info@2.8.9 None 0 25.8 kB nlf
npm/html-entities@1.4.0 None 0 68.6 kB mdevils
npm/html-escaper@2.0.2 None 0 13.1 kB webreflection
npm/http-cache-semantics@4.1.1 None 0 35.9 kB kornel
npm/http-proxy-agent@4.0.1 network 0 17.1 kB tootallnate
npm/http-proxy@1.18.1 network 0 232 kB jcrugzz
npm/http-signature@1.2.0 network 0 48.4 kB arekinath
npm/https-proxy-agent@5.0.1 network 0 26 kB tootallnate
npm/human-signals@2.1.0 None 0 44.3 kB ehmicky
npm/humanize-ms@1.2.1 None 0 3.66 kB dead_horse
npm/icss-utils@5.1.0 None 0 10 kB evilebottnawi
npm/immer@9.0.21 environment 0 872 kB mweststrate
npm/import-local@3.1.0 None 0 4.66 kB sindresorhus
npm/ini@1.3.8 None 0 9.3 kB isaacs
npm/ip-address@9.0.5 None 0 177 kB beaugunderson
npm/ip@1.1.9 None 0 15.5 kB indutny
npm/ipaddr.js@1.9.1 None 0 42.1 kB whitequark
npm/is-arguments@1.1.1 None 0 28.8 kB ljharb
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-extglob@2.1.1 None 0 6.22 kB jonschlinkert
npm/is-generator-fn@2.1.0 None 0 3.28 kB sindresorhus
npm/is-glob@4.0.3 None 0 13.6 kB phated
npm/is-lambda@1.0.1 None 0 2.94 kB watson
npm/is-my-ip-valid@1.0.1 None 0 21.1 kB linusu
npm/is-my-json-valid@2.20.6 None 0 40.2 kB linusu
npm/is-number@7.0.0 None 0 9.62 kB jonschlinkert
npm/is-plain-obj@1.1.0 None 0 2.62 kB sindresorhus
npm/is-potential-custom-element-name@1.0.1 None 0 3.92 kB mathias
npm/is-root@2.1.0 None 0 2.68 kB sindresorhus
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/jasmine-reporters@2.5.2 environment, filesystem, network 0 141 kB bloveridge
npm/jest-changed-files@29.7.0 environment 0 18.2 kB simenb
npm/jest-circus@29.7.0 unsafe 0 72 kB simenb
npm/jest-config@29.7.0 None 0 114 kB simenb
npm/jest-diff@29.7.0 None 0 78.5 kB simenb
npm/jest-docblock@29.7.0 None 0 8.99 kB simenb
npm/jest-each@29.7.0 None 0 33.7 kB simenb
npm/jest-environment-node@29.7.0 unsafe 0 9.37 kB simenb
npm/jest-get-type@29.6.3 None 0 3.79 kB simenb
npm/jest-haste-map@29.7.0 environment, filesystem, shell, unsafe 0 121 kB simenb
npm/jest-leak-detector@29.7.0 unsafe 0 5.59 kB simenb
npm/jest-matcher-utils@29.7.0 None 0 28.4 kB simenb
npm/jest-message-util@29.7.0 None 0 20.6 kB simenb
npm/jest-mock@29.7.0 None 0 47.5 kB simenb
npm/jest-pnp-resolver@1.2.3 None 0 5.68 kB arcanis
npm/jest-regex-util@29.6.3 None 0 3.52 kB simenb
npm/jest-resolve-dependencies@29.7.0 None 0 8.92 kB simenb
npm/jest-resolve@29.7.0 environment, unsafe 0 65.7 kB simenb
npm/jest-runner@29.7.0 environment 0 29.6 kB simenb
npm/jest-runtime@29.7.0 unsafe 0 89.2 kB simenb
npm/jest-snapshot@29.7.0 eval 0 83.5 kB simenb
npm/jest-util@29.7.0 environment 0 41.8 kB simenb
npm/jest-validate@29.7.0 None 0 28.7 kB simenb
npm/jest-watcher@29.7.0 None 0 23.4 kB simenb
npm/jest-worker@29.7.0 environment, shell 0 90.8 kB simenb
npm/jest@29.7.0 None 0 5.01 kB simenb
npm/js-base64@2.6.4 None 0 19 kB dankogai
npm/jsdom@16.5.0 eval, filesystem, network, shell, unsafe 0 2.89 MB domenic
npm/json-parse-even-better-errors@2.3.1 None 0 10.4 kB isaacs
npm/json-stable-stringify@1.1.1 None 0 27.7 kB ljharb
npm/json5@2.2.3 None 0 235 kB jordanbtucker
npm/jsonify@0.0.1 None 0 19.4 kB ljharb
npm/jsonpointer@5.0.1 None 0 6.75 kB marcbachmann
npm/jsprim@1.4.2 None 0 31.2 kB bahamat
npm/kleur@3.0.3 None 0 9.89 kB lukeed
npm/lcov-parse@1.0.0 filesystem 0 80.7 kB davglass
npm/leven@3.1.0 None 0 5.34 kB sindresorhus
npm/lilconfig@2.1.0 filesystem 0 16.6 kB antonk52
npm/lines-and-columns@1.2.4 None 0 5.39 kB eventualbuddha
npm/loader-fs-cache@1.0.3 filesystem 0 6.72 kB viankakrisna
npm/loader-utils@1.4.2 None 0 25.9 kB evilebottnawi
npm/lodash@4.17.21 None 0 1.41 MB bnjmnt4n
npm/log-driver@1.2.7 None 0 7.81 kB cainus
npm/loglevel@1.9.1 None 0 639 kB pimterry
npm/make-fetch-happen@9.1.0 environment, network 0 57.6 kB gar
npm/makeerror@1.0.12 None 0 6.07 kB daaku
npm/map-obj@4.3.0 None 0 9.49 kB sindresorhus
npm/mdn-data@2.0.14 None 0 562 kB escattone
npm/memfs@3.5.3 filesystem 0 186 kB streamich
npm/meow@9.0.0 None 0 24.8 kB sindresorhus
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/min-indent@1.0.1 None 0 2.97 kB thejameskyle
npm/minimatch@3.1.2 None 0 34.9 kB isaacs
npm/minimist-options@4.1.0 None 0 8.53 kB vdemedes
npm/minimist@1.2.8 None 0 54.5 kB ljharb
npm/minipass-collect@1.0.2 None 0 4.87 kB isaacs
npm/minipass-fetch@1.4.1 environment, network 0 43.2 kB isaacs
npm/minipass-flush@1.0.5 None 0 3.77 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@3.3.6 None 0 48.1 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/nanoid@3.3.7 None 0 24.4 kB ai
npm/negotiator@0.6.3 None 0 27.4 kB dougwilson
npm/next-tick@1.1.0 None 0 7.65 kB medikoo
npm/node-forge@0.10.0 None 0 1.69 MB davidlehn
npm/node-gyp@8.4.1 environment, shell 0 1.98 MB rvagg
npm/node-sass@7.0.3 environment, filesystem 0 4.64 MB xzyfer
npm/nopt@5.0.0 environment 0 25.8 kB isaacs
npm/normalize-url@6.1.0 None 0 21.2 kB sindresorhus
npm/npmlog@5.0.1 None 0 16.6 kB gar
npm/oauth-sign@0.9.0 None 0 13.8 kB simov
npm/open@8.4.2 environment, filesystem, shell 0 46.3 kB sindresorhus
npm/optimize-css-assets-webpack-plugin@6.0.1 None 0 18 kB nmfr
npm/parse5-htmlparser2-tree-adapter@7.0.0 None 0 19.1 kB feedic
npm/path-parse@1.0.7 None 0 4.51 kB jbgutierrez
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/pirates@4.0.6 unsafe 0 13.5 kB danez
npm/pkg-up@3.1.0 None 0 4.25 kB sindresorhus
npm/portfinder@1.0.32 filesystem, network 0 19.9 kB eriktrom
npm/postcss-calc@8.2.4 None 0 188 kB ludovicofischer
npm/postcss-colormin@5.3.1 None 0 8.41 kB ludovicofischer
npm/postcss-convert-values@5.1.3 None 0 11.7 kB ludovicofischer
npm/postcss-discard-comments@5.1.2 None 0 10.7 kB ludovicofischer
npm/postcss-discard-duplicates@5.1.0 None 0 8.14 kB ludovicofischer
npm/postcss-discard-empty@5.1.1 None 0 5.05 kB ludovicofischer
npm/postcss-discard-overridden@5.1.0 None 0 9.23 kB ludovicofischer
npm/postcss-merge-longhand@5.1.7 None 0 49.5 kB ludovicofischer
npm/postcss-merge-rules@5.1.4 None 0 23.4 kB ludovicofischer
npm/postcss-minify-font-values@5.1.0 None 0 18.1 kB ludovicofischer
npm/postcss-minify-gradients@5.1.1 None 0 11.1 kB ludovicofischer
npm/postcss-minify-params@5.1.4 None 0 6.69 kB ludovicofischer
npm/postcss-minify-selectors@5.2.1 None 0 9.51 kB ludovicofischer
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-normalize-charset@5.1.0 None 0 5.06 kB ludovicofischer
npm/postcss-normalize-display-values@5.1.0 None 0 7 kB ludovicofischer
npm/postcss-normalize-positions@5.1.1 None 0 8.32 kB ludovicofischer
npm/postcss-normalize-repeat-style@5.1.1 None 0 7.47 kB ludovicofischer
npm/postcss-normalize-string@5.1.0 None 0 12.3 kB ludovicofischer
npm/postcss-normalize-timing-functions@5.1.0 None 0 7.1 kB ludovicofischer
npm/postcss-normalize-unicode@5.1.1 None 0 5.92 kB ludovicofischer
npm/postcss-normalize-url@5.1.0 None 0 8.78 kB ludovicofischer
npm/postcss-normalize-whitespace@5.1.1 None 0 6.6 kB ludovicofischer
npm/postcss-ordered-values@5.1.3 None 0 28.9 kB ludovicofischer
npm/postcss-reduce-initial@5.1.2 None 0 16.6 kB ludovicofischer
npm/postcss-reduce-transforms@5.1.0 None 0 9.87 kB ludovicofischer
npm/postcss-selector-parser@6.0.16 None 0 186 kB evilebottnawi
npm/postcss-svgo@5.1.0 None 0 13.5 kB ludovicofischer
npm/postcss-unique-selectors@5.1.1 None 0 5.21 kB ludovicofischer
npm/postcss-value-parser@4.2.0 None 0 27.2 kB evilebottnawi
npm/postcss@8.4.38 environment, filesystem 0 198 kB ai
npm/pretty-format@29.7.0 None 0 60.7 kB simenb
npm/promise-retry@2.0.1 None 0 15.6 kB achingbrain
npm/prompts@2.4.2 None 0 187 kB terkelg
npm/proxy-addr@2.0.7 None 0 15.4 kB dougwilson
npm/pure-rand@6.1.0 None 0 84 kB ndubien
npm/qs@6.5.3 None 0 126 kB ljharb
npm/queue-microtask@1.2.3 None 0 8.37 kB feross
npm/quick-lru@4.0.1 None 0 7.47 kB sindresorhus
npm/raw-body@2.5.2 network, unsafe 0 25.8 kB dougwilson
npm/react-dev-utils@12.0.1 None 0 111 kB iansu
npm/react-error-overlay@6.0.11 network 0 385 kB iansu
npm/read-pkg-up@7.0.1 None 0 6.73 kB sindresorhus
npm/read-pkg@5.2.0 filesystem 0 6.05 kB sindresorhus
npm/recursive-readdir@2.2.3 filesystem 0 5.82 kB bnb
npm/redent@3.0.0 None 0 3.6 kB sindresorhus
npm/regexp.prototype.flags@1.5.2 None 0 40.4 kB ljharb
npm/renderkid@2.0.7 None 0 169 kB ariaminaei
npm/request@2.88.2 environment, filesystem, network 0 209 kB mikeal
npm/resolve.exports@2.0.2 None 0 23.9 kB lukeed
npm/reusify@1.0.4 None 0 9.44 kB matteo.collina
npm/run-parallel@1.2.0 None 0 6.56 kB feross
npm/sass-graph@4.0.1 filesystem 0 14.1 kB xzyfer
npm/saxes@5.0.1 None 0 164 kB lddubeau
npm/scss-tokenizer@0.4.3 filesystem 0 40 kB xzyfer
npm/selfsigned@1.10.14 None 0 23.6 kB jfromaniello
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/shell-quote@1.8.1 None 0 45 kB ljharb
npm/shelljs@0.6.1 environment, filesystem, shell 0 98.1 kB nfischer
npm/side-channel@1.0.6 None 0 23.2 kB ljharb
npm/signal-exit@3.0.2 None 0 9.43 kB isaacs

🚮 Removed packages: npm/@babel/traverse@7.6.0, npm/@mrmlnc/readdir-enhanced@2.2.1, npm/@nodelib/fs.stat@1.1.3, npm/@types/events@3.0.0, npm/@types/glob@7.1.1, npm/@types/minimatch@3.0.3, npm/@types/q@1.5.2, npm/abab@2.0.1, npm/accepts@1.3.7, npm/acorn-globals@4.3.3, npm/acorn-walk@6.2.0, npm/ajv@6.10.2, npm/alphanum-sort@1.0.2, npm/ansi-html@0.0.7, npm/append-transform@0.4.0, npm/are-we-there-yet@1.1.5, npm/arr-diff@2.0.0, npm/array-equal@1.0.0, npm/array-find-index@1.0.2, npm/array-map@0.0.0, npm/array-reduce@0.0.0, npm/array-unique@0.2.1, npm/assert-plus@0.2.0, npm/async@2.6.3, npm/aws-sign2@0.6.0, npm/babel-code-frame@6.26.0, npm/babel-generator@6.26.1, npm/babel-helpers@6.24.1, npm/babel-jest@23.6.0, npm/babel-messages@6.23.0, npm/babel-plugin-istanbul@4.1.6, npm/babel-plugin-jest-hoist@23.2.0, npm/babel-plugin-syntax-object-rest-spread@6.13.0, npm/babel-preset-jest@23.2.0, npm/babel-register@6.26.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/block-stream@0.0.9, npm/body-parser@1.19.0, npm/boom@2.10.1, npm/braces@1.8.5, npm/browser-process-hrtime@0.1.3, npm/browser-resolve@1.11.3, npm/browserify-sign@4.0.4, npm/browserslist@4.7.0, npm/bser@2.1.0, npm/cacache@10.0.4, npm/call-me-maybe@1.0.1, npm/caller-callsite@2.0.0, npm/caller-path@2.0.0, npm/camelcase-keys@2.1.0, npm/camelcase@4.1.0, npm/caniuse-lite@1.0.30000989, npm/capture-exit@1.2.0, npm/caseless@0.11.0, npm/cheerio@1.0.0-rc.3, npm/ci-info@1.6.0, npm/cliui@4.1.0, npm/coa@2.0.2, npm/collections@0.2.2, npm/color-string@1.5.3, npm/color@3.1.2, npm/compressible@2.0.17, npm/content-disposition@0.5.3, npm/content-type-parser@1.0.2, npm/content-type@1.0.4, npm/cookie@0.4.0, npm/copy-webpack-plugin@4.6.0, npm/core-js@2.6.9, npm/coveralls@2.13.3, npm/cryptiles@2.0.5, npm/css-color-names@0.0.4, npm/css-declaration-sorter@4.0.1, npm/css-loader@1.0.1, npm/css-select-base-adapter@0.1.1, npm/css-select@1.2.0, npm/css-selector-tokenizer@0.7.1, npm/css-tree@1.0.0-alpha.33, npm/css-unit-converter@1.1.1, npm/css-what@2.1.3, npm/cssesc@0.1.0, npm/cssnano-preset-default@4.0.7, npm/cssnano-util-get-arguments@4.0.0, npm/cssnano-util-get-match@4.0.0, npm/cssnano-util-raw-cache@4.0.1, npm/cssnano-util-same-parent@4.0.1, npm/cssnano@4.1.10, npm/csso@3.5.1, npm/cssom@0.3.8, npm/cssstyle@1.4.0, npm/currently-unhandled@0.4.1, npm/d@1.0.1, npm/data-urls@1.1.0, npm/decode-uri-component@0.2.0, npm/deep-equal@1.1.0, npm/default-require-extensions@1.0.0, npm/detect-indent@4.0.0, npm/detect-newline@2.1.0, npm/detect-node@2.0.4, npm/diff@3.5.0, npm/dir-glob@2.2.2, npm/dns-packet@1.3.1, npm/dom-serializer@0.1.1, npm/domelementtype@1.3.1, npm/domexception@1.0.1, npm/domhandler@2.4.2, npm/domutils@1.5.1, npm/dot-prop@4.2.0, npm/electron-to-chromium@1.3.253, npm/emojis-list@2.1.0, npm/entities@1.1.2, npm/es5-ext@0.10.51, npm/es6-set@0.1.5, npm/es6-symbol@3.1.2, npm/escodegen@1.12.0, npm/eventemitter3@3.1.2, npm/eventsource@0.1.6, npm/exec-sh@0.2.2, npm/expand-brackets@0.1.5, npm/expand-range@1.8.2, npm/expand-tilde@2.0.2, npm/expect@23.6.0, npm/express@4.17.1, npm/extglob@0.3.2, npm/fast-deep-equal@2.0.1, npm/fast-glob@2.2.7, npm/fastparse@1.1.2, npm/fb-watchman@2.0.0, npm/filename-regex@2.0.1, npm/fileset@2.0.3, npm/fill-range@2.2.4, npm/finalhandler@1.1.2, npm/follow-redirects@1.9.0, npm/for-own@0.1.5, npm/form-data@2.1.4, npm/forwarded@0.1.2, npm/fstream@1.0.12, npm/gauge@2.7.4, npm/get-caller-file@1.0.3, npm/gh-pages@0.12.0, npm/glob-base@0.3.0, npm/glob-parent@2.0.0, npm/glob-to-regexp@0.3.0, npm/global-modules@1.0.0, npm/global-prefix@1.0.2, npm/globby@7.1.1, npm/graceful-readlink@1.0.1, npm/growly@1.3.0, npm/handle-thing@2.0.0, npm/handlebars@4.2.0, npm/har-validator@2.0.6, npm/hawk@3.1.3, npm/hex-color-regex@1.1.0, npm/hoek@2.16.3, npm/home-or-tmp@2.0.0, npm/homedir-polyfill@1.0.3, npm/hosted-git-info@2.8.4, npm/hsl-regex@1.0.0, npm/hsla-regex@1.0.0, npm/html-comment-regex@1.1.2, npm/html-encoding-sniffer@1.0.2, npm/html-entities@1.2.1, npm/htmlparser2@3.10.1, npm/http-proxy@1.17.0, npm/http-signature@1.1.1, npm/icss-replace-symbols@1.1.0, npm/icss-utils@2.1.0, npm/immer@1.7.2, npm/import-local@1.0.0, npm/in-publish@2.0.0, npm/indexes-of@1.0.1, npm/ini@1.3.5, npm/invert-kv@1.0.0, npm/ip@1.1.5, npm/ipaddr.js@1.9.0, npm/is-absolute-url@2.1.0, npm/is-arguments@1.0.4, npm/is-ci@1.2.1, npm/is-color-stop@1.1.0, npm/is-directory@0.3.1, npm/is-dotfile@1.0.3, npm/is-equal-shallow@0.1.3, npm/is-extglob@1.0.0, npm/is-generator-fn@1.0.0, npm/is-glob@2.0.1, npm/is-my-ip-valid@1.0.0, npm/is-my-json-valid@2.20.0, npm/is-number@2.1.0, npm/is-obj@1.0.1, npm/is-posix-bracket@0.1.1, npm/is-primitive@2.0.0, npm/is-root@2.0.0, npm/is-svg@3.0.0, npm/is-utf8@0.2.1, npm/isobject@2.1.0, npm/istanbul-api@1.3.7, npm/istanbul-lib-coverage@1.2.1, npm/istanbul-lib-hook@1.2.2, npm/istanbul-lib-instrument@1.10.2, npm/istanbul-lib-report@1.1.5, npm/istanbul-lib-source-maps@1.2.6, npm/istanbul-reports@1.5.1, npm/jasmine-reporters@2.3.2, npm/jest-changed-files@23.4.2, npm/jest-config@23.6.0, npm/jest-diff@23.6.0, npm/jest-docblock@23.2.0, npm/jest-each@23.6.0, npm/jest-environment-jsdom@23.4.0, npm/jest-environment-node@23.4.0, npm/jest-get-type@22.4.3, npm/jest-haste-map@23.6.0, npm/jest-jasmine2@23.6.0, npm/jest-leak-detector@23.6.0, npm/jest-matcher-utils@23.6.0, npm/jest-message-util@23.4.0, npm/jest-mock@23.2.0, npm/jest-regex-util@23.3.0, npm/jest-resolve-dependencies@23.6.0, npm/jest-resolve@23.6.0, npm/jest-runner@23.6.0, npm/jest-runtime@23.6.0, npm/jest-serializer@23.0.1, npm/jest-snapshot@23.6.0, npm/jest-util@23.4.0, npm/jest-validate@23.6.0, npm/jest-watcher@23.4.0, npm/jest-worker@23.2.0, npm/jest@23.6.0, npm/js-base64@2.5.1, npm/jsdom@9.12.0, npm/json-schema@0.2.3, npm/json-stable-stringify@1.0.1, npm/json3@3.3.3, npm/json5@2.1.0, npm/jsonify@0.0.0, npm/jsonpointer@4.0.1, npm/jsprim@1.4.1, npm/kleur@2.0.2, npm/lcid@1.0.0, npm/lcov-parse@0.0.10, npm/left-pad@1.3.0, npm/leven@2.1.0, npm/load-json-file@1.1.0, npm/loader-fs-cache@1.0.2, npm/loader-utils@1.2.3, npm/lodash.sortby@4.7.0, npm/lodash@4.17.15, npm/log-driver@1.2.5, npm/loglevel@1.6.4, npm/loud-rejection@1.6.0, npm/makeerror@1.0.11, npm/map-age-cleaner@0.1.3, npm/map-obj@1.0.1, npm/math-random@1.0.4, npm/mdn-data@2.0.4, npm/mem@1.1.0, npm/meow@3.7.0, npm/merge-stream@1.0.1, npm/merge2@1.2.4, npm/micromatch@2.3.11, npm/mimeparse@0.1.4, npm/minimatch@3.0.4, npm/minimist@1.2.0, npm/mississippi@2.0.0, npm/mkdirp@0.5.1, npm/negotiator@0.6.2, npm/next-tick@1.0.0, npm/node-forge@0.8.2, npm/node-gyp@3.8.0, npm/node-notifier@5.4.3, npm/node-releases@1.1.29, npm/node-sass@4.12.0, npm/nopt@3.0.6, npm/normalize-url@3.3.0, npm/npmlog@4.1.2, npm/nth-check@1.0.2, npm/nwmatcher@1.4.4, npm/nwsapi@2.1.4, npm/oauth-sign@0.8.2, npm/object.omit@2.0.1, npm/opn@5.4.0, npm/optimist@0.6.1, npm/optimize-css-assets-webpack-plugin@5.0.3, npm/original@1.0.2, npm/os-locale@2.1.0, npm/osenv@0.1.5, npm/p-defer@1.0.0, npm/p-is-promise@2.1.0, npm/parse-glob@3.0.4, npm/parse-passwd@1.0.0, npm/parse5@3.0.3, npm/path-parse@1.0.6, npm/path-type@1.1.0, npm/pkg-up@2.0.0, npm/pn@1.1.0, npm/portfinder@1.0.24, npm/postcss-calc@7.0.1, npm/postcss-colormin@4.0.3, npm/postcss-convert-values@4.0.1, npm/postcss-discard-comments@4.0.2, npm/postcss-discard-duplicates@4.0.2, npm/postcss-discard-empty@4.0.1, npm/postcss-discard-overridden@4.0.1, npm/postcss-merge-longhand@4.0.11, npm/postcss-merge-rules@4.0.3, npm/postcss-minify-font-values@4.0.2, npm/postcss-minify-gradients@4.0.2, npm/postcss-minify-params@4.0.2, npm/postcss-minify-selectors@4.0.2, npm/postcss-modules-extract-imports@1.2.1, npm/postcss-modules-local-by-default@1.2.0, npm/postcss-modules-scope@1.1.0, npm/postcss-modules-values@1.3.0, npm/postcss-normalize-charset@4.0.1, npm/postcss-normalize-display-values@4.0.2, npm/postcss-normalize-positions@4.0.2, npm/postcss-normalize-repeat-style@4.0.2, npm/postcss-normalize-string@4.0.2, npm/postcss-normalize-timing-functions@4.0.2, npm/postcss-normalize-unicode@4.0.1, npm/postcss-normalize-url@4.0.1, npm/postcss-normalize-whitespace@4.0.2, npm/postcss-ordered-values@4.1.2, npm/postcss-reduce-initial@4.0.3, npm/postcss-reduce-transforms@4.0.2, npm/postcss-selector-parser@5.0.0, npm/postcss-svgo@4.0.2, npm/postcss-unique-selectors@4.0.1, npm/postcss-value-parser@3.3.1, npm/postcss@6.0.23, npm/preserve@0.2.0, npm/pretty-format@23.6.0, npm/prompts@0.1.14, npm/proxy-addr@2.0.5, npm/q-io@1.13.2, npm/q@1.4.1, npm/qs@6.3.2, npm/randomatic@3.1.1, npm/raw-body@2.4.0, npm/react-dev-utils@6.1.1, npm/react-error-overlay@5.1.6, npm/read-pkg-up@1.0.1, npm/read-pkg@1.1.0, npm/realpath-native@1.1.0, npm/recursive-readdir@2.1.0, npm/redent@1.0.0, npm/regenerator-runtime@0.11.1, npm/regex-cache@0.4.4, npm/regexp.prototype.flags@1.2.0, npm/renderkid@2.0.3, npm/request-promise-core@1.1.2, npm/request-promise-native@1.0.7, npm/request@2.79.0, npm/require-main-filename@1.0.1, npm/resolve-dir@1.0.1, npm/rgb-regex@1.0.1, npm/rgba-regex@1.0.0, npm/rsvp@3.6.2, npm/sane@2.5.2, npm/sass-graph@2.2.4, npm/sax@1.2.4, npm/scss-tokenizer@0.2.3, npm/selfsigned@1.10.6

View full report↗︎

socket-security[bot] commented 4 months ago

🚨 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/es5-ext@0.10.64
  • Install script: postinstall
  • Source: node -e "try{require('./_postinstall')}catch(e){}" || exit 0

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/es5-ext@0.10.64