2lambda123 / crypto-com-thaler

Other
0 stars 0 forks source link

Bump the npm_and_yarn group across 1 directory with 12 updates #8

Open dependabot[bot] opened 6 months ago

dependabot[bot] commented 6 months ago

Bumps the npm_and_yarn group with 7 updates in the /integration-tests/client-rpc directory:

Package From To
axios 0.21.1 0.28.0
json-bigint 0.3.0 1.0.0
ansi-regex 3.0.0 3.0.1
flat 4.1.0 5.0.2
mocha 7.1.1 10.4.0
get-func-name 2.0.0 2.0.2
pathval 1.1.0 1.1.1

Updates axios from 0.21.1 to 0.28.0

Release notes

Sourced from axios's releases.

Release v0.28.0

Release notes:

Bug Fixes

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

v0.27.2

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

v0.27.1

Fixes and Functionality:

  • Removed import of url module in browser build due to huge size overhead and builds being broken (#4594)
  • Bumped follow-redirects to ^1.14.9 (#4615)

... (truncated)

Changelog

Sourced from axios's changelog.

0.28.0 (2024-02-12)

Release notes:

Bug Fixes

  • fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091)

Backports from v1.x:

  • Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • Fixing content-type header repeated #4745
  • Fixed timeout error message for HTTP 4738
  • Added axios.formToJSON method (#4735)
  • URL params serializer (#4734)
  • Fixed toFormData Blob issue on node>v17 #4728
  • Adding types for progress event callbacks #4675
  • Fixed max body length defaults #4731
  • Added data URL support for node.js (#4725)
  • Added isCancel type assert (#4293)
  • Added the ability for the url-encoded-form serializer to respect the formSerializer config (#4721)
  • Add string[] to AxiosRequestHeaders type (#4322)
  • Allow type definition for axios instance methods (#4224)
  • Fixed AxiosError stack capturing; (#4718)
  • Fixed AxiosError status code type; (#4717)
  • Adding Canceler parameters config and request (#4711)
  • fix(types): allow to specify partial default headers for instance creation (#4185)
  • Added blob to the list of protocols supported by the browser (#4678)
  • Fixing Z_BUF_ERROR when no content (#4701)
  • Fixed race condition on immediate requests cancellation (#4261)
  • Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance axios/axios#4248
  • Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill (#4229)
  • Fix TS definition for AxiosRequestTransformer (#4201)
  • Use type alias instead of interface for AxiosPromise (#4505)
  • Include request and config when creating a CanceledError instance (#4659)
  • Added generic TS types for the exposed toFormData helper (#4668)
  • Optimized the code that checks cancellation (#4587)
  • Replaced webpack with rollup (#4596)
  • Added stack trace to AxiosError (#4624)
  • Updated AxiosError.config to be optional in the type definition (#4665)
  • Removed incorrect argument for NetworkError constructor (#4656)

0.27.2 (April 27, 2022)

Fixes and Functionality:

  • Fixed FormData posting in browser environment by reverting #3785 (#4640)
  • Enhanced protocol parsing implementation (#4639)
  • Fixed bundle size

0.27.1 (April 26, 2022)

... (truncated)

Commits
  • 3b7635a [Release] v0.28.0 (#6211)
  • 27c0076 feat(backport): added ability for paramsSerializer to handle function; (#6227)
  • 80c3d74 chore(ci): backported publish action; (#6224)
  • 2755df5 fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to ...
  • 880b42e docs: Fix a typo in README
  • c4bf0a4 Allow null indexes on formSerializer and paramsSerializer v0.x (#4961)
  • 1e2679f fix: [Types] Type of header in AxiosRequestConfig / for Axios.create is incor...
  • 80b546c fix: loosing request header (#4858) (#4871)
  • 6acb5ef feat: brower platform add data protocol. (#4814)
  • bbb2264 fix(typing): axios response headers can be undefined (#4813)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates json-bigint from 0.3.0 to 1.0.0

Commits


Updates ansi-regex from 3.0.0 to 3.0.1

Commits


Updates flat from 4.1.0 to 5.0.2

Commits
  • e5ffd66 Release 5.0.2
  • fdb79d5 Update dependencies, refresh lockfile, format with standard.
  • e52185d Test against node 14 in CI.
  • 0189cb1 Avoid arrow function syntax.
  • f25d3a1 Release 5.0.1
  • 54cc7ad use standard formatting
  • 779816e drop dependencies
  • 2eea6d3 Bump lodash from 4.17.15 to 4.17.19
  • a61a554 Bump acorn from 7.1.0 to 7.4.0
  • 20ef0ef Fix prototype pollution on unflatten
  • Additional commits viewable in compare view
Maintainer changes

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


Updates mocha from 7.1.1 to 10.4.0

Release notes

Sourced from mocha's releases.

v10.4.0

10.4.0 / 2024-03-26

:tada: Enhancements

:bug: Fixes

:nut_and_bolt: Other

v10.3.0

This is a stable release equivalent to v10.3.0-preminor.0.

What's Changed

... (truncated)

Changelog

Sourced from mocha's changelog.

10.4.0 / 2024-03-26

:tada: Enhancements

:bug: Fixes

:nut_and_bolt: Other

10.3.0 / 2024-02-08

This is a stable release equivalent to 10.30.0-prerelease.

10.3.0-prerelease / 2024-01-18

This is a prerelease version to test our ability to release. Other than removing or updating dependencies, it contains no intended user-facing changes.

:nut_and_bolt: Other

... (truncated)

Commits
Maintainer changes

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


Updates follow-redirects from 1.15.1 to 1.15.6

Commits
  • 35a517c Release version 1.15.6 of the npm package.
  • c4f847f Drop Proxy-Authorization across hosts.
  • 8526b4a Use GitHub for disclosure.
  • b1677ce Release version 1.15.5 of the npm package.
  • d8914f7 Preserve fragment in responseUrl.
  • 6585820 Release version 1.15.4 of the npm package.
  • 7a6567e Disallow bracketed hostnames.
  • 05629af Prefer native URL instead of deprecated url.parse.
  • 1cba8e8 Prefer native URL instead of legacy url.resolve.
  • 72bc2a4 Simplify _processResponse error handling.
  • Additional commits viewable in compare view


Updates get-func-name from 2.0.0 to 2.0.2

Release notes

Sourced from get-func-name's releases.

v2.0.2

What's Changed

Revert previous changes that shipped this as an ES module.

Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2

v2.0.1

What's Changed

Fix https://github.com/chaijs/get-func-name/security/advisories/GHSA-4q6p-r6v2-jvc5

Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.1

Commits
Maintainer changes

This version was pushed to npm by keithamus, a new releaser for get-func-name since your current version.


Updates glob-parent from 5.1.0 to 5.1.2

Release notes

Sourced from glob-parent's releases.

v5.1.2

Bug Fixes

v5.1.1

Bug Fixes

Changelog

Sourced from glob-parent's changelog.

5.1.2 (2021-03-06)

Bug Fixes

6.0.2 (2021-09-29)

Bug Fixes

6.0.1 (2021-07-20)

Bug Fixes

  • Resolve ReDoS vulnerability from CVE-2021-35065 (#49) (3e9f04a)

6.0.0 (2021-05-03)

⚠ BREAKING CHANGES

  • Correct mishandled escaped path separators (#34)
  • upgrade scaffold, dropping node <10 support

Bug Fixes

  • Correct mishandled escaped path separators (#34) (32f6d52), closes #32

Miscellaneous Chores

  • upgrade scaffold, dropping node <10 support (e83d0c5)

5.1.1 (2021-01-27)

Bug Fixes

Commits
  • eb2c439 chore: update changelog
  • 12bcb6c chore: release 5.1.2
  • f923116 fix: eliminate ReDoS (#36)
  • 0b014a7 chore: add JSDoc returns information (#33)
  • 2b24ebd chore: generate initial changelog
  • 9b6e874 chore: release 5.1.1
  • 749c35e ci: try wrapping the JOB_ID in a string
  • 5d39def ci: attempt to switch to published coveralls
  • 0b5b37f ci: put the npm step back in for only Windows
  • 473f5d8 ci: update azure build images
  • Additional commits viewable in compare view


Updates minimatch from 3.0.4 to 5.0.1

Changelog

Sourced from minimatch's changelog.

change log

9.0

  • No default export, only named exports.

8.0

  • Recursive descent parser for extglob, allowing correct support for arbitrarily nested extglob expressions
  • Bump required Node.js version

7.4

  • Add escape() method
  • Add unescape() method
  • Add Minimatch.hasMagic() method

7.3

  • Add support for posix character classes in a unicode-aware way.

7.2

  • Add windowsNoMagicRoot option

7.1

  • Add optimizationLevel configuration option, and revert the default back to the 6.2 style minimal optimizations, making the advanced transforms introduced in 7.0 opt-in. Also, process provided file paths in the same way in optimizationLevel:2 mode, so most things that matched with optimizationLevel 1 or 0 should match with level 2 as well. However, level 1 is the default, out of an abundance of caution.

7.0

  • Preprocess patterns to simplify complicated patterns and reduce out .. pattern portions where possible. Note that this means a pattern like a/b/../* will be equivalent to a/*, and will not match the string a/b/../c. If this causes problems, it can be addressed in a patch release by resolving .. portions in the test string.

6.2

  • Add nocaseMagicOnly flag

6.1

... (truncated)

Commits
  • 9f49616 5.0.1
  • cdc3188 don't load the whole path module just for the sep
  • dfa4f22 test unix path so win32 has full coverage
  • a000988 remove unused npmignore file
  • 0b2d3ba mention fnmatch(3) in impl comparison
  • 8c3f5f4 skip tests on windows that rely on \ being a valid path char
  • fc44f5f 5.0.0
  • 9104d8d Expect exclusively forward slash as path sep, same as node-glob
  • 58b72d3 fix(brace-expansion): ignore only blocks that begins with $
  • 048ada0 4.2.1
  • Additional commits viewable in compare view


Updates debug from 3.2.6 to 4.3.4

Release notes

Sourced from debug's releases.

4.3.4

What's Changed

New Contributors

Full Changelog: https://github.com/debug-js/debug/compare/4.3.3...4.3.4

4.3.3

Patch Release 4.3.3

This is a documentation-only release. Further, the repository was transferred. Please see notes below.

Thank you to @​taylor1791 and @​kristofkalocsai for their contributions.


Repository Migration Information

I've formatted this as a FAQ, please feel free to open an issue for any additional question and I'll add the response here.

Q: What impact will this have on me?

In most cases, you shouldn't notice any change.

The only exception I can think of is if you pull code directly from https://github.com/visionmedia/debug, e.g. via a "debug": "visionmedia/debug"-type version entry in your package.json - in which case, you should still be fine due to the automatic redirection Github sets up, but you should also update any references as soon as possible.

Q: What are the security implications of this change?

If you pull code directly from the old URL, you should update the URL to https://github.com/debug-js/debug as soon as possible. The old organization has many approved owners and thus a new repository could (in theory) be created at the old URL, circumventing Github's automatic redirect that is in place now and serving malicious code. I (@​qix-) also wouldn't have access to that repository, so while I don't think it would happen, it's still something to consider.

Even in such a case, however, the officially released package on npm (debug) would not be affected. That package is still very much under control (even more than it used to be).

Q: What should I do if I encounter an issue related to the migration?

Search the issues first to see if someone has already reported it, and then open a new issue if someone has not.

Q: Why was this done as a 'patch' release? Isn't this breaking?

No, it shouldn't be breaking. The package on npm shouldn't be affected (aside from this patch release) and any references to the old repository should automatically redirect.

Thus, according to all of the "APIs" (loosely put) involved, nothing should have broken.

... (truncated)

Commits
  • da66c86 4.3.4
  • 9b33412 replace deprecated String.prototype.substr() (#876)
  • c0805cc add section about configuring JS console to show debug messages (#866)
  • 043d3cd 4.3.3
  • 4079aae update license and more maintainership information
  • 19b36c0 update repository location + maintainership information
  • f851b00 adds README section regarding usage in child procs (#850)
  • d177f2b Remove accidental epizeuxis
  • e47f96d 4.3.2
  • 1e9d38c cache enabled status per-logger (#799)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates pathval from 1.1.0 to 1.1.1

Release notes

Sourced from pathval's releases.

v1.1.1

Fixes a security issue around prototype pollution.

Commits
  • db6c3e3 chore: v1.1.1
  • 7859e0e Merge pull request #60 from deleonio/fix/vulnerability-prototype-pollution
  • 49ce1f4 style: correct rule in package.json
  • c77b9d2 fix: prototype pollution vulnerability + working tests
  • 49031e4 chore: remove very old nodejs
  • 57730a9 chore: update deps and tool configuration
  • a123018 Merge pull request #55 from chaijs/remove-lgtm
  • 07eb4a8 Delete MAINTAINERS
  • a0147cd Merge pull request #54 from astorije/patch-1
  • aebb278 Center repo name on README
  • Additional commits viewable in compare view
Maintainer changes

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


Updates y18n from 4.0.0 to 5.0.8

Release notes

Sourced from y18n's releases.

y18n y18n-v4.0.3

Bug Fixes

  • release: 4.x.x should not enforce Node 10 (#126) (1e21a53)

y18n y18n-v4.0.2

Bug Fixes

  • security: ensure entry exists for backport (#120) (b22c0df)
Changelog

Sourced from y18n's changelog.

5.0.8 (2021-04-07)

Bug Fixes

  • deno: force modern release for Deno (b1c215a)

5.0.7 (2021-04-07)

Bug Fixes

5.0.6 (2021-04-05)

Bug Fixes

  • webpack: skip readFileSync if not defined (#117) (6966fa9)

5.0.5 (2020-10-25)

Bug Fixes

5.0.4 (2020-10-16)

Bug Fixes

  • exports: node 13.0 and 13.1 require the dotted object form with a string fallback (#105) (4f85d80)

5.0.3 (2020-10-16)

Bug Fixes

  • exports: node 13.0-13.6 require a string fallback (#103) (e39921e)

5.0.2 (2020-10-01)

Bug Fixes

5.0.1 (2020-09-05)

... (truncated)

Commits
Maintainer changes

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


You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` w... _Description has been truncated_ > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
cr-gpt[bot] commented 6 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 6 months ago

Processing PR updates...

performance-testing-bot[bot] commented 6 months ago

Unable to locate .performanceTestingBot config file

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

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: Race condition (Detected by phrase)

Matched on "race condition"

What is this? (2min video)

A race condition is a flaw that produces an unexpected result when the timing of actions impact other actions.

Try a challenge in Secure Code Warrior

git-greetings[bot] commented 6 months ago

Thanks @dependabot[bot] for opening this PR!

For COLLABORATOR only :

codesyncapp[bot] commented 6 months ago

Check out the playback for this Pull Request here.

git-greetings[bot] commented 6 months ago
PR Details of @dependabot[bot] in crypto-com-thaler : OPEN CLOSED TOTAL
3 6 9
coderabbitai[bot] commented 6 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 6 months ago

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

Package New capabilities Transitives Size Publisher
npm/ansi-colors@4.1.1 environment 0 24.4 kB jonschlinkert
npm/ansi-regex@5.0.1 None 0 5.61 kB qix
npm/ansi-styles@4.3.0 None 0 17 kB sindresorhus
npm/anymatch@3.1.3 None 0 9.65 kB phated
npm/argparse@2.0.1 environment, filesystem 0 172 kB vitaly
npm/asynckit@0.4.0 None 0 27.4 kB alexindigo
npm/axios@0.28.0 network 0 878 kB jasonsaayman
npm/balanced-match@1.0.2 None 0 6.94 kB juliangruber
npm/binary-extensions@2.3.0 None 0 5.03 kB sindresorhus
npm/brace-expansion@2.0.1 None 0 11.5 kB juliangruber
npm/camelcase@6.3.0 None 0 11.7 kB sindresorhus
npm/chalk@4.1.2 None +2 46.5 kB sindresorhus
npm/chokidar@3.5.3 environment, filesystem 0 90.1 kB paulmillr
npm/cliui@7.0.4 None 0 30.6 kB oss-bot
npm/color-convert@2.0.1 None 0 27.2 kB qix
npm/color-name@1.1.4 None 0 6.69 kB dfcreative
npm/combined-stream@1.0.8 None 0 11.5 kB alexindigo
npm/debug@4.3.4 environment +1 49.2 kB qix
npm/decamelize@4.0.0 None 0 4 kB sindresorhus
npm/delayed-stream@1.0.0 None 0 8.02 kB apechimp
npm/emoji-regex@8.0.0 None 0 48.3 kB mathias
npm/escalade@3.1.2 filesystem 0 11.6 kB lukeed
npm/escape-string-regexp@4.0.0 None 0 3.79 kB sindresorhus
npm/find-up@5.0.0 None 0 11.8 kB sindresorhus
npm/flat@5.0.2 None 0 26.6 kB timoxley
npm/follow-redirects@1.15.6 network 0 29.4 kB rubenverborgh
npm/form-data@4.0.0 filesystem, network 0 43.4 kB niftylettuce
npm/fsevents@2.3.3 None 0 173 kB pipobscure
npm/get-func-name@2.0.2 None 0 8.68 kB keithamus
npm/glob-parent@5.1.2 None 0 12.1 kB phated
npm/glob@8.1.0 filesystem 0 56.2 kB isaacs
npm/is-fullwidth-code-point@3.0.0 None 0 4.99 kB sindresorhus
npm/is-glob@4.0.3 None 0 13.6 kB phated
npm/is-plain-obj@2.1.0 None 0 3.69 kB sindresorhus
npm/is-unicode-supported@0.1.0 None 0 3.54 kB sindresorhus
npm/js-yaml@4.1.0 None 0 405 kB vitaly
npm/json-bigint@1.0.0 None +1 388 kB sidorares
npm/locate-path@6.0.0 filesystem 0 7.02 kB sindresorhus
npm/log-symbols@4.1.0 None 0 4.58 kB sindresorhus
npm/mime-db@1.52.0 None 0 206 kB dougwilson
npm/mime-types@2.1.35 None 0 18.3 kB dougwilson
npm/minimatch@5.0.1 None 0 36.6 kB isaacs
npm/mocha@10.4.0 environment, eval, filesystem +1 2.46 MB voxpelli
npm/ms@2.1.3 None 0 6.72 kB styfle
npm/p-limit@3.1.0 None 0 7.75 kB sindresorhus
npm/p-locate@5.0.0 None 0 7.24 kB sindresorhus
npm/path-exists@4.0.0 filesystem 0 3.92 kB sindresorhus
npm/pathval@1.1.1 None 0 15.8 kB chai
npm/picomatch@2.3.1 None 0 90 kB mrmlnc
npm/proxy-from-env@1.1.0 environment 0 29.5 kB rob-w
npm/randombytes@2.1.0 None 0 6.36 kB cwmma
npm/readdirp@3.6.0 filesystem 0 20.5 kB paulmillr
npm/safe-buffer@5.2.1 None 0 32.1 kB feross
npm/serialize-javascript@6.0.0 None 0 16.8 kB okuryu
npm/string-width@4.2.3 None 0 5.16 kB sindresorhus
npm/strip-ansi@6.0.1 None 0 4.03 kB sindresorhus
npm/strip-json-comments@3.1.1 None 0 6.96 kB sindresorhus
npm/supports-color@8.1.1 None 0 8.45 kB sindresorhus
npm/workerpool@6.2.1 None 0 330 kB josdejong
npm/wrap-ansi@7.0.0 None 0 10.6 kB sindresorhus
npm/y18n@5.0.8 filesystem 0 23.4 kB oss-bot
npm/yargs-parser@20.2.4 environment, filesystem 0 120 kB oss-bot
npm/yargs-unparser@2.0.0 None 0 13.9 kB oss-bot
npm/yargs@16.2.0 environment, filesystem 0 286 kB oss-bot
npm/yocto-queue@0.1.0 None 0 6.03 kB sindresorhus

🚮 Removed packages: npm/ansi-colors@3.2.3, npm/ansi-regex@3.0.0, npm/ansi-styles@3.2.1, npm/anymatch@3.1.1, npm/argparse@1.0.10, npm/axios@0.21.1, npm/balanced-match@1.0.0, npm/binary-extensions@2.0.0, npm/brace-expansion@1.1.11, npm/camelcase@5.3.1, npm/chalk@2.4.2, npm/chokidar@3.3.0, npm/cliui@5.0.0, npm/color-convert@1.9.3, npm/color-name@1.1.3, npm/concat-map@0.0.1, npm/decamelize@1.2.0, npm/define-properties@1.1.3, npm/emoji-regex@7.0.3, npm/es-abstract@1.17.4, npm/es-to-primitive@1.2.1, npm/escape-string-regexp@1.0.5, npm/esprima@4.0.1, npm/find-up@3.0.0, npm/flat@4.1.0, npm/follow-redirects@1.15.1, npm/fsevents@2.1.2, npm/function-bind@1.1.1, npm/get-func-name@2.0.0, npm/glob-parent@5.1.0, npm/glob@7.1.3, npm/growl@1.10.5, npm/has-symbols@1.0.1, npm/has@1.0.3, npm/is-buffer@2.0.4, npm/is-callable@1.1.5, npm/is-date-object@1.0.2, npm/is-fullwidth-code-point@2.0.0, npm/is-glob@4.0.1, npm/is-regex@1.0.5, npm/is-symbol@1.0.3, npm/isexe@2.0.0, npm/js-yaml@3.13.1, npm/json-bigint@0.3.0, npm/locate-path@3.0.0, npm/log-symbols@3.0.0, npm/minimatch@3.0.4, npm/minimist@1.2.5, npm/mkdirp@0.5.3, npm/mocha@7.1.1, npm/node-environment-flags@1.0.6, npm/object-inspect@1.7.0, npm/object-keys@1.1.1, npm/object.assign@4.1.0, npm/object.getownpropertydescriptors@2.1.0, npm/p-limit@2.2.2, npm/p-locate@3.0.0, npm/p-try@2.2.0, npm/path-exists@3.0.0, npm/path-is-absolute@1.0.1, npm/pathval@1.1.0, npm/picomatch@2.2.1, npm/readdirp@3.2.0, npm/require-main-filename@2.0.0, npm/semver@5.7.1, npm/set-blocking@2.0.0, npm/sprintf-js@1.0.3, npm/string-width@2.1.1, npm/string.prototype.trimleft@2.1.1, npm/string.prototype.trimright@2.1.1, npm/strip-ansi@4.0.0, npm/strip-json-comments@2.0.1, npm/supports-color@6.0.0, npm/which-module@2.0.0, npm/which@1.3.1, npm/wide-align@1.1.3, npm/wrap-ansi@5.1.0, npm/y18n@4.0.0, npm/yargs-parser@13.1.2, npm/yargs-unparser@1.6.0, npm/yargs@13.3.2, pypi/mnemonic@0.19, pypi/mnemonic@0.19, pypi/more-itertools@8.1.0, pypi/more-itertools@8.1.0, pypi/packaging@20.0, pypi/packaging@20.0, pypi/pexpect@4.8.0, pypi/pexpect@4.8.0, pypi/pluggy@0.13.1, pypi/pluggy@0.13.1, pypi/ptyprocess@0.6.0, pypi/ptyprocess@0.6.0, pypi/py@1.11.0, pypi/py@1.11.0, pypi/pycparser@2.19, pypi/pyelftools@0.26, pypi/pyelftools@0.26, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pynacl@1.3.0, pypi/pyparsing@2.4.6, pypi/pyparsing@2.4.6, pypi/pyrsistent@0.15.7, pypi/pytest@5.3.2, pypi/pytest@5.3.2, pypi/python-decouple@3.3, pypi/requests@2.31.0, pypi/requests@2.31.0, pypi/scalecodec@0.9.36, pypi/scalecodec@0.9.36, pypi/scalecodec@1.3.0a5, pypi/scalecodec@1.3.0a5, pypi/six@1.14.0, pypi/six@1.14.0, pypi/supervisor@4.1.0, pypi/supervisor@4.1.0, pypi/termcolor@1.1.0, pypi/toml@0.10.0, pypi/toml@0.10.0, pypi/toml@0.10.0, pypi/urllib3@1.26.18, pypi/urllib3@1.26.18, pypi/wcwidth@0.1.8, pypi/wcwidth@0.1.8, pypi/zipp@1.0.0, pypi/zipp@1.0.0

View full report↗︎