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.1.7 to 0.1.8

6

History.md
# History
## 0.1.8 / 2013-08-29
- [bug fix] Add `update` event for newer node version
## 0.1.7 / 2013-07-06

@@ -4,0 +10,0 @@

4

lib/cli.js

@@ -53,3 +53,3 @@ /*!

if( event === 'new' || event === 'change' ){
if( event === 'new' || event === 'change' || event === 'update' ){
return utils.write( utils.layout( use_requirejs ), input, output, use_requirejs );

@@ -78,2 +78,2 @@ }

}
};
};

@@ -33,3 +33,3 @@ /*!

version : '0.1.7',
version : '0.1.8',

@@ -36,0 +36,0 @@ compiled_text : function ( input, options ){

{
"name" : "thunder",
"version" : "0.1.7",
"version" : "0.1.8",
"description": "One of the fastest JavaScript template engine for Node.js and browsers.",

@@ -5,0 +5,0 @@ "bin" : {

@@ -103,3 +103,3 @@ # thunder

### Express
### Express 2.x

@@ -106,0 +106,0 @@ app.configure( function(){

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