Socket
Book a DemoInstallSign in
Socket

@smithy/chunked-blob-reader-native

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/chunked-blob-reader-native - npm Package Compare versions

Comparing version

to
4.1.0

6

dist-cjs/index.js

@@ -21,7 +21,7 @@ var __defProp = Object.defineProperty;

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
blobReader: () => blobReader
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_util_base64 = require("@smithy/util-base64");

@@ -28,0 +28,0 @@ function blobReader(blob, onChunk, chunkSize = 1024 * 1024) {

{
"name": "@smithy/chunked-blob-reader-native",
"version": "4.0.0",
"version": "4.1.0",
"scripts": {

@@ -13,3 +13,3 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",

"lint": "eslint -c ../../.eslintrc.js \"src/**/*.ts\"",
"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
"test": "yarn g:vitest run",

@@ -26,4 +26,5 @@ "test:watch": "yarn g:vitest watch"

"license": "Apache-2.0",
"sideEffects": false,
"dependencies": {
"@smithy/util-base64": "^4.0.0",
"@smithy/util-base64": "^4.1.0",
"tslib": "^2.6.2"

@@ -41,6 +42,6 @@ },

],
"homepage": "https://github.com/awslabs/smithy-typescript/tree/main/packages/chunked-blob-reader-native",
"homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/chunked-blob-reader-native",
"repository": {
"type": "git",
"url": "https://github.com/awslabs/smithy-typescript.git",
"url": "https://github.com/smithy-lang/smithy-typescript.git",
"directory": "packages/chunked-blob-reader-native"

@@ -47,0 +48,0 @@ },