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

violation-reporter

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

violation-reporter - npm Package Compare versions

Comparing version 0.0.0-alpha.3 to 0.0.0-beta.1

2

package.json
{
"name": "violation-reporter",
"version": "0.0.0-alpha.3",
"version": "0.0.0-beta.1",
"description": "Genrate violation reports in various formats",

@@ -5,0 +5,0 @@ "author": {

@@ -14,3 +14,3 @@ var fs = require('fs');

pass: 'green',
info: 'grey',
info: 'white',
warning: 'yellow',

@@ -25,3 +25,3 @@ error: 'red'

log(filepath[colors[(violations.length ? 'warning' : 'pass')]]);
log(filepath[colors[(violations.length ? 'info' : 'pass')]]);

@@ -28,0 +28,0 @@ var message;

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