Socket
Socket
Sign inDemoInstall

jshint-teamcity

Package Overview
Dependencies
1
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

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

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

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

module.exports = {
toString: function () {
return __filename;
},
reporter: function (errors) {

@@ -27,0 +30,0 @@ var errorsByFileName = groupErrorsByFileName(errors);

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