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.1 to 1.0.2

4

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

@@ -8,3 +8,3 @@ "main": "standard-reporter.js",

"lint": "standard | ./standard-reporter.js",
"test": "npm run lint -s",
"test": "npm run lint -s & node test/index.js",
"precommit": "npm test -s",

@@ -11,0 +11,0 @@ "prepush": "npm test -s"

@@ -132,3 +132,3 @@ #!/usr/bin/env node

function flush(callback) {
this.push(JSON.stringify(errors, undefined, 2));
this.push(JSON.stringify(errors, undefined, 2) + '\n');
callback();

@@ -135,0 +135,0 @@ }

Sorry, the diff of this file is not supported yet

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