Socket
Socket
Sign inDemoInstall

@smithy/util-retry

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smithy/util-retry - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

dist-types/ts3.4/AdaptiveRetryStrategy.d.ts

8

package.json
{
"name": "@smithy/util-retry",
"version": "1.0.3",
"version": "1.0.4",
"description": "Shared retry utilities to be used in middleware packages.",

@@ -8,3 +8,3 @@ "main": "./dist-cjs/index.js",

"scripts": {
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
"build:cjs": "tsc -p tsconfig.cjs.json",

@@ -31,7 +31,7 @@ "build:es": "tsc -p tsconfig.es.json",

"dependencies": {
"@smithy/service-error-classification": "^1.0.2",
"@smithy/service-error-classification": "^1.0.3",
"tslib": "^2.5.0"
},
"devDependencies": {
"@smithy/types": "^1.1.0",
"@smithy/types": "^1.1.1",
"@tsconfig/recommended": "1.0.1",

@@ -38,0 +38,0 @@ "@types/node": "^14.14.31",

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