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

covereye

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

covereye - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

index.js

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

const fs = require('fs');
const path = require('path');

@@ -22,3 +23,3 @@ const matrix = require('./lib/matrix');

const fullACC = acc.getFullMatrix();
const template = fs.readFileSync('lib/templates/table.hbs', 'utf8');
const template = fs.readFileSync(path.join(__dirname, 'lib/templates/table.hbs'), 'utf8');
const compiledTemplate = handlebars.compile(template);

@@ -25,0 +26,0 @@ fs.writeFileSync('output.html', compiledTemplate({body: fullACC, attributes: acc.getMatrix().attributes}), 'utf8');

{
"name": "covereye",
"version": "0.0.1",
"version": "0.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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