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.5.1 to 0.5.2

2

lib/Conf/config.js

@@ -72,3 +72,3 @@ /**

tpl_engine_type: "ejs", //模版引擎名称
tpl_engine_config: {}, //模版引擎需要的配置
tpl_engine_config: {},

@@ -75,0 +75,0 @@ cache_type: "File", //数据缓存类型

@@ -9,3 +9,2 @@ /**

var EventEmitter = require('events').EventEmitter;
var util = require("util");

@@ -28,8 +27,4 @@ module.exports = Class(function(){

initHttp: function(){
var fn = function(){
EventEmitter.call(this);
};
fn.prototype.startTime = Date.now();
util.inherits(fn, EventEmitter);
this.http = new fn();
this.http = new EventEmitter();
this.http.startTime = Date.now();
},

@@ -36,0 +31,0 @@ run: function(callback){

{
"name": "thinkjs",
"description": "thinkphp web framework for nodejs",
"version": "0.5.1",
"version": "0.5.2",
"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