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

heatmap-p4

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

heatmap-p4 - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

index.js

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

{
excludeFilters.push(process.argv[index]);
excludeFilters.push(process.argv[index].toLowerCase());
index++;

@@ -67,0 +67,0 @@ }

@@ -27,2 +27,3 @@ var stream = require('stream');

{
buff = buff.toLowerCase();
buff = buff + os.EOL;

@@ -38,3 +39,3 @@ if (this._excludeFilters)

if (bInclude)
this.push(buff.toLowerCase());
this.push(buff);
}

@@ -41,0 +42,0 @@ }

{
"name": "heatmap-p4",
"version": "0.1.5",
"version": "0.1.6",
"description": "Heat map for P4 changes",

@@ -15,3 +15,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/saquibkhan/HeatMapP4.git#v0.1.5"
"url": "https://github.com/saquibkhan/HeatMapP4.git#v0.1.6"
},

@@ -18,0 +18,0 @@ "keywords": [

@@ -8,3 +8,3 @@ HeatMapP4

####Legends
1. Block size specifies the number of changelists, larger the area means ,ore changes done
1. Block size specifies the number of changelists, larger the area means ,more changes done
2. Color goes from red to green depending on tha last change date, if changed recently then block will be shown as red

@@ -11,0 +11,0 @@ 3. Each block can represent a file or folder based on depth chosen

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