Comparing version 0.9.6 to 0.9.7
@@ -13,5 +13,5 @@ { | ||
"mkdirp" : ">= 0.3.0", | ||
"n8iv" : ">= 0.1.0", | ||
"uglify-js" : ">= 1.2.5" | ||
"n8iv" : ">= 0.1.0" | ||
}, | ||
"devDependencies" : { "mocha" : ">= 1.3.0", "uglify-js" : ">= 1.2.5" }, | ||
"keywords" : ["template", "tpl", "Templ8"], | ||
@@ -28,3 +28,6 @@ "licenses" : [ { | ||
}, | ||
"version" : "0.9.6" | ||
"scripts" : { | ||
"test" : "mocha -c --globals mocha,expect,m8,Templ8,tpl_test_value -R spec -u tdd ./test" | ||
}, | ||
"version" : "0.9.7" | ||
} |
@@ -13,7 +13,2 @@ #TODO: | ||
## WARNING!!! | ||
While **Templ8** has been tested, the testing framework I've written and used is very much a work in progress. | ||
Also I'm currently between virtual machine software and operating system licenses, so I have only tested on mac osx lion and snow leopard: nodejs – >= v0.6.13 – as well as current – and beta/ nightly – versions of Chrome, Safari/ Webkit and FireFox. | ||
## Dependencies | ||
@@ -20,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
143628
4
19
1819
2
3
601
1
2
- Removeduglify-js@>= 1.2.5
- Removeduglify-js@3.19.3(transitive)