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

mvcjs

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mvcjs - npm Package Compare versions

Comparing version 0.1.18 to 0.1.19

22

framework/core/request.js

@@ -387,2 +387,6 @@ "use strict";

request.onEnd(function () {
that._destroy();
});
return request.parse();

@@ -428,3 +432,7 @@ }

request.onEnd(function () {
that._destroy();
});
return request.parse();

@@ -489,7 +497,5 @@ }

_destroy: function Request__destroy() {
if (this.isRendered) {
this.request.emit('destory');
this.eventHandler.removeAllListeners();
this.destroy();
}
this.request.emit('destory');
this.eventHandler.removeAllListeners();
this.destroy();
},

@@ -635,3 +641,3 @@ /**

_handleError: function Request_handleError(response) {
var request, code;
var request, code, that = this;

@@ -683,2 +689,6 @@ if (this.isRendered) {

request.setStatusCode(code);
request.onEnd(function () {
that._destroy();
});
// return parsed request

@@ -685,0 +695,0 @@ return request.parse();

@@ -5,3 +5,3 @@ {

"description": "Powerful lightweight mvc framework for nodejs",
"version": "0.1.18",
"version": "0.1.19",
"dependencies": {

@@ -8,0 +8,0 @@ "mongoose": "4.1.x",

Sorry, the diff of this file is not supported yet

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