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

@exodus/simple-retry

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@exodus/simple-retry - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"private": false,
"name": "@exodus/simple-retry",
"version": "0.0.1",
"version": "0.0.2",
"description": "Simple Retry",

@@ -107,5 +107,5 @@ "main": "lib/index.js",

"dependencies": {
"delay": "^4.3.0",
"ms": "^2.1.2"
"delay": "^4.0.1",
"ms": "^2.1.1"
}
}

@@ -23,2 +23,4 @@ # Simple Retry

To publish, first set the `private` flag to false and edit the version number in `package.json`.
```sh

@@ -30,1 +32,3 @@ yarn build

```
After sucessfully publishing, reset the `private` flag to true and commit the version change.
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