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

better-retry

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-retry - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

16

CHANGELOG.md

@@ -0,1 +1,17 @@

## 1.0.2 (2023-01-12)
### Bug Fixes
* fixes dependencies, add @types/retry as a dep ([af0d980](https://github.com/tcortega/better-retry/commit/af0d98075cd75ac5f55c50855e72022925c38db3))
* fixes Options type, transforms it into interfaces and add package-lock.json to .gitignore ([4a85fd1](https://github.com/tcortega/better-retry/commit/4a85fd1e3072a896d3dcf0266565a83e42b203b0))
* fixes readme ([d175016](https://github.com/tcortega/better-retry/commit/d1750169f34f00517eeec790204739023faabfda))
### Features
* betterRetry implementation, docs, deps updates ([cb0ea48](https://github.com/tcortega/better-retry/commit/cb0ea4808ede7387a914422ba92f7efb15530bb5))
# 1.0.1 (2023-01-11)

@@ -2,0 +18,0 @@

4

package.json
{
"name": "better-retry",
"version": "1.0.1",
"version": "1.0.2",
"licence": "MIT",

@@ -69,3 +69,2 @@ "author": {

"@types/node": "^14.14.37",
"@types/retry": "^0.12.2",
"@typescript-eslint/eslint-plugin": "^4.21.0",

@@ -93,4 +92,5 @@ "@typescript-eslint/parser": "^4.21.0",

"dependencies": {
"@types/retry": "^0.12.2",
"retry": "^0.13.1"
}
}
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