You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

travis-ci

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

travis-ci - npm Package Compare versions

Comparing version
2.1.0
to
2.1.1
+3
-0
bin/travis-ci.js

@@ -33,2 +33,5 @@ #!/usr/bin/env node

});
if (subCommands.length === 0) {
throw new Error('no subcommand provided'); // TODO: display help
}
// Parse off args that will be passed as args to the function.

@@ -35,0 +38,0 @@ var args = _(argv).select(function (arg) {

+5
-2
{
"name": "travis-ci",
"version": "2.1.0",
"version": "2.1.1",
"description": "node library to access the Travis-CI API",

@@ -30,3 +30,3 @@ "main": "lib/travis-ci",

"lodash": "~1.3.1",
"request": "~2.22.0",
"request": "~2.74.0",
"underscore.string": "~2.2.0rc"

@@ -45,3 +45,6 @@ },

"should": "~1.2.2"
},
"scripts": {
"test": "mocha --recursive test"
}
}