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

awix

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

awix - npm Package Compare versions

Comparing version 1.6.6 to 1.6.7

2

awix.js
/**
* awix 1.6.6
* awix 1.6.7
* Copyright (c) [2019.08] BraveWang

@@ -4,0 +4,0 @@ * This software is licensed under the MPL-2.0.

@@ -136,2 +136,5 @@ /**

await next(ctx);
if(!ctx.stream || ctx.stream.closed || ctx.stream.destroyed) {
return ;
}
var content_type = 'text/plain; charset=utf-8';

@@ -138,0 +141,0 @@ var datatype = typeof ctx.res.data;

{
"name": "awix",
"version": "1.6.6",
"version": "1.6.7",
"description": "a powerful web framework, build on module http2 and async/await.",

@@ -5,0 +5,0 @@ "main": "awix.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