Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

access-sniff

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

access-sniff - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

11

dist/accesssniff.js

@@ -197,7 +197,2 @@ 'use strict';

// Reset the error count per file
this.errorCount = 0;
this.noticeCount = 0;
this.warningCount = 0;
// Run the messages through the parser

@@ -232,3 +227,3 @@ fileMessages.every(function (messageString) {

if (showMessage && messageLog.length || this.options.verbose && messageLog.length) {
if (showMessage && messageLog.length || this.options.verbose) {
_logger2.default.startMessage('Tested ' + this.options.filePath);

@@ -271,2 +266,6 @@ messageLog.forEach(function (message) {

if (this.options.verbose) {
_logger2.default.startMessage('Testing ' + this.options.filePath);
}
// Get file contents

@@ -273,0 +272,0 @@ if (_validator2.default.isURL(file)) {

{
"name": "access-sniff",
"version": "2.3.1",
"version": "2.3.2",
"description": "A node/iojs library & CLI for HTML_Codesniffer",

@@ -5,0 +5,0 @@ "main": "dist/",

@@ -156,7 +156,2 @@ /*

// Reset the error count per file
this.errorCount = 0;
this.noticeCount = 0;
this.warningCount = 0;
// Run the messages through the parser

@@ -192,3 +187,3 @@ fileMessages.every(messageString => {

if (showMessage && messageLog.length || this.options.verbose && messageLog.length) {
if (showMessage && messageLog.length || this.options.verbose) {
logger.startMessage(`Tested ${this.options.filePath}`);

@@ -223,2 +218,6 @@ messageLog.forEach(message => logger.generalMessage(message));

if (this.options.verbose) {
logger.startMessage(`Testing ${this.options.filePath}`);
}
// Get file contents

@@ -225,0 +224,0 @@ if (validator.isURL(file)) {

Sorry, the diff of this file is too big to display

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