Comparing version 0.0.0 to 0.0.1
@@ -7,3 +7,3 @@ var sax = require('sax'); | ||
var parser = sax.parser(strict, { | ||
lowercase: true, | ||
lowercase: true | ||
}); | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "dombie", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "simple dom for xml/html", | ||
"main": "dombie.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha" | ||
}, | ||
@@ -21,4 +21,4 @@ "repository": { | ||
"dependencies": { | ||
"sax": "0.4.2" | ||
"sax": "git://github.com/shtylman/sax-js.git#23bad4" | ||
} | ||
} |
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable and can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
3521
8
90
2
1
2
- Removedsax@0.4.2(transitive)