@exodus/simple-retry
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"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. |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
4989
33
0
1
Updateddelay@^4.0.1
Updatedms@^2.1.1