Socket
Socket
Sign inDemoInstall

gulp-jscs-custom

Package Overview
Dependencies
153
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

index.js

@@ -97,3 +97,3 @@ 'use strict';

try {
var lintErrors = checker.checkString(file.contents.toString(), file.relative);
var lintErrors = checker.checkString(file.contents.toString(), file.path.replace(file.cwd + '/', ''));
if (lintErrors._errorList.length) {

@@ -100,0 +100,0 @@ results.push(lintErrors);

{
"name": "gulp-jscs-custom",
"version": "0.1.1",
"version": "0.1.2",
"description": "Gulp plugin for JSCS with custimizable reporter, and with file outputs, i.e. Jenkins-friendly Checkstyle",

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

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