Socket
Socket
Sign inDemoInstall

jshint-teamcity

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.4

.travis.yml

6

package.json
{
"name": "jshint-teamcity",
"version": "1.0.2",
"version": "1.0.4",
"description": "JSHint TeamCity Reporter which group by files using TeamCity Test Suite",

@@ -18,3 +18,5 @@ "main": "index.js",

"grunt",
"gulp"
"gulp",
"gulpplugin",
"gruntplugin"
],

@@ -21,0 +23,0 @@ "author": "David Hong <davidhong.code@gmail.com>",

@@ -0,1 +1,3 @@

<img src="https://travis-ci.org/hongymagic/jshint-teamcity.png" data-bindattr-440="440" title="Build Status Images">
## jshint-teamcity

@@ -45,2 +47,6 @@

### Screenshot
<img src="https://photos-4.dropbox.com/t/0/AAAXuTQMyzoml2nvmRsKyS3-AS2uMVk11JmdY6butSeVeg/12/3412671/png/2048x1536/3/1392865200/0/2/Screenshot%202014-02-20%2012.12.17.png/m-7p5XrMPzmIt-UAy2SxB7DrWkFU9AZahz_OdT_tKpM" title="What it looks like in TeamCity">
### License

@@ -47,0 +53,0 @@

@@ -51,5 +51,2 @@ "use strict";

// Print to process.stdout
console.log(output.join("\n"));
// If there were no output, tell TeamCity that tests ran successfully

@@ -60,3 +57,6 @@ if (output.length === 0) {

}
// Print to process.stdout
console.log(output.join("\n"));
}
};
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc