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

yog-view

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yog-view - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

6

index.js

@@ -46,3 +46,3 @@ // todo 用更好的方式继承 app.response.

// prototols.destroy();
res = finish = null;
res = finish = bigpipe = prototols = engine = null;
done();

@@ -73,6 +73,6 @@ };

res.write(output);
isQuickingMode || res.write(output);
// then chunk out pagelets
return bigpipe.render(res, finish.bind(this, null, clouser));
return bigpipe.render(res, finish.bind(this, null, isQuickingMode ? '' : clouser));
}

@@ -79,0 +79,0 @@

{
"name": "yog-view",
"version": "0.0.8",
"version": "0.0.9",
"description": "An express.js middleware for optimizing the order of js\\css output, and enabling render template in bigpipe mode.",

@@ -5,0 +5,0 @@ "main": "index.js",

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