Socket
Socket
Sign inDemoInstall

@aws-sdk/chunked-blob-reader-native

Package Overview
Dependencies
4
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.295.0 to 3.303.0

3

dist-types/index.d.ts

@@ -0,1 +1,4 @@

/**
* @internal
*/
export declare function blobReader(blob: Blob, onChunk: (chunk: Uint8Array) => void, chunkSize?: number): Promise<void>;

4

package.json
{
"name": "@aws-sdk/chunked-blob-reader-native",
"version": "3.295.0",
"version": "3.303.0",
"scripts": {

@@ -23,3 +23,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@aws-sdk/util-base64": "3.295.0",
"@aws-sdk/util-base64": "3.303.0",
"tslib": "^2.5.0"

@@ -26,0 +26,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc