stellar / js-stellar-sdk

Main Stellar client library for the JavaScript language.
https://stellar.github.io/js-stellar-sdk/
Apache License 2.0
615 stars 296 forks source link

Release v12.0.1 #978

Closed Shaptic closed 1 month ago

Shaptic commented 1 month ago

This is a re-tag of v12.0.0-rc.3 with add'l dependency upgrades.

github-actions[bot] commented 1 month ago

Size Change: +32.8 kB (+0.27%)

Total Size: 12 MB

Filename Size Change
dist/stellar-sdk.js 6.7 MB +14 kB (+0.21%)
dist/stellar-sdk.min.js 5.3 MB +18.8 kB (+0.36%)

compressed-size-action

socket-security[bot] commented 1 month ago

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

Package New capabilities Transitives Size Publisher
npm/@babel/cli@7.24.6 Transitive: eval, filesystem, network, shell +5 1.14 MB nicolo-ribaudo
npm/@babel/compat-data@7.24.6 None 0 65.2 kB nicolo-ribaudo
npm/@babel/core@7.24.6 environment, filesystem, unsafe +30 3.85 MB nicolo-ribaudo
npm/@babel/eslint-plugin@7.24.6 None +1 49.1 kB nicolo-ribaudo
npm/@babel/helper-compilation-targets@7.24.6 None +3 94.5 kB nicolo-ribaudo
npm/@babel/helper-create-regexp-features-plugin@7.24.6 None +11 993 kB nicolo-ribaudo
npm/@babel/helper-plugin-utils@7.24.6 None 0 127 kB nicolo-ribaudo
npm/@babel/parser@7.24.6 None 0 1.89 MB nicolo-ribaudo
npm/@babel/preset-env@7.24.6 environment, filesystem +108 7.34 MB nicolo-ribaudo
npm/@babel/preset-typescript@7.24.6 Transitive: environment +29 1.98 MB nicolo-ribaudo
npm/@babel/register@7.24.6 environment, filesystem, unsafe +12 192 kB nicolo-ribaudo
npm/@babel/types@7.24.6 environment +3 2.5 MB nicolo-ribaudo
npm/@stellar/stellar-base@12.0.0 None +3 711 kB
npm/@types/lodash@4.17.4 None 0 863 kB types
npm/@types/node@20.12.13 None +1 2.16 MB types
npm/@typescript-eslint/parser@7.11.0 Transitive: filesystem +8 1.27 MB jameshenry
npm/axios@1.7.2 network Transitive: environment, filesystem +3 2.18 MB jasonsaayman
npm/bare-events@2.3.1 None 0 19.6 kB kasperisager
npm/braces@3.0.3 None +3 93.9 kB jonschlinkert
npm/eslint-plugin-jsdoc@48.2.7 filesystem +8 2.61 MB gajus
npm/eslint-webpack-plugin@4.2.0 filesystem Transitive: environment, shell +11 758 kB ricardogobbosouza
npm/lint-staged@15.2.5 Transitive: environment, filesystem, shell +34 1.75 MB okonet
npm/micromatch@4.0.7 None 0 56.3 kB paulmillr

🚮 Removed packages: npm/@babel/cli@7.24.5, npm/@babel/code-frame@7.24.2, npm/@babel/compat-data@7.24.4, npm/@babel/core@7.24.5, npm/@babel/eslint-plugin@7.24.5, npm/@babel/helper-compilation-targets@7.23.6, npm/@babel/helper-create-class-features-plugin@7.24.5, npm/@babel/helper-create-regexp-features-plugin@7.22.15, npm/@babel/helper-member-expression-to-functions@7.24.5, npm/@babel/helper-module-imports@7.24.3, npm/@babel/helper-module-transforms@7.24.5, npm/@babel/helper-plugin-utils@7.24.5, npm/@babel/helper-simple-access@7.24.5, npm/@babel/helper-validator-identifier@7.24.5, npm/@babel/parser@7.24.5, npm/@babel/plugin-transform-optional-chaining@7.24.5, npm/@babel/preset-env@7.24.5, npm/@babel/preset-typescript@7.24.1, npm/@babel/register@7.23.7, npm/@babel/template@7.24.0, npm/@babel/types@7.24.5, npm/@stellar/stellar-base@12.0.0-rc.1, npm/@types/lodash@4.17.1, npm/@types/node@20.12.12, npm/@typescript-eslint/parser@7.9.0, npm/axios@1.6.8, npm/braces@3.0.2, npm/eslint-plugin-jsdoc@48.2.5, npm/eslint-webpack-plugin@4.1.0, npm/lint-staged@15.2.2, npm/micromatch@4.0.5

View full report↗︎

socket-security[bot] commented 1 month 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
Filesystem access npm/lilconfig@3.1.1
Network access npm/axios@1.7.2

View full report↗︎

Next steps

What is filesystem access?

Accesses the file system, and could potentially read sensitive data.

If a package must read the file system, clarify what it will read and ensure it reads only what it claims to. If appropriate, packages can leave file system access to consumers and operate on data passed to it instead.

What is network access?

This module accesses the network.

Packages should remove all network access that is functionally unnecessary. Consumers should audit network access to ensure legitimate use.

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/lilconfig@3.1.1
  • @SocketSecurity ignore npm/axios@1.7.2