New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

functional-docs

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

functional-docs - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

index.js

@@ -10,3 +10,4 @@ var fs = require('fs'),

findit = require('findit'),
jsdom = require('jsdom');
jsdom = require('jsdom'),
colors = require('colors');

@@ -19,2 +20,3 @@ var srcFiles, outFiles, ext;

console.log("Running tests...");
loadFiles(srcDir, function(err, srcFiles) {

@@ -68,6 +70,6 @@ if (err) {

for (var e in errors) {
console.error(errors[e]);
console.error(errors[e].red);
}
if (breakOnFail) {
console.error("Halting due to failures");
console.error("Halting due to failures".red);
process.exit(1);

@@ -74,0 +76,0 @@ }

{
"name": "functional-docs",
"version": "0.0.1",
"version": "0.0.2",
"author": "Garen Torikian",

@@ -21,3 +21,4 @@ "keywords": ["documentation", "docs", "testing", "html"],

"jsdom": "~0.2.13",
"findit": "~0.1.2"
"findit": "~0.1.2",
"colors": "~0.6.0"
},

@@ -24,0 +25,0 @@

@@ -22,3 +22,3 @@ var util = require("util");

} catch (err) {
errors.push(printMessage("Image src file does not exist", filename));//, l, lines[l]));
errors.push(printMessage("Image " + src + " file does not exist", filename));//, l, lines[l]));
}

@@ -25,0 +25,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