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

yog-view

Package Overview
Dependencies
Maintainers
4
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.9.1 to 0.9.2

2

index.js

@@ -30,3 +30,3 @@ 'use strict';

// 此处只能使用文字匹配的手段判断传入的回调是否是express默认回调,否则会无法使用pipe进行bigpipe输出
var hasCustomDone = done.toString().replace(/\s/g, '') != 'function(err,str){if(err)returnreq.next(err);self.send(str);};';
var hasCustomDone = done.toString().replace(/[\s;]/g, '') != 'function(err,str){if(err)returnreq.next(err)self.send(str)}';

@@ -33,0 +33,0 @@ // 初始化 layer 层。

{
"name": "yog-view",
"version": "0.9.1",
"version": "0.9.2",
"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