New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-lintspaces

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-lintspaces - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

index.js

@@ -36,3 +36,3 @@ var

var totalWarningCount = 0;
var logPrefix = options.prefixLogs ? colors.cyan('[gulp-lintspaces]\t') : '';
var logPrefix = opts.prefixLogs ? colors.cyan('[gulp-lintspaces]\t') : '';

@@ -79,3 +79,3 @@ function reportFile (filepath, data) {

reportSummary();
if (totalWarningCount && options.breakOnWarning) {
if (totalWarningCount && opts.breakOnWarning) {
this.emit('error', new gutil.PluginError('gulp-lintspaces', 'Linter warnings occurred!'));

@@ -82,0 +82,0 @@ }

{
"name": "gulp-lintspaces",
"version": "0.4.0",
"version": "0.4.1",
"description": "gulp plugin for lintspaces",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc