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 1.0.1 to 1.0.2

LICENSE

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [1.0.2](https://github.com/ExodusMovement/hydra/compare/@exodus/simple-retry@1.0.1...@exodus/simple-retry@1.0.2) (2024-11-25)
### License
- license: re-license under MIT license (#10339)
## [1.0.1](https://github.com/ExodusMovement/exodus-hydra/compare/@exodus/simple-retry@0.0.6...@exodus/simple-retry@1.0.1) (2024-10-10)

@@ -8,0 +14,0 @@

15

package.json
{
"name": "@exodus/simple-retry",
"version": "1.0.1",
"version": "1.0.2",
"description": "Simple Retry",

@@ -12,4 +12,4 @@ "main": "src/index.js",

"author": "Exodus Movement, Inc.",
"license": "UNLICENSED",
"homepage": "https://github.com/ExodusMovement/exodus-hydra/tree/master/libraries/simple-retry",
"license": "MIT",
"homepage": "https://github.com/ExodusMovement/hydra/tree/master/libraries/simple-retry",
"scripts": {

@@ -23,4 +23,3 @@ "format": "run -T prettier --write '**/*.js'",

"publishConfig": {
"access": "restricted",
"registry": "https://registry.npmjs.org"
"access": "public"
},

@@ -32,9 +31,9 @@ "dependencies": {

"bugs": {
"url": "https://github.com/ExodusMovement/exodus-hydra/issues?q=is%3Aissue+is%3Aopen+label%3Asimple-retry"
"url": "https://github.com/ExodusMovement/hydra/issues?q=is%3Aissue+is%3Aopen+label%3Asimple-retry"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ExodusMovement/exodus-hydra.git"
"url": "git+https://github.com/ExodusMovement/hydra.git"
},
"gitHead": "f433771d2e40916362f9b523a7c9c7c7856eedc7"
"gitHead": "f4828ed28c5bb25f48dee4e194106df208033b4a"
}

@@ -1,7 +0,7 @@

# Simple Retry [![Build Status](https://travis-ci.com/ExodusMovement/simple-retry.svg?token=4LdsYhfLJBfrCJSUBSTg&branch=master)](https://travis-ci.com/ExodusMovement/simple-retry)
# @exodus/simple-retry
## Getting Started
## Install
```sh
yarn
yarn add @exodus/simple-retry
```

@@ -33,21 +33,1 @@

```
## Tests
```sh
yarn test
yarn test --watch
```
## Publish
To publish, first set the `private` flag to false and edit the version number in `package.json`.
```sh
yarn build
NPM_CONFIG_OTP=123456 yarn release
NPM_CONFIG_OTP=123456 yarn release from-package # if 2FA token timeout, re-publish with current version in package.json
NPM_CONFIG_OTP=775106 npm publish --registry=https://registry.npmjs.org
```
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