Comparing version 1.0.2 to 1.0.3
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ module.exports = { |
@@ -0,0 +0,0 @@ #!/usr/bin/env node |
{ | ||
"name": "svglint", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Linter for SVGs", | ||
@@ -5,0 +5,0 @@ "main": "src/svglint.js", |
@@ -0,0 +0,0 @@ # SVGLint |
@@ -0,0 +0,0 @@ const chalk = require("chalk"); |
@@ -0,0 +0,0 @@ const nodeUtil = require("util"); |
@@ -0,0 +0,0 @@ const chalk = require("chalk"); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ const chalk = require("chalk"); |
@@ -0,0 +0,0 @@ const path = require("path"); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ const logger = require("../lib/logger")("rule:attr"); |
@@ -0,0 +0,0 @@ const logger = require("../lib/logger")("rule:elm"); |
@@ -83,2 +83,5 @@ const logger = require("../lib/logger")("rule:elm"); | ||
message = `Found ${matches.length} elements for '${selector}', expected ${config}`; | ||
if (!matches.length) { | ||
matches.push({ elm: null, message: "" }); | ||
} | ||
} | ||
@@ -85,0 +88,0 @@ break; |
@@ -0,0 +0,0 @@ const logger = require("../lib/logger")("rule:async"); |
@@ -0,0 +0,0 @@ const logger = require("../lib/logger")("rule:elms"); |
@@ -0,0 +0,0 @@ const logger = require("../lib/logger")("rule:identity"); |
@@ -0,0 +0,0 @@ const logger = require("../lib/logger")("rule:throws"); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ const expect = require("expect"); |
@@ -0,0 +0,0 @@ const chalk = require("chalk"); |
@@ -0,0 +0,0 @@ const chalk = require("chalk"); |
@@ -0,0 +0,0 @@ const SVGLint = require("../src/svglint"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
112782
2240