Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

thinkjs

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thinkjs - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

nginx.conf

1

App/Lib/Action/Home/IndexAction.class.js

@@ -8,3 +8,2 @@ module.exports = Action(function(){

var cookie = this.cookie("name");
//this.redirect("http://www.baidu.com");
this.assign({

@@ -11,0 +10,0 @@ name: "welefen"

@@ -1,9 +0,13 @@

var action = Action(function(){
var action = module.exports = Action(function(){
return {
init: function(){
//action.super_.prototype.init && action.super_.prototype.init.call(this);
/*init: function(){
this.super("init");
}*/
indexAction: function(){
this.assign({ //assign variables
name: "welefen"
})
this.display(); //render Home/index_index.html file
}
}
});
module.exports = action;
});
{
"name": "thinkjs",
"description": "thinkphp web framework for nodejs",
"version": "0.1.0",
"version": "0.1.1",
"author": {

@@ -6,0 +6,0 @@ "name": "welefen",

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