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.2.10 to 0.2.11

2

lib/Lib/Core/Model.class.js

@@ -90,3 +90,2 @@ var util = require('util');

dbInstances[linkNum] = think_require("Db").getInstance(config);
console.log("dbInstances: " + dbInstances.length)
}else if(config === null){

@@ -852,3 +851,2 @@ dbInstances[linkNum].close();

Model.close = function(){
console.log("dbInstances length: " + dbInstances.length)
dbInstances.forEach(function(db){

@@ -855,0 +853,0 @@ db.close();

2

package.json
{
"name": "thinkjs",
"description": "thinkphp web framework for nodejs",
"version": "0.2.10",
"version": "0.2.11",
"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