Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "xsslint", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Find potential XSS vulnerabilities", | ||
@@ -16,4 +16,4 @@ "main": "main.js", | ||
"dependencies": { | ||
"acorn": "~2.5.0", | ||
"acorn-jsx": "^2.0.1", | ||
"acorn": "~3.2.0", | ||
"acorn-jsx": "^3.0.1", | ||
"estraverse": "^4.1.1" | ||
@@ -20,0 +20,0 @@ }, |
# xsslint | ||
[<img src="https://travis-ci.org/jenseng/xsslint.svg" />](http://travis-ci.org/jenseng/xsslint) | ||
Find potential XSS vulnerabilities in your ~~jquery spaghetti~~ beautiful | ||
@@ -4,0 +6,0 @@ code, e.g. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18717
8
84
+ Addedacorn@3.2.0(transitive)
+ Addedacorn-jsx@3.0.1(transitive)
- Removedacorn@2.5.2(transitive)
- Removedacorn-jsx@2.0.1(transitive)
Updatedacorn@~3.2.0
Updatedacorn-jsx@^3.0.1