tkhq / sdk

Turnkey TypeScript SDK
Apache License 2.0
48 stars 12 forks source link

[do not merge] encoding utils #272

Closed andrewkmin closed 3 months ago

andrewkmin commented 3 months ago

Summary & Motivation

How I Tested These Changes

Did you add a changeset?

If updating one of our packages, you'll likely need to add a changeset to your PR. To do so, run pnpm changeset. pnpm changeset will generate a file where you should write a human friendly message about the changes. Note how this (example) includes the package name (should be auto added by the command) along with the type of semver change (major.minor.patch) (which you should set).

These changes will be used at release time to determine what packages to publish and how to bump their version. For more context see this comment.

socket-security[bot] commented 3 months ago

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

Package New capabilities Transitives Size Publisher
npm/@babel/preset-env@7.24.5 environment, filesystem Transitive: unsafe +72 6.33 MB nicolo-ribaudo
npm/@babel/runtime@7.24.5 None 0 262 kB nicolo-ribaudo
npm/@hpke/core@1.2.7 None 0 273 kB dajiaji
npm/@noble/curves@1.4.0 None +1 2.16 MB paulmillr
npm/@react-native/babel-preset@0.74.81 environment Transitive: filesystem, shell, unsafe +273 36.6 MB react-native-bot
npm/@react-native/eslint-config@0.74.81 Transitive: environment, eval, filesystem, shell, unsafe +261 36.6 MB react-native-bot
npm/@react-native/metro-config@0.74.81 Transitive: environment, eval, filesystem, network, shell, unsafe +233 33.7 MB react-native-bot
npm/@react-native/typescript-config@0.74.81 None 0 2 kB react-native-bot
npm/@types/react-test-renderer@18.0.0 None 0 8.77 kB types
npm/@types/react-test-renderer@18.3.0 None 0 8.42 kB types
npm/@types/react@18.3.1 None +2 1.69 MB types
npm/babel-jest@29.6.3 environment Transitive: eval, filesystem, network, shell, unsafe +160 17.9 MB simenb
npm/babel-plugin-module-resolver@5.0.2 environment, filesystem +27 3.63 MB tleunen
npm/eslint@8.57.0 environment, filesystem Transitive: unsafe +16 5.23 MB eslintbot
npm/isomorphic-webcrypto@2.3.8 Transitive: environment, eval, filesystem, network, shell, unsafe +301 143 MB kevlened
npm/jest@29.6.3 Transitive: environment, eval, filesystem, network, shell, unsafe +267 23.1 MB simenb
npm/jest@29.7.0 Transitive: environment, eval, filesystem, unsafe +28 3.47 MB simenb
npm/js-sha256@0.11.0 None 0 39.5 kB emn178
npm/metro-react-native-babel-preset@0.77.0 environment Transitive: filesystem, shell, unsafe +162 18.6 MB metro-bot
npm/prettier@2.8.8 environment, filesystem, unsafe 0 11.2 MB prettier-bot
npm/react-native-quick-base64@2.1.2 None +1 2.12 MB craftzdog
npm/react-native-quick-crypto@0.7.0-rc.1 Transitive: environment, eval +32 2.15 MB boorad
npm/react-native@0.74.0 environment, network Transitive: eval, filesystem, shell, unsafe +537 199 MB react-native-bot
npm/react-test-renderer@18.2.0 environment +7 1.86 MB gnoff
npm/typescript@5.0.4 None 0 39.2 MB typescript-bot

View full report↗︎

codesandbox-ci[bot] commented 3 months ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

andrewkmin commented 3 months ago

no longer needed; already addressed