New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@smithy/chunked-blob-reader

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
5.0.0

8

package.json
{
"name": "@smithy/chunked-blob-reader",
"version": "4.0.0",
"version": "5.0.0",
"scripts": {

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

"format": "prettier --config ../../prettier.config.js --ignore-path ../.prettierignore --write \"**/*.{ts,md,json}\"",
"test": "yarn g:jest"
"test": "yarn g:vitest run",
"test:watch": "yarn g:vitest watch"
},

@@ -55,3 +56,6 @@ "main": "./dist-cjs/index.js",

"directory": ".release/package"
},
"engines": {
"node": ">=18.0.0"
}
}