Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "rerun", | ||
"description": "A retry library for node.js", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"author": "BigPanda <noam@bigpanda.io>", | ||
@@ -31,5 +31,7 @@ "repository": { | ||
"devDependencies": { | ||
"nock": "~0.27.2", | ||
"chai": "~1.9.0" | ||
"chai": "^1.10.0", | ||
"chai-as-promised": "^4.1.1", | ||
"mocha": "^2.1.0", | ||
"nock": "~0.27.2" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
rerun | ||
rerun [![Build Status](https://travis-ci.org/bigpandaio/rerun.svg?branch=master)](https://travis-ci.org/bigpandaio/rerun) | ||
===== | ||
@@ -3,0 +3,0 @@ |
@@ -27,5 +27,5 @@ var Q = require('q'); | ||
toRetry().then(_succeed, _failed); | ||
Q().then(function() { return toRetry(); }).then(_succeed, _failed); | ||
return deferred.promise; | ||
} |
@@ -9,3 +9,3 @@ var chai = require('chai'); | ||
describe('Retry tests', function () { | ||
describe('Requet retry tests', function () { | ||
@@ -12,0 +12,0 @@ it('should fail after four tries', function () { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52193
22
214
4
1