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

flex-combo

Package Overview
Dependencies
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-combo - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

4

flex-combo.js

@@ -383,3 +383,3 @@ var http = require('http')

var filteredUrl = filterUrl(url);
res.setHeader('Content-Type', mime.lookup(filteredUrl.split('?')[0]));
res.setHeader('Content-Type', mime.lookup(filteredUrl.split('?')[0])+';charset='+param.charset);
var singleFileContent = readFromLocal(filteredUrl);

@@ -473,3 +473,3 @@

if(i === 0 ){
res.setHeader('Content-Type', mime.lookup(fullPath.split('?')[0]));
res.setHeader('Content-Type', mime.lookup(fullPath.split('?')[0])+';charset='+param.charset);
}

@@ -476,0 +476,0 @@

{
"name": "flex-combo",
"version": "0.5.8",
"version": "0.5.9",
"description": "The Flex-combo is combo tool designed for web front-end developer. It support various kinds of combo format by modify configuration(eg. yahoo combo).",

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