Socket
Socket
Sign inDemoInstall

@smithy/util-stream

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/util-stream - npm Package Compare versions

Comparing version 2.0.12 to 2.0.13

22

package.json
{
"name": "@smithy/util-stream",
"version": "2.0.12",
"version": "2.0.13",
"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:es": "tsc -p tsconfig.es.json",
"build:types": "tsc -p tsconfig.types.json",
"build:cjs": "yarn g:tsc -p tsconfig.cjs.json",
"build:es": "yarn g:tsc -p tsconfig.es.json",
"build:types": "yarn g:tsc -p tsconfig.types.json",
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",

@@ -15,4 +15,4 @@ "stage-release": "rimraf ./.release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",

"extract:docs": "api-extractor run --local",
"test": "jest && karma start karma.conf.js",
"test:integration": "jest --config jest.config.integ.js"
"test": "yarn g:jest && karma start karma.conf.js",
"test:integration": "yarn g:jest --config jest.config.integ.js"
},

@@ -28,5 +28,5 @@ "main": "./dist-cjs/index.js",

"dependencies": {
"@smithy/fetch-http-handler": "^2.1.5",
"@smithy/node-http-handler": "^2.1.5",
"@smithy/types": "^2.3.3",
"@smithy/fetch-http-handler": "^2.2.0",
"@smithy/node-http-handler": "^2.1.6",
"@smithy/types": "^2.3.4",
"@smithy/util-base64": "^2.0.0",

@@ -39,3 +39,3 @@ "@smithy/util-buffer-from": "^2.0.0",

"devDependencies": {
"@smithy/util-test": "^0.1.5",
"@smithy/util-test": "^0.1.6",
"@types/chai-as-promised": "^7.1.2",

@@ -47,3 +47,2 @@ "@types/node": "^14.14.31",

"downlevel-dts": "0.10.1",
"jest": "28.1.1",
"karma": "6.4.0",

@@ -62,3 +61,2 @@ "karma-chai": "0.1.0",

"typedoc": "0.23.23",
"typescript": "~4.9.5",
"webpack": "5.76.0",

@@ -65,0 +63,0 @@ "webpack-cli": "4.10.0"

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc