Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rerun

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rerun - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

.idea/.name

8

package.json
{
"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 () {

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