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.5 to 1.0.6

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -47,2 +47,3 @@ "use strict";

output.push("##teamcity[testFailed name='" + test.name + "' message='" + test.message + "' detailed='" + test.detailed + "']");
output.push("##teamcity[testFinished name='" + test.name + "']");
});

@@ -49,0 +50,0 @@ output.push("##teamcity[testSuiteFinished name='" + suite + "']");

Sorry, the diff of this file is not supported yet

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