Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@humanwhocodes/retry

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@humanwhocodes/retry - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

12

package.json
{
"name": "@humanwhocodes/retry",
"version": "0.2.2",
"version": "0.2.3",
"description": "A utility to retry failed async methods.",

@@ -11,8 +11,8 @@ "type": "module",

"require": {
"default": "./dist/retrier.cjs",
"types": "./dist/retrier.d.ts"
"types": "./dist/retrier.d.ts",
"default": "./dist/retrier.cjs"
},
"import": {
"default": "./dist/retrier.js",
"types": "./dist/retrier.d.ts"
"types": "./dist/retrier.d.ts",
"default": "./dist/retrier.js"
}

@@ -72,5 +72,5 @@ },

"rollup": "3.29.4",
"typescript": "5.3.3",
"typescript": "5.4.2",
"yorkie": "2.0.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