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

standard-reporter

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-reporter - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "standard-reporter",
"version": "1.0.4",
"version": "1.0.5",
"description": "Reporters for feross/standard or uber/standard via unix pipes",

@@ -5,0 +5,0 @@ "main": "standard-reporter.js",

@@ -198,7 +198,9 @@ #!/usr/bin/env node

function flush(callback) {
this.push({
type: 'file',
file: currentFile,
errors: errors[currentFile]
});
if (currentFile) {
this.push({
type: 'file',
file: currentFile,
errors: errors[currentFile]
});
}
callback();

@@ -205,0 +207,0 @@ }

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