Comparing version 0.0.1 to 0.0.2
@@ -0,3 +1,9 @@ | ||
## 0.0.2 / 2012-02-15 | ||
- [refactoring] Fix typo | ||
# 0.0.1 / 2011-12-20 | ||
- Initial release |
{ | ||
"name": "thunder", | ||
"version": "0.0.1", | ||
"description": "A lighting fast template parser for node.js", | ||
"keywords": [ | ||
"name" : "thunder", | ||
"version" : "0.0.2", | ||
"description": "A lightning fast template parser for node.js", | ||
"keywords" : [ | ||
"template", "view", "view paser", "paser", "html", "html parser", | ||
"view engin", "template engin", "template paser" | ||
], | ||
"author": "dreamerslab <ben@dreamerslab.com>", | ||
"author" : "dreamerslab <ben@dreamerslab.com>", | ||
"dependencies": {}, | ||
"repository": { | ||
"repository" : { | ||
"type": "git", | ||
"url": "https://github.com/dreamerslab/thunder.git" | ||
"url" : "https://github.com/dreamerslab/thunder.git" | ||
}, | ||
"main": "index", | ||
"engines": [ "node >= 0.4.0" ] | ||
"main" : "index", | ||
"engines": [ "node >= 0.4.0" ], | ||
"licenses": [{ | ||
"type": "MIT", | ||
"url" : "http://en.wikipedia.org/wiki/MIT_License" | ||
}] | ||
} |
# thunder | ||
A lighting fast template parser for node.js | ||
A lightning fast template parser for node.js | ||
@@ -183,3 +183,3 @@ | ||
var locals = { name : 'Bibi' }; | ||
var options = { | ||
@@ -189,3 +189,3 @@ cached : true, | ||
}; | ||
var output = thunder.render( input, locals, options ); | ||
@@ -192,0 +192,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
0
10470
6
82
1