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

@smithy/util-stream-node

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/util-stream-node - npm Package Compare versions

Comparing version

to
1.0.1

13

package.json
{
"name": "@smithy/util-stream-node",
"version": "1.0.0",
"version": "1.0.1",
"scripts": {

@@ -25,5 +25,5 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",

"dependencies": {
"@smithy/node-http-handler": "workspace:^",
"@smithy/types": "workspace:^",
"@smithy/util-buffer-from": "workspace:^",
"@smithy/node-http-handler": "^1.0.1",
"@smithy/types": "^1.1.0",
"@smithy/util-buffer-from": "^1.0.1",
"tslib": "^2.5.0"

@@ -61,3 +61,6 @@ },

"entryPoint": "src/index.ts"
},
"publishConfig": {
"directory": ".release/package"
}
}
}