New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thunder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thunder - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

History.md

@@ -0,3 +1,9 @@

## 0.0.2 / 2012-02-15
- [refactoring] Fix typo
# 0.0.1 / 2011-12-20
- Initial release

22

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc