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

travis-after-all

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

travis-after-all - npm Package Compare versions

Comparing version 1.4.2 to 1.4.3

5

CHANGELOG.md

@@ -0,1 +1,6 @@

### 1.4.3 (September 20, 2015)
* [[`c2237ac827`](https://github.com/alrra/travis-after-all/commit/c2237ac827e835f90ff0704ad7c84420d0dbc8dc)] -
Increase initial check interval time to `3` seconds
### 1.4.2 (September 17, 2015)

@@ -2,0 +7,0 @@

2

lib/travis-after-all.js

@@ -30,3 +30,3 @@ var crypto = require('crypto');

CHECK_INTERVAL_LIMIT: 15000,
checkInterval: 1000,
checkInterval: 3000,

@@ -33,0 +33,0 @@ keys: {

@@ -21,3 +21,3 @@ {

},
"description": "Simple script that can help you execute code only once in a Travis CI build matrix",
"description": "Script that can help you execute code only once in a Travis CI build matrix",
"devDependencies": {

@@ -44,3 +44,3 @@ "babel": "^5.6.4",

},
"version": "1.4.2"
"version": "1.4.3"
}

@@ -141,3 +141,3 @@ # travis-after-all

curl -sSL https://raw.githubusercontent.com/alrra/travis-after-all/1.4.2/lib/travis-after-all.js | node
curl -sSL https://raw.githubusercontent.com/alrra/travis-after-all/1.4.3/lib/travis-after-all.js | node
exitCode=$?

@@ -144,0 +144,0 @@

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